////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// // // copyright : (C) 2014 The CodeLite Team // file name : NewQtProj.h // // ------------------------------------------------------------------------- // A // _____ _ _ _ _ // / __ \ | | | | (_) | // | / \/ ___ __| | ___| | _| |_ ___ // | | / _ \ / _ |/ _ \ | | | __/ _ ) // | \__/\ (_) | (_| | __/ |___| | || __/ // \____/\___/ \__,_|\___\_____/_|\__\___| // // F i l e // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation; either version 2 of the License, or // (at your option) any later version. // ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////// // This file was auto-generated by codelite's wxCrafter Plugin // Do not modify this file by hand! ////////////////////////////////////////////////////////////////////// #ifndef NEWQTPROJ_BASE_CLASSES_H #define NEWQTPROJ_BASE_CLASSES_H #include #include #include #include #include #include #include #include #include #include #include #include #include class NewQtProjBaseDlg : public wxDialog { protected: wxStaticText* m_staticText5; wxTextCtrl* m_textCtrlProjName; wxStaticText* m_staticText7; wxDirPickerCtrl* m_dirPicker4; wxStaticText* m_staticText13; wxChoice* m_choiceProjKind; wxStaticText* m_staticText12; wxChoice* m_choiceQmake; wxButton* m_buttonSelectConfig; wxCheckBox* m_checkBoxUseSepDirectory; wxButton* m_buttonCancel; wxButton* m_buttonOk; protected: virtual void OnNewQmakeSettings(wxCommandEvent& event) { event.Skip(); } virtual void OnOKUI(wxUpdateUIEvent& event) { event.Skip(); } public: NewQtProjBaseDlg(wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New Qmake project"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize(-1, -1), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER); virtual ~NewQtProjBaseDlg(); }; #endif