* contrib/hbide/resources/setup.ui
* contrib/hbide/resources/setup.uic
* contrib/hbide/hbide.prg
* contrib/hbide/idedocks.prg
* contrib/hbide/ideedit.prg
* contrib/hbide/ideeditor.prg
* contrib/hbide/ideobject.prg
* contrib/hbide/idesaveload.prg
* contrib/hbide/idestylesheets.prg
+ Started: cleaning and extendibility of .ini variables.
1625 lines
40 KiB
XML
1625 lines
40 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>2</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="checkTrimLines">
|
|
<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="checkTab2Spc">
|
|
<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="editSpcPerTab">
|
|
<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="editIndentSize">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>98</x>
|
|
<y>104</y>
|
|
<width>39</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkSaveSrcOnComp">
|
|
<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="checkNoHBKeysCaseConv">
|
|
<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="checkConvTabsOnLoad">
|
|
<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="checkReturnAtBegin">
|
|
<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>
|
|
</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="lineEdit">
|
|
<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="editBackupPath">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>60</y>
|
|
<width>239</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolButton" name="buttonBackupPath">
|
|
<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="editBackupSuffix">
|
|
<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>72</y>
|
|
<width>89</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>hbMK2.exe</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editPathHbmk2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>88</y>
|
|
<width>259</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_10">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>122</y>
|
|
<width>139</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Snippets ( hbide.skl )</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editPathSnippets">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>140</y>
|
|
<width>259</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_11">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>176</y>
|
|
<width>197</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Environments ( hbide.env )</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editPathEnv">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>194</y>
|
|
<width>261</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_12">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>18</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>34</y>
|
|
<width>259</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_13">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>232</y>
|
|
<width>143</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Shortcuts ( hbide.scu )</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editPathShortcuts">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>250</y>
|
|
<width>261</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_14">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>290</y>
|
|
<width>183</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Syntax Themes ( hbide.thm )</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editPathThemes">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>308</y>
|
|
<width>261</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolButton" name="buttonPathIni">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>284</x>
|
|
<y>34</y>
|
|
<width>25</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolButton" name="buttonPathHbmk2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>284</x>
|
|
<y>88</y>
|
|
<width>25</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolButton" name="buttonPathSnippets">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>284</x>
|
|
<y>140</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>194</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>250</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>308</y>
|
|
<width>25</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolButton" name="toolButton">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>314</x>
|
|
<y>34</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>140</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>194</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>308</y>
|
|
<width>25</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</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="buttonAdd">
|
|
<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="buttonDel">
|
|
<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="buttonDown">
|
|
<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="buttonUp">
|
|
<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>
|
|
<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>
|
|
</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>
|
|
</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>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|