+ contrib/hbide/format.ui
+ Added: dock-widget populated .ui to manage code formatting.
* contrib/hbide/setup.ui
+ Added: <Setup><hbIDE Setup><Formatting> page which contains slots
to define hbFormat specific settings ( work-in-progress ).
* contrib/hbide/hbide.hbp
+ Added: ideformat.prg
: thbformt.prg
: format.ui
* contrib/hbide/ideactions.prg
+ Implemented: <Edit><Format><Format Source> menu prompt which
invokes "Formatting" dock-widget at the right hosting all
attributes of a tearable dock-widget as usual.
* contrib/hbide/idedocks.prg
* contrib/hbide/idemain.prg
* contrib/hbide/idemisc.prg
* contrib/hbide/ideobject.prg
* contrib/hbide/idesaveload.prg
+ contrib/hbide/ideformat.prg
+ Added: "Formatting Manger" class to handle formatting steps.
+ contrib/hbide/thbformt.prg
+ Added: Stripped version of utils/hbformat/hbFormat.prg which
will be placed as a lib in contrib/hbformat once its functionality
gets matured. I have added few more methods which are scheduled
to be implemented in hbIDE interface. As of current, its
working is exactly the same as original taking use of default
swtches.
hbIDE will now onwards be able to format sources on the fly and
with visual interface to present the formatted source for review
before swapping it into current editing instance. Right now it just
displays the source for review. I will be waiting groups comments
before proceeding which direction it should take.
Also note that currently formatting is done with default switches.
Slots are arranged in <setup><Formatting> page. In the coming days
those will come into effect. Placeholder will be hbide.ini itself
instead of hbformat.ini.
Please go through the process quickly and let me know if interface
needs any improvements.
3007 lines
74 KiB
XML
3007 lines
74 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>353</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 class="QWidget" name="pageFormat">
|
|
<widget class="QGroupBox" name="groupBox_24">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>349</width>
|
|
<height>365</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string/>
|
|
</property>
|
|
<widget class="QCheckBox" name="checkFmtIndCode">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>8</y>
|
|
<width>153</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Indent code</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkFmtRefSpac">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>100</y>
|
|
<width>153</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Reformat spaces</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkFmtIndFunc">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>24</y>
|
|
<width>157</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Indent "Functions" etc.</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkFmtIndVarb">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>40</y>
|
|
<width>157</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Indent variable declarations</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkFmtIndDrtv">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>56</y>
|
|
<width>157</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Indent directives</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkFmtIndRetn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>72</y>
|
|
<width>157</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Indent "RETURN"</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_30">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>240</y>
|
|
<width>165</width>
|
|
<height>117</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Empty Lines: before</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_50">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>20</y>
|
|
<width>85</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Function Declart</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_51">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>44</y>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Variables Declart</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_52">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>92</y>
|
|
<width>73</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>RETURN</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_53">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>68</y>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Code in function</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtLinFunc">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>96</x>
|
|
<y>16</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtLinVarb">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>96</x>
|
|
<y>40</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtLinCode">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>96</x>
|
|
<y>64</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtLinRetn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>96</x>
|
|
<y>88</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_31">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>128</y>
|
|
<width>165</width>
|
|
<height>89</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Number of Indent Spaces</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_41">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>20</y>
|
|
<width>61</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Leftmost</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtIndLeft">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>96</x>
|
|
<y>16</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_42">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>44</y>
|
|
<width>61</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Generic</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtIndGenr">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>96</x>
|
|
<y>40</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtIndCont">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>96</x>
|
|
<y>64</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_43">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>64</y>
|
|
<width>81</width>
|
|
<height>25</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Continuation ";"</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_32">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>124</y>
|
|
<width>161</width>
|
|
<height>133</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Case Conversion</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_44">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>16</y>
|
|
<width>65</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Commands</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtCseCmds">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>12</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_45">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>40</y>
|
|
<width>73</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Bool Operator</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_46">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>64</y>
|
|
<width>69</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Functions</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_47">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>88</y>
|
|
<width>89</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Unk'n Functions</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_48">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>112</y>
|
|
<width>77</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Directives</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtCseOprt">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>36</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtCseFunc">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>60</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtCseUknF">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>84</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtCseDrtv">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>108</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_33">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>268</y>
|
|
<width>161</width>
|
|
<height>89</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>General</string>
|
|
</property>
|
|
<widget class="QLabel" name="label_49">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>16</y>
|
|
<width>77</width>
|
|
<height>17</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Spaces after #</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtGenSpcD">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>12</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtGenNstC">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>36</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QComboBox" name="comboFmtGenNstB">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>92</x>
|
|
<y>60</y>
|
|
<width>61</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_54">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>40</y>
|
|
<width>73</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Nesting () - ","</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_55">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>64</y>
|
|
<width>73</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Nesting () - ")"</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_34">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>180</x>
|
|
<y>4</y>
|
|
<width>161</width>
|
|
<height>105</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string>Convert</string>
|
|
</property>
|
|
<widget class="QCheckBox" name="checkFmtConNotX">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>84</y>
|
|
<width>141</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>.NOT. => !</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkFmtConAndS">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>68</y>
|
|
<width>141</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>&& => //</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkFmtConStrS">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>52</y>
|
|
<width>137</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>* => //</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkFmtConCase">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>20</y>
|
|
<width>137</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Case</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkFmtConTabs">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>8</x>
|
|
<y>36</y>
|
|
<width>137</width>
|
|
<height>18</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tabs => Spaces</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>
|
|
<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>
|