~ubuntu-branches/ubuntu/lucid/codelite/lucid-updates

« back to all changes in this revision

Viewing changes to QmakePlugin/newqtprojectbasedlg.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2009-08-15 17:42:43 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090815174243-nlb9ikgigbiybz12
Tags: 1.0.2893+dfsg-0ubuntu1
* debian/rules:
  + Tidy up get-orig-source rule
* debian/control:
  + Bump Standards-Version
  + Change Maintainer email address to @ubuntu.com
  + Drop cdbs build-dependency
* debian/copyright:
  + Update to DEP-5 format
* debian/patches/00_add-fPIC.patch:
  + Dropped, fix upstream
* Closes LP: #413992

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
///////////////////////////////////////////////////////////////////////////
 
2
// C++ code generated with wxFormBuilder (version Mar 19 2008)
 
3
// http://www.wxformbuilder.org/
 
4
//
 
5
// PLEASE DO "NOT" EDIT THIS FILE!
 
6
///////////////////////////////////////////////////////////////////////////
 
7
 
 
8
#ifndef __newqtprojectbasedlg__
 
9
#define __newqtprojectbasedlg__
 
10
 
 
11
#include <wx/intl.h>
 
12
 
 
13
#include <wx/string.h>
 
14
#include <wx/stattext.h>
 
15
#include <wx/gdicmn.h>
 
16
#include <wx/font.h>
 
17
#include <wx/colour.h>
 
18
#include <wx/settings.h>
 
19
#include <wx/textctrl.h>
 
20
#include <wx/button.h>
 
21
#include <wx/choice.h>
 
22
#include <wx/sizer.h>
 
23
#include <wx/checkbox.h>
 
24
#include <wx/statbox.h>
 
25
#include <wx/dialog.h>
 
26
 
 
27
///////////////////////////////////////////////////////////////////////////
 
28
 
 
29
 
 
30
///////////////////////////////////////////////////////////////////////////////
 
31
/// Class NewQtProjBaseDlg
 
32
///////////////////////////////////////////////////////////////////////////////
 
33
class NewQtProjBaseDlg : public wxDialog 
 
34
{
 
35
        private:
 
36
        
 
37
        protected:
 
38
                wxStaticText* m_staticText5;
 
39
                wxTextCtrl* m_textCtrlProjName;
 
40
                
 
41
                wxStaticText* m_staticText7;
 
42
                wxTextCtrl* m_textCtrl;
 
43
                wxButton* m_buttonSelectProjectPath;
 
44
                wxStaticText* m_staticText13;
 
45
                wxChoice* m_choiceProjKind;
 
46
                
 
47
                wxStaticText* m_staticText12;
 
48
                wxChoice* m_choiceQmake;
 
49
                wxButton* m_buttonSelectConfig;
 
50
                wxCheckBox* m_checkBoxUseSepDirectory;
 
51
                wxButton* m_buttonCancel;
 
52
                wxButton* m_buttonOk;
 
53
                
 
54
                // Virtual event handlers, overide them in your derived class
 
55
                virtual void OnBrowseProjectPath( wxCommandEvent& event ){ event.Skip(); }
 
56
                virtual void OnNewQmakeSettings( wxCommandEvent& event ){ event.Skip(); }
 
57
                
 
58
        
 
59
        public:
 
60
                NewQtProjBaseDlg( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("New Qmake project"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize, long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
 
61
                ~NewQtProjBaseDlg();
 
62
        
 
63
};
 
64
 
 
65
#endif //__newqtprojectbasedlg__