Files
harbour-core/harbour/contrib/hbide/setup.ui
Pritpal Bedi f2dad224e1 2010-07-31 23:57 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/gtwvg/wvgscrlb.prg
    % Reversed the order of structures to comply with current scenario.

  * contrib/hbide/setup.ui
    + Added: checkbox: Edits MDI.

  * contrib/hbide/hbide.prg
  * contrib/hbide/ideactions.prg
  * contrib/hbide/idebrowse.prg
  * contrib/hbide/idedocks.prg
  * contrib/hbide/idemisc.prg
  * contrib/hbide/idesaveload.prg
  * contrib/hbide/idetools.prg
    + Implemented: MDI interface for editing panels.
      This implementation is on top of existing one and is switchable 
      through "Setup->Edits MDI". For now it is "ON" by default just 
      to give a first-hand experience to the user and show advantages 
      it has over existing one. 

      LAYOUT: Editing area is comprised of :
              1. Top toolbar
                    Collection of actions which affect the presentation of 
                    panels, windows hosting them and editors.
                    
              2. Left toolbar
                    Collection of actions which affect editing instances.

              3. MDI Area
                    Hosting panels inside MDI windows.

              4. Various panels in MDI area, each separate in a MDI window:
                 a. <Stats>
                       Holds: <Welcome> and <FAQ> tabs.
                 b. <Main> panel, the default one, always present.
                 c. <User-defined Panel 1>
                    <User-defined Panel 2>
                    <User-defined Panel n>
                       Holds: n number of editing instances each per tab in a tabbed widget.
                       Every panel has the same behavior as before. 
                       All features are exactly the same as before.

      ADVANTAGES: allows to view and edit multiple sources simultaneous.
                : better organization of sources across logical development units.

      Regression is possible though every care has been taken for accuracy.
      Toggling MDI to Stacked mode is not in-place, hbIDE needs to be exetuted 
      again to take this change active.
2010-08-01 07:00:51 +00:00

2439 lines
60 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>DialogSetup</class>
<widget class="QDialog" name="DialogSetup">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>476</width>
<height>413</height>
</rect>
</property>
<property name="windowTitle">
<string>Setup</string>
</property>
<widget class="QTreeWidget" name="treeWidget">
<property name="geometry">
<rect>
<x>6</x>
<y>10</y>
<width>99</width>
<height>397</height>
</rect>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string notr="true">1</string>
</property>
</column>
</widget>
<widget class="QStackedWidget" name="stackedWidget">
<property name="geometry">
<rect>
<x>116</x>
<y>8</y>
<width>351</width>
<height>367</height>
</rect>
</property>
<property name="currentIndex">
<number>0</number>
</property>
<widget class="QWidget" name="pageGeneral">
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>351</width>
<height>365</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QGroupBox" name="groupBox_11">
<property name="geometry">
<rect>
<x>10</x>
<y>2</y>
<width>331</width>
<height>265</height>
</rect>
</property>
<property name="title">
<string> Source </string>
</property>
<widget class="QCheckBox" name="checkTrimTrailingBlanks">
<property name="geometry">
<rect>
<x>14</x>
<y>18</y>
<width>301</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Trim trailing blanks while source is saved ?</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_12">
<property name="geometry">
<rect>
<x>10</x>
<y>120</y>
<width>147</width>
<height>135</height>
</rect>
</property>
<property name="title">
<string> Line ending mode </string>
</property>
<widget class="QRadioButton" name="radioLineEndAuto">
<property name="geometry">
<rect>
<x>8</x>
<y>108</y>
<width>99</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Auto detected</string>
</property>
</widget>
<widget class="QRadioButton" name="radioLineEndOS">
<property name="geometry">
<rect>
<x>8</x>
<y>86</y>
<width>99</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>OS dependent</string>
</property>
</widget>
<widget class="QRadioButton" name="radioLineEndCRLF">
<property name="geometry">
<rect>
<x>8</x>
<y>20</y>
<width>131</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>CRLF (0D+0A) default</string>
</property>
</widget>
<widget class="QRadioButton" name="radioLineEndCR">
<property name="geometry">
<rect>
<x>8</x>
<y>42</y>
<width>82</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>CR (0D)</string>
</property>
</widget>
<widget class="QRadioButton" name="radioLineEndLF">
<property name="geometry">
<rect>
<x>8</x>
<y>64</y>
<width>82</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>LF (0A)</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_13">
<property name="geometry">
<rect>
<x>172</x>
<y>120</y>
<width>149</width>
<height>135</height>
</rect>
</property>
<property name="title">
<string> TABS - Indents</string>
</property>
<widget class="QCheckBox" name="checkTabToSpcInEdits">
<property name="geometry">
<rect>
<x>8</x>
<y>18</y>
<width>131</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Convert TAB to spaces</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>8</x>
<y>42</y>
<width>85</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Spaces for a TAB</string>
</property>
</widget>
<widget class="QLineEdit" name="editTabSpaces">
<property name="geometry">
<rect>
<x>98</x>
<y>42</y>
<width>39</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="checkAutoIndent">
<property name="geometry">
<rect>
<x>8</x>
<y>64</y>
<width>89</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Auto indent</string>
</property>
</widget>
<widget class="QCheckBox" name="checkSmartIndent">
<property name="geometry">
<rect>
<x>8</x>
<y>86</y>
<width>87</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Smart indent</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>8</x>
<y>108</y>
<width>59</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Indent size</string>
</property>
</widget>
<widget class="QLineEdit" name="editIndentSpaces">
<property name="geometry">
<rect>
<x>98</x>
<y>104</y>
<width>39</width>
<height>20</height>
</rect>
</property>
</widget>
</widget>
<widget class="QCheckBox" name="checkSaveSourceWhenComp">
<property name="geometry">
<rect>
<x>14</x>
<y>36</y>
<width>301</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Save source before compiling process starts ?</string>
</property>
</widget>
<widget class="QCheckBox" name="checkSupressHbKWordsToUpper">
<property name="geometry">
<rect>
<x>14</x>
<y>56</y>
<width>301</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Supress convertion to uppcase of Harbour keywords ?</string>
</property>
</widget>
<widget class="QCheckBox" name="checkConvTabToSpcWhenLoading">
<property name="geometry">
<rect>
<x>14</x>
<y>96</y>
<width>301</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Convert tabs to spaces when a source is loaded ?</string>
</property>
</widget>
<widget class="QCheckBox" name="checkReturnAsBeginKeyword">
<property name="geometry">
<rect>
<x>14</x>
<y>76</y>
<width>301</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Keyword RETURN be treated as AT-BEGINGING type ?</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_14">
<property name="geometry">
<rect>
<x>10</x>
<y>272</y>
<width>331</width>
<height>83</height>
</rect>
</property>
<property name="title">
<string> Display </string>
</property>
<widget class="QCheckBox" name="checkHorzRuler">
<property name="geometry">
<rect>
<x>12</x>
<y>16</y>
<width>143</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Show horizontal ruler</string>
</property>
</widget>
<widget class="QCheckBox" name="checkLineNumbers">
<property name="geometry">
<rect>
<x>12</x>
<y>36</y>
<width>151</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Show line numbers</string>
</property>
</widget>
<widget class="QCheckBox" name="checkHilightLine">
<property name="geometry">
<rect>
<x>12</x>
<y>58</y>
<width>149</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Highlight current line</string>
</property>
</widget>
<widget class="QCheckBox" name="checkAnimated">
<property name="geometry">
<rect>
<x>182</x>
<y>58</y>
<width>133</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Animated ?</string>
</property>
</widget>
<widget class="QComboBox" name="comboStyle">
<property name="geometry">
<rect>
<x>182</x>
<y>28</y>
<width>135</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_6">
<property name="geometry">
<rect>
<x>184</x>
<y>12</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>Style:</string>
</property>
</widget>
<widget class="QCheckBox" name="checkEditsMdi">
<property name="geometry">
<rect>
<x>258</x>
<y>58</y>
<width>59</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Edit MDI</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QWidget" name="pageSelections">
<widget class="QGroupBox" name="groupBox_2">
<property name="geometry">
<rect>
<x>0</x>
<y>2</y>
<width>351</width>
<height>363</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QGroupBox" name="groupBox_6">
<property name="geometry">
<rect>
<x>10</x>
<y>6</y>
<width>331</width>
<height>147</height>
</rect>
</property>
<property name="title">
<string>Caret after paste operation</string>
</property>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>14</x>
<y>28</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Stream Selection:</string>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>14</x>
<y>66</y>
<width>91</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Column Selection:</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>16</x>
<y>106</y>
<width>89</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Line Selection:</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_7">
<property name="geometry">
<rect>
<x>132</x>
<y>20</y>
<width>189</width>
<height>33</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QRadioButton" name="radioButton">
<property name="geometry">
<rect>
<x>20</x>
<y>6</y>
<width>63</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Begining</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_2">
<property name="geometry">
<rect>
<x>124</x>
<y>6</y>
<width>59</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>End</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_8">
<property name="geometry">
<rect>
<x>132</x>
<y>60</y>
<width>189</width>
<height>33</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QComboBox" name="comboBox">
<property name="geometry">
<rect>
<x>18</x>
<y>6</y>
<width>74</width>
<height>22</height>
</rect>
</property>
</widget>
<widget class="QComboBox" name="comboBox_2">
<property name="geometry">
<rect>
<x>106</x>
<y>6</y>
<width>74</width>
<height>22</height>
</rect>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_9">
<property name="geometry">
<rect>
<x>132</x>
<y>100</y>
<width>189</width>
<height>33</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QRadioButton" name="radioButton_3">
<property name="geometry">
<rect>
<x>20</x>
<y>6</y>
<width>63</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Top</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_4">
<property name="geometry">
<rect>
<x>124</x>
<y>6</y>
<width>59</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Bottom</string>
</property>
</widget>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_22">
<property name="geometry">
<rect>
<x>10</x>
<y>158</y>
<width>331</width>
<height>71</height>
</rect>
</property>
<property name="title">
<string> Code Completion</string>
</property>
<widget class="QCheckBox" name="checkListlWithArgs">
<property name="geometry">
<rect>
<x>12</x>
<y>20</y>
<width>307</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Show code completion list with arguments ?</string>
</property>
</widget>
<widget class="QCheckBox" name="checkCmplInclArgs">
<property name="geometry">
<rect>
<x>12</x>
<y>42</y>
<width>307</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Complete the code including arguments body ?</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QWidget" name="pageFontEtc">
<widget class="QGroupBox" name="groupBox_3">
<property name="geometry">
<rect>
<x>0</x>
<y>2</y>
<width>351</width>
<height>365</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QGroupBox" name="groupBox_15">
<property name="geometry">
<rect>
<x>10</x>
<y>4</y>
<width>331</width>
<height>81</height>
</rect>
</property>
<property name="title">
<string> Font </string>
</property>
<widget class="QLabel" name="label_7">
<property name="geometry">
<rect>
<x>10</x>
<y>18</y>
<width>41</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Name:</string>
</property>
</widget>
<widget class="QLineEdit" name="editFontName">
<property name="geometry">
<rect>
<x>52</x>
<y>16</y>
<width>195</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_8">
<property name="geometry">
<rect>
<x>130</x>
<y>52</y>
<width>57</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>PointSize:</string>
</property>
</widget>
<widget class="QLineEdit" name="editPointSize">
<property name="geometry">
<rect>
<x>190</x>
<y>52</y>
<width>57</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="buttonSelFont">
<property name="geometry">
<rect>
<x>274</x>
<y>16</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_19">
<property name="geometry">
<rect>
<x>12</x>
<y>94</y>
<width>329</width>
<height>135</height>
</rect>
</property>
<property name="title">
<string> Backups </string>
</property>
<widget class="QLabel" name="label_15">
<property name="geometry">
<rect>
<x>10</x>
<y>20</y>
<width>177</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Transitory temp backup period:</string>
</property>
</widget>
<widget class="QLineEdit" name="editTmpBkpPrd">
<property name="geometry">
<rect>
<x>190</x>
<y>18</y>
<width>59</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_17">
<property name="geometry">
<rect>
<x>12</x>
<y>42</y>
<width>235</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Permanent backup path:</string>
</property>
</widget>
<widget class="QLineEdit" name="editBkpPath">
<property name="geometry">
<rect>
<x>12</x>
<y>60</y>
<width>239</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="buttonBkpPath">
<property name="geometry">
<rect>
<x>276</x>
<y>60</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QLabel" name="label_18">
<property name="geometry">
<rect>
<x>14</x>
<y>86</y>
<width>235</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Permanent backup suffix:</string>
</property>
</widget>
<widget class="QLineEdit" name="editBkpSuffix">
<property name="geometry">
<rect>
<x>12</x>
<y>104</y>
<width>239</width>
<height>20</height>
</rect>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_20">
<property name="geometry">
<rect>
<x>12</x>
<y>236</y>
<width>151</width>
<height>119</height>
</rect>
</property>
<property name="title">
<string> Text files extensions </string>
</property>
<widget class="QListWidget" name="listTextExt">
<property name="geometry">
<rect>
<x>12</x>
<y>16</y>
<width>77</width>
<height>93</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="buttonAddTextExt">
<property name="geometry">
<rect>
<x>112</x>
<y>18</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonDelTextExt">
<property name="geometry">
<rect>
<x>112</x>
<y>44</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QWidget" name="pagePaths">
<widget class="QGroupBox" name="groupBox_4">
<property name="geometry">
<rect>
<x>0</x>
<y>2</y>
<width>351</width>
<height>365</height>
</rect>
</property>
<property name="title">
<string> Paths </string>
</property>
<widget class="QLabel" name="label_9">
<property name="geometry">
<rect>
<x>14</x>
<y>86</y>
<width>259</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>hbmk2 executable ( D: _harbour_root_bin_hbmk2 )</string>
</property>
</widget>
<widget class="QLineEdit" name="editPathHbmk2">
<property name="geometry">
<rect>
<x>14</x>
<y>102</y>
<width>259</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_10">
<property name="geometry">
<rect>
<x>14</x>
<y>278</y>
<width>259</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Snippets ( D: _ini_path_hbide.skl )</string>
</property>
</widget>
<widget class="QLineEdit" name="editPathSnippets">
<property name="geometry">
<rect>
<x>14</x>
<y>296</y>
<width>259</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_11">
<property name="geometry">
<rect>
<x>14</x>
<y>200</y>
<width>261</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Environments ( D: _ini_path_hbide.env )</string>
</property>
</widget>
<widget class="QLineEdit" name="editPathEnv">
<property name="geometry">
<rect>
<x>14</x>
<y>218</y>
<width>261</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_12">
<property name="geometry">
<rect>
<x>14</x>
<y>12</y>
<width>99</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>hbide.ini</string>
</property>
</widget>
<widget class="QLineEdit" name="editPathIni">
<property name="geometry">
<rect>
<x>14</x>
<y>28</y>
<width>259</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_13">
<property name="geometry">
<rect>
<x>14</x>
<y>238</y>
<width>257</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Shortcuts ( D: _ini_path_hbide.scu )</string>
</property>
</widget>
<widget class="QLineEdit" name="editPathShortcuts">
<property name="geometry">
<rect>
<x>14</x>
<y>256</y>
<width>261</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_14">
<property name="geometry">
<rect>
<x>14</x>
<y>318</y>
<width>259</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Syntax Themes ( D: _ini_path_hbide.hbt )</string>
</property>
</widget>
<widget class="QLineEdit" name="editPathThemes">
<property name="geometry">
<rect>
<x>14</x>
<y>336</y>
<width>261</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="buttonPathHbmk2">
<property name="geometry">
<rect>
<x>284</x>
<y>102</y>
<width>25</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonPathSnippets">
<property name="geometry">
<rect>
<x>284</x>
<y>296</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonPathEnv">
<property name="geometry">
<rect>
<x>284</x>
<y>218</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonPathShortcuts">
<property name="geometry">
<rect>
<x>284</x>
<y>256</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonPathThemes">
<property name="geometry">
<rect>
<x>284</x>
<y>336</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonViewIni">
<property name="geometry">
<rect>
<x>314</x>
<y>28</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonViewSnippets">
<property name="geometry">
<rect>
<x>314</x>
<y>296</y>
<width>25</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonViewEnv">
<property name="geometry">
<rect>
<x>314</x>
<y>218</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonViewThemes">
<property name="geometry">
<rect>
<x>314</x>
<y>336</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonPathHrbRoot">
<property name="geometry">
<rect>
<x>284</x>
<y>64</y>
<width>25</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QLineEdit" name="editPathHrbRoot">
<property name="geometry">
<rect>
<x>14</x>
<y>64</y>
<width>259</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="label_27">
<property name="geometry">
<rect>
<x>14</x>
<y>48</y>
<width>259</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Harbour Root</string>
</property>
</widget>
<widget class="QLineEdit" name="editPathResources">
<property name="geometry">
<rect>
<x>14</x>
<y>142</y>
<width>259</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="buttonPathResources">
<property name="geometry">
<rect>
<x>284</x>
<y>142</y>
<width>25</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QLabel" name="label_28">
<property name="geometry">
<rect>
<x>14</x>
<y>126</y>
<width>259</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Resources ( Plugins, Images, Dialogs, Scripts, etc. )</string>
</property>
</widget>
<widget class="QLineEdit" name="editPathTemp">
<property name="geometry">
<rect>
<x>14</x>
<y>180</y>
<width>259</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="buttonPathTemp">
<property name="geometry">
<rect>
<x>284</x>
<y>180</y>
<width>25</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QLabel" name="label_29">
<property name="geometry">
<rect>
<x>14</x>
<y>164</y>
<width>259</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Temporary and Transitory Files Path</string>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="pageVariables">
<widget class="QGroupBox" name="groupBox_5">
<property name="geometry">
<rect>
<x>0</x>
<y>2</y>
<width>351</width>
<height>365</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QTableWidget" name="tableVar">
<property name="geometry">
<rect>
<x>6</x>
<y>32</y>
<width>337</width>
<height>327</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="buttonKeyAdd">
<property name="geometry">
<rect>
<x>8</x>
<y>6</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonKeyDel">
<property name="geometry">
<rect>
<x>42</x>
<y>6</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonKeyDown">
<property name="geometry">
<rect>
<x>78</x>
<y>6</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonKeyUp">
<property name="geometry">
<rect>
<x>112</x>
<y>6</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</widget>
</widget>
<widget class="QWidget" name="pageDictionaries">
<widget class="QGroupBox" name="groupBox_10">
<property name="geometry">
<rect>
<x>0</x>
<y>-2</y>
<width>351</width>
<height>369</height>
</rect>
</property>
<property name="title">
<string> Keywords Dictionaries </string>
</property>
<widget class="QListWidget" name="listDictNames">
<property name="geometry">
<rect>
<x>10</x>
<y>16</y>
<width>243</width>
<height>79</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="buttonDictAdd">
<property name="geometry">
<rect>
<x>268</x>
<y>16</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Add</string>
</property>
</widget>
<widget class="QPushButton" name="buttonDictDelete">
<property name="geometry">
<rect>
<x>268</x>
<y>44</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Delete</string>
</property>
</widget>
<widget class="QLabel" name="label_16">
<property name="geometry">
<rect>
<x>10</x>
<y>104</y>
<width>33</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Path:</string>
</property>
</widget>
<widget class="QLineEdit" name="editDictPath">
<property name="geometry">
<rect>
<x>44</x>
<y>104</y>
<width>237</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QToolButton" name="buttonDictPath">
<property name="geometry">
<rect>
<x>316</x>
<y>104</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictActive">
<property name="geometry">
<rect>
<x>268</x>
<y>78</y>
<width>71</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Active</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_16">
<property name="geometry">
<rect>
<x>10</x>
<y>168</y>
<width>331</width>
<height>35</height>
</rect>
</property>
<property name="title">
<string> Auto case convertion ?</string>
</property>
<widget class="QRadioButton" name="radioDictToLower">
<property name="geometry">
<rect>
<x>62</x>
<y>12</y>
<width>69</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>To Lower</string>
</property>
</widget>
<widget class="QRadioButton" name="radioDictToUpper">
<property name="geometry">
<rect>
<x>142</x>
<y>12</y>
<width>69</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>To Upper</string>
</property>
</widget>
<widget class="QRadioButton" name="radioButton_7">
<property name="geometry">
<rect>
<x>226</x>
<y>12</y>
<width>97</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>As in dictionary</string>
</property>
</widget>
<widget class="QRadioButton" name="radioDictConvNone">
<property name="geometry">
<rect>
<x>8</x>
<y>12</y>
<width>63</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>No</string>
</property>
</widget>
</widget>
<widget class="QPlainTextEdit" name="plainKeywords">
<property name="geometry">
<rect>
<x>146</x>
<y>218</y>
<width>193</width>
<height>143</height>
</rect>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_17">
<property name="geometry">
<rect>
<x>10</x>
<y>126</y>
<width>331</width>
<height>37</height>
</rect>
</property>
<property name="title">
<string> Apply to </string>
</property>
<widget class="QCheckBox" name="checkDictToTxt">
<property name="geometry">
<rect>
<x>246</x>
<y>14</y>
<width>43</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Txt</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictToHbp">
<property name="geometry">
<rect>
<x>286</x>
<y>14</y>
<width>43</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Hbp</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictToPrg">
<property name="geometry">
<rect>
<x>6</x>
<y>14</y>
<width>43</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Prg</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictToC">
<property name="geometry">
<rect>
<x>46</x>
<y>14</y>
<width>39</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>C</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictToIni">
<property name="geometry">
<rect>
<x>206</x>
<y>14</y>
<width>43</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Ini</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictToH">
<property name="geometry">
<rect>
<x>166</x>
<y>14</y>
<width>43</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>H</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictToCpp">
<property name="geometry">
<rect>
<x>80</x>
<y>14</y>
<width>43</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Cpp</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictToCh">
<property name="geometry">
<rect>
<x>126</x>
<y>14</y>
<width>43</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Ch</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBox_18">
<property name="geometry">
<rect>
<x>10</x>
<y>212</y>
<width>123</width>
<height>149</height>
</rect>
</property>
<property name="title">
<string> Colors / Fonts </string>
</property>
<widget class="QCheckBox" name="checkDictCaseSens">
<property name="geometry">
<rect>
<x>8</x>
<y>16</y>
<width>101</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Case sensitive ?</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictBold">
<property name="geometry">
<rect>
<x>8</x>
<y>36</y>
<width>71</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Bold</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictItalic">
<property name="geometry">
<rect>
<x>8</x>
<y>56</y>
<width>71</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Italics</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictULine">
<property name="geometry">
<rect>
<x>8</x>
<y>78</y>
<width>71</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Underline</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictColorText">
<property name="geometry">
<rect>
<x>8</x>
<y>100</y>
<width>71</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Text color</string>
</property>
</widget>
<widget class="QCheckBox" name="checkDictColorBack">
<property name="geometry">
<rect>
<x>8</x>
<y>124</y>
<width>75</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string>Background</string>
</property>
</widget>
<widget class="QToolButton" name="buttonDictColorText">
<property name="geometry">
<rect>
<x>88</x>
<y>98</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonDictColorBack">
<property name="geometry">
<rect>
<x>88</x>
<y>124</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QWidget" name="page">
<widget class="QGroupBox" name="groupBox_21">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>351</width>
<height>365</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QListWidget" name="listThemes">
<property name="geometry">
<rect>
<x>10</x>
<y>8</y>
<width>99</width>
<height>123</height>
</rect>
</property>
</widget>
<widget class="QFrame" name="frameHorz">
<property name="geometry">
<rect>
<x>144</x>
<y>8</y>
<width>53</width>
<height>123</height>
</rect>
</property>
<property name="toolTip">
<string>Horizontal Gradient</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="QFrame" name="frameVert">
<property name="geometry">
<rect>
<x>207</x>
<y>8</y>
<width>135</width>
<height>123</height>
</rect>
</property>
<property name="toolTip">
<string>Vertical Gradient</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="QGroupBox" name="groupBox_23">
<property name="geometry">
<rect>
<x>10</x>
<y>138</y>
<width>331</width>
<height>155</height>
</rect>
</property>
<property name="title">
<string/>
</property>
<widget class="QLineEdit" name="editSec5">
<property name="geometry">
<rect>
<x>50</x>
<y>128</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Section at ? ( less than 1 )</string>
</property>
</widget>
<widget class="QLineEdit" name="editSec1">
<property name="geometry">
<rect>
<x>50</x>
<y>16</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Section at 0 edge</string>
</property>
</widget>
<widget class="QLineEdit" name="editSec2">
<property name="geometry">
<rect>
<x>50</x>
<y>44</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Section at ? ( less than 1 )</string>
</property>
</widget>
<widget class="QLineEdit" name="editSec4">
<property name="geometry">
<rect>
<x>50</x>
<y>100</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Section at ? ( less than 1 )</string>
</property>
</widget>
<widget class="QLineEdit" name="editSec3">
<property name="geometry">
<rect>
<x>50</x>
<y>72</y>
<width>49</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Section at ? ( less than 1 )</string>
</property>
</widget>
<widget class="QLabel" name="label_19">
<property name="geometry">
<rect>
<x>8</x>
<y>18</y>
<width>43</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Sec 0</string>
</property>
</widget>
<widget class="QLabel" name="label_23">
<property name="geometry">
<rect>
<x>8</x>
<y>130</y>
<width>43</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Sec 1</string>
</property>
</widget>
<widget class="QLabel" name="label_24">
<property name="geometry">
<rect>
<x>8</x>
<y>48</y>
<width>37</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Sec ?</string>
</property>
</widget>
<widget class="QLabel" name="label_25">
<property name="geometry">
<rect>
<x>8</x>
<y>76</y>
<width>37</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Sec ?</string>
</property>
</widget>
<widget class="QLabel" name="label_26">
<property name="geometry">
<rect>
<x>8</x>
<y>104</y>
<width>37</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Sec ?</string>
</property>
</widget>
<widget class="QLineEdit" name="editR1">
<property name="geometry">
<rect>
<x>198</x>
<y>16</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editG1">
<property name="geometry">
<rect>
<x>242</x>
<y>16</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editB1">
<property name="geometry">
<rect>
<x>284</x>
<y>16</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editG2">
<property name="geometry">
<rect>
<x>242</x>
<y>44</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editB2">
<property name="geometry">
<rect>
<x>284</x>
<y>44</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editR2">
<property name="geometry">
<rect>
<x>198</x>
<y>44</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editG3">
<property name="geometry">
<rect>
<x>242</x>
<y>72</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editB3">
<property name="geometry">
<rect>
<x>284</x>
<y>72</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editR3">
<property name="geometry">
<rect>
<x>198</x>
<y>72</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editG4">
<property name="geometry">
<rect>
<x>242</x>
<y>100</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editB4">
<property name="geometry">
<rect>
<x>284</x>
<y>100</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editR4">
<property name="geometry">
<rect>
<x>198</x>
<y>100</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editG5">
<property name="geometry">
<rect>
<x>242</x>
<y>128</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editB5">
<property name="geometry">
<rect>
<x>284</x>
<y>128</y>
<width>29</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="editR5">
<property name="geometry">
<rect>
<x>196</x>
<y>128</y>
<width>31</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QRadioButton" name="radioSec1">
<property name="geometry">
<rect>
<x>110</x>
<y>16</y>
<width>19</width>
<height>23</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QRadioButton" name="radioSec2">
<property name="geometry">
<rect>
<x>110</x>
<y>44</y>
<width>19</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QRadioButton" name="radioSec3">
<property name="geometry">
<rect>
<x>110</x>
<y>72</y>
<width>19</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QRadioButton" name="radioSec4">
<property name="geometry">
<rect>
<x>110</x>
<y>100</y>
<width>19</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QRadioButton" name="radioSec5">
<property name="geometry">
<rect>
<x>110</x>
<y>128</y>
<width>19</width>
<height>19</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QFrame" name="frameSec1">
<property name="geometry">
<rect>
<x>134</x>
<y>16</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Color at Section 1</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="QFrame" name="frameSec2">
<property name="geometry">
<rect>
<x>134</x>
<y>44</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Color at Section 1</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="QFrame" name="frameSec3">
<property name="geometry">
<rect>
<x>134</x>
<y>72</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Color at Section 2</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="QFrame" name="frameSec4">
<property name="geometry">
<rect>
<x>134</x>
<y>100</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Color at Section 4</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="QFrame" name="frameSec5">
<property name="geometry">
<rect>
<x>134</x>
<y>128</y>
<width>51</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Color at Section 5</string>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
</widget>
<widget class="QSlider" name="sliderRed">
<property name="geometry">
<rect>
<x>60</x>
<y>300</y>
<width>277</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSlider" name="sliderGreen">
<property name="geometry">
<rect>
<x>60</x>
<y>322</y>
<width>277</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QSlider" name="sliderBlue">
<property name="geometry">
<rect>
<x>60</x>
<y>344</y>
<width>277</width>
<height>16</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="label_20">
<property name="geometry">
<rect>
<x>12</x>
<y>302</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>Red</string>
</property>
</widget>
<widget class="QLabel" name="label_21">
<property name="geometry">
<rect>
<x>12</x>
<y>322</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>Green</string>
</property>
</widget>
<widget class="QLabel" name="label_22">
<property name="geometry">
<rect>
<x>12</x>
<y>342</y>
<width>46</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string>Blue</string>
</property>
</widget>
<widget class="QToolButton" name="buttonThmAdd">
<property name="geometry">
<rect>
<x>114</x>
<y>8</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Add a new theme</string>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonThmDel">
<property name="geometry">
<rect>
<x>114</x>
<y>32</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Delete current highlighted theme</string>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonThmApp">
<property name="geometry">
<rect>
<x>114</x>
<y>72</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Apply theme to application</string>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
<widget class="QToolButton" name="buttonThmSav">
<property name="geometry">
<rect>
<x>114</x>
<y>110</y>
<width>25</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>Save current theme</string>
</property>
<property name="text">
<string>...</string>
</property>
</widget>
</widget>
</widget>
</widget>
<widget class="QPushButton" name="buttonClose">
<property name="geometry">
<rect>
<x>218</x>
<y>384</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Close</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="buttonCancel">
<property name="geometry">
<rect>
<x>306</x>
<y>384</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Cancel</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="buttonOk">
<property name="geometry">
<rect>
<x>394</x>
<y>384</y>
<width>75</width>
<height>24</height>
</rect>
</property>
<property name="text">
<string>Ok</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>