Files
harbour-core/harbour/contrib/hbide/setup.ui
Pritpal Bedi 5aed11e87b 2010-07-11 19:29 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com)
* contrib/hbide/hbide.hbp
    - Deleted: ideprotos.prg

  - contrib/hbide/plugins/example_gui.hbs
  + contrib/hbide/plugins/hbide_script_qtgui.hbs
    + Added: the prefix "hbide_script_" to hbide callable script files.

  - contrib/hbide/plugins/savebackup.hbs
  + contrib/hbide/plugins/hbide_plugin_savebackup.hbs
    + Added: the prefix "hbide_plugin_" to hbIDE plugin files.

  + contrib/hbide/resources/file-open.png
  * contrib/hbide/hbide.qrc
    + Added: one more image for tool-buttons on "Files" page of "Setup".

  * contrib/hbide/editor.ui
  * contrib/hbide/environments.ui
  * contrib/hbide/setup.ui
    % Modified and Added: some of the components.

  * contrib/hbide/hbide.prg
  * contrib/hbide/ideeditor.prg
  * contrib/hbide/ideenviron.prg
  * contrib/hbide/ideharbourhelp.prg
  * contrib/hbide/idehbprotos.prg
  * contrib/hbide/idemisc.prg
  * contrib/hbide/ideplugins.prg
  * contrib/hbide/ideprojmanager.prg
  * contrib/hbide/idesaveload.prg
  * contrib/hbide/ideskeletons.prg
  * contrib/hbide/idesources.prg
  * contrib/hbide/idethemes.prg
    + Implemented: hbIDE installation independent paths to hold 
      various files and components. Now only hbide.ini reference is 
      required to load all other parameters pointing to next 
      needed locations for various components. It also effectively
      means that hbIDE can be distributed as stand alone single 
      executable ( if linked statically with Qt ) or only with 
      Qt's run-time .dlls. hbIDE now makes no assumptions itself.
      User has to furnish few infos, though, interfaced at a single point.

      The Interface to hold information : <Setup><Files>
 
      The Paths and Files Interpretation:

         0. hbide.ini Path                  - File - Cmd Line: APPDATA|HOME/hbide
         1. Harbour's Root Path             - Path - No Assumptions: should be provided
         2. Hbmk2 Executable Location       - File - Default: hb_getenv("HBIDE_DIR_HBMK2")/hbmk2
         3. Resources [Plugins,Scripts,etc] - Path - Default: _Path_of_hbIDE_ini_
         4. Temporary Files                 - Path - Reserved: TODO
         5. Environments [.env]             - File - Default: _Path_of_hbIDE_ini_dot_env
         6. Keyboard Mappings [.scu]        - File - Default: _Path_of_hbIDE_ini_dot_scu
         7. Code Snippets [.skl]            - File - Default: _Path_of_hbIDE_ini_dot_skl
         8. Syntax Highlighter Themes [.hbt]- File - Default: _Path_of_hbIDE_ini_dot_hbt

      The interface provides for a quick editing of .env.skl.hbt files in-place.
      Interface also provides for viewing facility of hbide.ini file.
 
      Plugins and scripts have gone prefix and usage changes:

         1. _Path_to_Resources/hbide_auto_*.hbs|prg are automatically executed
            just after hbIDE appears on the screen.

         2. _Path_to_Resources/hbide_plugin_*.prg|hbs|hrb can be defined to be 
            executed as per previous instructions.
 
         3. _Path_to_Resources/hbide_protos_* are automatically loaded for 
            code completion lists leading to proto-tips. [New - details below]

    + Implemented: auto loading of code completion lists and proto-tips.
      Any file as hbide_protos_SOMENAME_with_or_without_extention placed in 
      _Resources_ folder will be automatically loaded at startup. These files 
      are plain text files. The following rules apply:

         1. Each proto must be placed on one line.
         2. Blank lines are permissible.
         3. Commands can be placed on multiple lines, 
            each line ending with ";" except the last one, like:
               COPY [TO <(f)>] [SDF] [FIELDS <fields,...>] ;
                    [FOR <for>] [WHILE <while>] [NEXT <next>] ;
                    [RECORD <rec>] [<rest:REST>] [ALL] [CODEPAGE <cp>]
         4. Functions must be opened with a brace without any preceeding space:
               MyFunction ( abd, cde, efg )  =>  Wrong
               MyFunction( abd, cde, efg )   =>  Right

      I must be omitting some more facts which may have been changed|removed.
      Also regression is possible, please make few tests and report back if 
      something went weired.
2010-07-12 04:41:12 +00:00

2426 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>
</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>