Files
harbour-core/harbour/contrib/hbide/projectwizard.ui
Pritpal Bedi 09d4e527d1 2012-07-18 01:29 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/hbide.qrc
  + contrib/hbide/resources/maximize.png
  + contrib/hbide/resources/maximize_all.png
  + contrib/hbide/resources/minimize.png
  + contrib/hbide/resources/minimize_all.png
    + Added: more images.

  * contrib/hbide/ideprojectwizard.prg
  * contrib/hbide/projectwizard.ui
    ! Advanced: user interface is almost done and is ready for 
       final show-down. Please review the working of the components.

  ; QUESTION: should everything go inside .hbp or should I introduce
              templates to hold the project sections and be reloadable
              by 1) only switches and parameters, 2) sources also.
2012-07-18 08:37:02 +00:00

1588 lines
41 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>470</width>
<height>630</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>470</width>
<height>630</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>470</width>
<height>630</height>
</size>
</property>
<property name="windowTitle">
<string>New Project Wizard</string>
</property>
<widget class="QStackedWidget" name="stackedWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>469</width>
<height>581</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="page">
<widget class="QFrame" name="frameParams">
<property name="geometry">
<rect>
<x>8</x>
<y>244</y>
<width>453</width>
<height>149</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QFrame" name="frame_4">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>81</width>
<height>149</height>
</rect>
</property>
<property name="whatsThis">
<string>Tick the project's underlying type, or say, necessary info which will be used by HbIDE to offer color syntax etc. for the library(s) used.</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QCheckBox" name="chkFWH">
<property name="geometry">
<rect>
<x>12</x>
<y>88</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>FWH</string>
</property>
</widget>
<widget class="QCheckBox" name="chkXhb">
<property name="geometry">
<rect>
<x>12</x>
<y>8</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>XHarbour</string>
</property>
</widget>
<widget class="QCheckBox" name="chkXbase">
<property name="geometry">
<rect>
<x>12</x>
<y>28</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>XBase++</string>
</property>
</widget>
<widget class="QCheckBox" name="chkXbp">
<property name="geometry">
<rect>
<x>12</x>
<y>68</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>HbXbp</string>
</property>
</widget>
<widget class="QCheckBox" name="chkHbQt">
<property name="geometry">
<rect>
<x>12</x>
<y>48</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>HbQt</string>
</property>
</widget>
<widget class="QCheckBox" name="chkHMG">
<property name="geometry">
<rect>
<x>12</x>
<y>108</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>HMG</string>
</property>
</widget>
<widget class="QCheckBox" name="chkOther">
<property name="geometry">
<rect>
<x>12</x>
<y>128</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Other</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_5">
<property name="geometry">
<rect>
<x>88</x>
<y>0</y>
<width>161</width>
<height>149</height>
</rect>
</property>
<property name="whatsThis">
<string>Harbour specif comman-line switches.</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QCheckBox" name="chkA">
<property name="geometry">
<rect>
<x>8</x>
<y>8</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>/ a</string>
</property>
</widget>
<widget class="QCheckBox" name="chkB">
<property name="geometry">
<rect>
<x>8</x>
<y>28</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>/ b</string>
</property>
</widget>
<widget class="QCheckBox" name="chkES">
<property name="geometry">
<rect>
<x>8</x>
<y>48</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>/ es</string>
</property>
</widget>
<widget class="QCheckBox" name="chkG">
<property name="geometry">
<rect>
<x>8</x>
<y>68</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>/ g</string>
</property>
</widget>
<widget class="QCheckBox" name="chkL">
<property name="geometry">
<rect>
<x>8</x>
<y>108</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>/ l</string>
</property>
</widget>
<widget class="QLineEdit" name="editES">
<property name="geometry">
<rect>
<x>48</x>
<y>48</y>
<width>29</width>
<height>17</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="chkM">
<property name="geometry">
<rect>
<x>84</x>
<y>8</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>/ m</string>
</property>
</widget>
<widget class="QLineEdit" name="editM">
<property name="geometry">
<rect>
<x>124</x>
<y>8</y>
<width>29</width>
<height>17</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editG">
<property name="geometry">
<rect>
<x>48</x>
<y>68</y>
<width>29</width>
<height>17</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="chkN">
<property name="geometry">
<rect>
<x>84</x>
<y>28</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>/ n</string>
</property>
</widget>
<widget class="QCheckBox" name="chkV">
<property name="geometry">
<rect>
<x>84</x>
<y>48</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>/ v</string>
</property>
</widget>
<widget class="QCheckBox" name="chkW">
<property name="geometry">
<rect>
<x>84</x>
<y>68</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>/ w</string>
</property>
</widget>
<widget class="QCheckBox" name="chkZ">
<property name="geometry">
<rect>
<x>84</x>
<y>88</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>/ z</string>
</property>
</widget>
<widget class="QLineEdit" name="editW">
<property name="geometry">
<rect>
<x>124</x>
<y>68</y>
<width>29</width>
<height>17</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="chkBuild">
<property name="geometry">
<rect>
<x>8</x>
<y>128</y>
<width>65</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>build</string>
</property>
</widget>
<widget class="QCheckBox" name="chkCredits">
<property name="geometry">
<rect>
<x>84</x>
<y>128</y>
<width>70</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>credits</string>
</property>
</widget>
<widget class="QCheckBox" name="chkQ">
<property name="geometry">
<rect>
<x>84</x>
<y>108</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>/ q</string>
</property>
</widget>
<widget class="QLineEdit" name="editQ">
<property name="geometry">
<rect>
<x>124</x>
<y>108</y>
<width>29</width>
<height>17</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="chkJ">
<property name="geometry">
<rect>
<x>8</x>
<y>88</y>
<width>41</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>/ j</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_6">
<property name="geometry">
<rect>
<x>252</x>
<y>0</y>
<width>65</width>
<height>149</height>
</rect>
</property>
<property name="whatsThis">
<string>hbmk2 specific switches.</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QCheckBox" name="chkInc">
<property name="geometry">
<rect>
<x>8</x>
<y>8</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>inc</string>
</property>
</widget>
<widget class="QCheckBox" name="chkGui">
<property name="geometry">
<rect>
<x>8</x>
<y>28</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gui</string>
</property>
</widget>
<widget class="QCheckBox" name="chkInfo">
<property name="geometry">
<rect>
<x>8</x>
<y>128</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>info</string>
</property>
</widget>
<widget class="QCheckBox" name="chkShared">
<property name="geometry">
<rect>
<x>8</x>
<y>68</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>shared</string>
</property>
</widget>
<widget class="QCheckBox" name="chkMt">
<property name="geometry">
<rect>
<x>8</x>
<y>48</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>mt</string>
</property>
</widget>
<widget class="QCheckBox" name="chkTrace">
<property name="geometry">
<rect>
<x>8</x>
<y>108</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>trace</string>
</property>
</widget>
<widget class="QCheckBox" name="chkFullstatic">
<property name="geometry">
<rect>
<x>8</x>
<y>88</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>fullstatic</string>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_7">
<property name="geometry">
<rect>
<x>320</x>
<y>0</y>
<width>129</width>
<height>149</height>
</rect>
</property>
<property name="whatsThis">
<string>Default GT to be linked plus other GT's to be linked.</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QCheckBox" name="chkGtxwc">
<property name="geometry">
<rect>
<x>12</x>
<y>108</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gtxwc</string>
</property>
</widget>
<widget class="QCheckBox" name="chkGtgui">
<property name="geometry">
<rect>
<x>12</x>
<y>28</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gtgui</string>
</property>
</widget>
<widget class="QCheckBox" name="chkGtwvt">
<property name="geometry">
<rect>
<x>12</x>
<y>68</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gtwvt</string>
</property>
</widget>
<widget class="QCheckBox" name="chkGtwin">
<property name="geometry">
<rect>
<x>12</x>
<y>48</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gtwin</string>
</property>
</widget>
<widget class="QCheckBox" name="chkGtwvg">
<property name="geometry">
<rect>
<x>12</x>
<y>88</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gtwvg</string>
</property>
</widget>
<widget class="QCheckBox" name="chkGtpca">
<property name="geometry">
<rect>
<x>76</x>
<y>88</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gtpca</string>
</property>
</widget>
<widget class="QCheckBox" name="chkGtstd">
<property name="geometry">
<rect>
<x>76</x>
<y>48</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gtstd</string>
</property>
</widget>
<widget class="QCheckBox" name="chkGttrm">
<property name="geometry">
<rect>
<x>76</x>
<y>28</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gttrm</string>
</property>
</widget>
<widget class="QCheckBox" name="chkGtsln">
<property name="geometry">
<rect>
<x>76</x>
<y>68</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gtsln</string>
</property>
</widget>
<widget class="QCheckBox" name="chkGtos2">
<property name="geometry">
<rect>
<x>76</x>
<y>108</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gtos2</string>
</property>
</widget>
<widget class="QComboBox" name="comboGT">
<property name="geometry">
<rect>
<x>36</x>
<y>8</y>
<width>85</width>
<height>17</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>12</x>
<y>8</y>
<width>25</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>GT</string>
</property>
</widget>
<widget class="QCheckBox" name="chkGtcgi">
<property name="geometry">
<rect>
<x>12</x>
<y>128</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gtcgi</string>
</property>
</widget>
<widget class="QCheckBox" name="chkGtcrs">
<property name="geometry">
<rect>
<x>76</x>
<y>128</y>
<width>53</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>gtcrs</string>
</property>
</widget>
</widget>
</widget>
<widget class="QFrame" name="frameFreeFlow">
<property name="geometry">
<rect>
<x>8</x>
<y>396</y>
<width>325</width>
<height>185</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QTreeWidget" name="treeProps">
<property name="geometry">
<rect>
<x>8</x>
<y>8</y>
<width>277</width>
<height>169</height>
</rect>
</property>
<property name="verticalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="indentation">
<number>10</number>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<property name="headerHidden">
<bool>true</bool>
</property>
<property name="expandsOnDoubleClick">
<bool>false</bool>
</property>
<property name="columnCount">
<number>1</number>
</property>
<attribute name="headerDefaultSectionSize">
<number>20</number>
</attribute>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
<widget class="QToolButton" name="btnSwPlus">
<property name="geometry">
<rect>
<x>292</x>
<y>56</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Add a new element</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/dc_plus.png</normaloff>:/resources/dc_plus.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="btnSwAZ">
<property name="geometry">
<rect>
<x>292</x>
<y>76</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Sort Ascending</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/sort.png</normaloff>:/resources/sort.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="btnSwZA">
<property name="geometry">
<rect>
<x>292</x>
<y>96</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Sort Descending</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/sortdescend.png</normaloff>:/resources/sortdescend.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="btnSwUpper">
<property name="geometry">
<rect>
<x>292</x>
<y>112</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Convert to upper-case</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/toupper.png</normaloff>:/resources/toupper.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="btnSwLower">
<property name="geometry">
<rect>
<x>292</x>
<y>128</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Convert to lower-case</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/tolower.png</normaloff>:/resources/tolower.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="btnSwDelete">
<property name="geometry">
<rect>
<x>292</x>
<y>156</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Delete element( s )</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/dc_delete.png</normaloff>:/resources/dc_delete.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="btnSwMax">
<property name="geometry">
<rect>
<x>292</x>
<y>8</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/maximize_all.png</normaloff>:/resources/maximize_all.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="btnSwMin">
<property name="geometry">
<rect>
<x>292</x>
<y>28</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/minimize_all.png</normaloff>:/resources/minimize_all.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QFrame" name="framePaths">
<property name="geometry">
<rect>
<x>8</x>
<y>8</y>
<width>453</width>
<height>233</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>12</x>
<y>12</y>
<width>46</width>
<height>13</height>
</rect>
</property>
<property name="text">
<string>Path</string>
</property>
</widget>
<widget class="QLineEdit" name="editProjPath">
<property name="geometry">
<rect>
<x>92</x>
<y>8</y>
<width>321</width>
<height>20</height>
</rect>
</property>
<property name="whatsThis">
<string>The path to the project file to be saved.</string>
</property>
</widget>
<widget class="QToolButton" name="toolProjPath">
<property name="geometry">
<rect>
<x>422</x>
<y>8</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/open.png</normaloff>:/resources/open.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>12</x>
<y>40</y>
<width>65</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>HbIDE Name</string>
</property>
</widget>
<widget class="QLineEdit" name="editProjName">
<property name="geometry">
<rect>
<x>92</x>
<y>36</y>
<width>221</width>
<height>20</height>
</rect>
</property>
<property name="whatsThis">
<string>The name of the project which will be displayed in the Projects tree on left docking area.</string>
</property>
</widget>
<widget class="QComboBox" name="comboProjType">
<property name="geometry">
<rect>
<x>336</x>
<y>36</y>
<width>105</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>12</x>
<y>68</y>
<width>73</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Output Name</string>
</property>
</widget>
<widget class="QLineEdit" name="editOutName">
<property name="geometry">
<rect>
<x>92</x>
<y>64</y>
<width>221</width>
<height>20</height>
</rect>
</property>
<property name="whatsThis">
<string>The name of the linked file the project will produce after project is built. Please avoid any extention as hbmk2 will automatically do so depending upon the operating system.</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>12</x>
<y>96</y>
<width>65</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Output Path</string>
</property>
</widget>
<widget class="QLineEdit" name="editOutPath">
<property name="geometry">
<rect>
<x>92</x>
<y>92</y>
<width>321</width>
<height>20</height>
</rect>
</property>
<property name="whatsThis">
<string>The folder where the build results will be stored. </string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>12</x>
<y>124</y>
<width>65</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Working Path</string>
</property>
</widget>
<widget class="QLineEdit" name="editWorkPath">
<property name="geometry">
<rect>
<x>92</x>
<y>120</y>
<width>321</width>
<height>20</height>
</rect>
</property>
<property name="whatsThis">
<string>The working folder which will be used by hbmk2 to create in and assemble for the build process. By default it is .hbmk in the same folder where project file resides. You should keep it blank unless required most.</string>
</property>
</widget>
<widget class="QToolButton" name="toolOutPath">
<property name="geometry">
<rect>
<x>420</x>
<y>92</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/open.png</normaloff>:/resources/open.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="toolWorkPath">
<property name="geometry">
<rect>
<x>420</x>
<y>120</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/open.png</normaloff>:/resources/open.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>12</x>
<y>152</y>
<width>65</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Launch Exec</string>
</property>
</widget>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>12</x>
<y>180</y>
<width>77</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Launch Params</string>
</property>
</widget>
<widget class="QLineEdit" name="editLaunchExe">
<property name="geometry">
<rect>
<x>92</x>
<y>148</y>
<width>321</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editLaunchParams">
<property name="geometry">
<rect>
<x>92</x>
<y>176</y>
<width>321</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>12</x>
<y>208</y>
<width>65</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Stay In</string>
</property>
</widget>
<widget class="QLineEdit" name="editStayIn">
<property name="geometry">
<rect>
<x>92</x>
<y>204</y>
<width>321</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="toolStayInPath">
<property name="geometry">
<rect>
<x>420</x>
<y>204</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/open.png</normaloff>:/resources/open.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QFrame" name="frame_3">
<property name="geometry">
<rect>
<x>336</x>
<y>396</y>
<width>125</width>
<height>185</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPlainTextEdit" name="plainSwitches">
<property name="geometry">
<rect>
<x>8</x>
<y>24</y>
<width>109</width>
<height>153</height>
</rect>
</property>
<property name="font">
<font>
<family>Courier New</family>
</font>
</property>
<property name="whatsThis">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;A free-slowing area where you can enter any other compiler switches, hbmk2 switches, or command-line swiches to be passed to hbmk2. Though it will be valid, but please do not add source files here which will be asked for on next page.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="lineWrapMode">
<enum>QPlainTextEdit::NoWrap</enum>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>4</x>
<y>4</y>
<width>117</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Anything Else</string>
</property>
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="page_2">
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>12</x>
<y>0</y>
<width>449</width>
<height>33</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QToolButton" name="toolSrcGet">
<property name="geometry">
<rect>
<x>4</x>
<y>8</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="toolTip">
<string>Select Sources</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/open.png</normaloff>:/resources/open.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="toolSrcMax">
<property name="geometry">
<rect>
<x>92</x>
<y>8</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="toolTip">
<string>Expand all sections</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/maximize_all.png</normaloff>:/resources/maximize_all.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="toolSrcMin">
<property name="geometry">
<rect>
<x>120</x>
<y>8</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="toolTip">
<string>Collapse all sections</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/minimize_all.png</normaloff>:/resources/minimize_all.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="toolSrcDel">
<property name="geometry">
<rect>
<x>416</x>
<y>8</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/dc_delete.png</normaloff>:/resources/dc_delete.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</widget>
<widget class="QFrame" name="frameSrc">
<property name="geometry">
<rect>
<x>12</x>
<y>32</y>
<width>449</width>
<height>549</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QTreeWidget" name="treeSrc">
<property name="geometry">
<rect>
<x>8</x>
<y>8</y>
<width>433</width>
<height>533</height>
</rect>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="indentation">
<number>10</number>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<property name="headerHidden">
<bool>true</bool>
</property>
<property name="expandsOnDoubleClick">
<bool>false</bool>
</property>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
</widget>
</widget>
</widget>
<widget class="QFrame" name="frameButtons">
<property name="geometry">
<rect>
<x>8</x>
<y>588</y>
<width>453</width>
<height>37</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QPushButton" name="btnSave">
<property name="geometry">
<rect>
<x>292</x>
<y>8</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="toolTip">
<string>Save this project</string>
</property>
<property name="text">
<string>Save</string>
</property>
</widget>
<widget class="QPushButton" name="btnCancel">
<property name="geometry">
<rect>
<x>372</x>
<y>8</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string>Close</string>
</property>
</widget>
<widget class="QPushButton" name="btnNew">
<property name="geometry">
<rect>
<x>212</x>
<y>8</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="toolTip">
<string>Clear current project to create new one !</string>
</property>
<property name="text">
<string>New</string>
</property>
</widget>
<widget class="QToolButton" name="btnBack">
<property name="geometry">
<rect>
<x>8</x>
<y>8</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="toolTip">
<string>Go to previous page</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/dc_left.png</normaloff>:/resources/dc_left.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
<widget class="QToolButton" name="btnNext">
<property name="geometry">
<rect>
<x>40</x>
<y>8</y>
<width>25</width>
<height>19</height>
</rect>
</property>
<property name="toolTip">
<string>Go to next page</string>
</property>
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="hbide.qrc">
<normaloff>:/resources/dc_right.png</normaloff>:/resources/dc_right.png</iconset>
</property>
<property name="autoRaise">
<bool>true</bool>
</property>
</widget>
</widget>
</widget>
<resources>
<include location="hbide.qrc"/>
</resources>
<connections/>
</ui>