* contrib/hbide/resources/curlinehilight.png
+ contrib/hbide/resources/horzruler.png
* contrib/hbide/resources/togglelinenumber.png
* contrib/hbide/resources/toolsutilities.ui
* contrib/hbide/resources/toolsutilities.uic
* contrib/hbide/resources/setup.ui
* contrib/hbide/resources/setup.uic
* contrib/hbqt/qth/HBQPlainTextEdit.qth
* contrib/hbqt/qth/QTableWidget.qth
- contrib/hbqt/qth/HBQSyntaxHighLighter.qth
+ contrib/hbqt/qth/HBQSyntaxHighlighter.qth
* contrib/hbqt/doc/en/class_hbqplaintextedit.txt
* contrib/hbqt/doc/en/class_hbqsyntaxhighlighter.txt
* contrib/hbqt/qtgui/HBQPlainTextEdit.cpp
* contrib/hbqt/qtgui/QTableWidget.cpp
* contrib/hbqt/qtgui/THBQPlainTextEdit.prg
* contrib/hbqt/qtgui/HBQSyntaxHighlighter.cpp
* contrib/hbqt/qtgui/THBQSyntaxHighlighter.prg
* contrib/hbqt/hbqt_hbqplaintextedit.cpp
* contrib/hbqt/hbqt_hbqplaintextedit.h
* contrib/hbqt/hbqt_hbqsyntaxhighlighter.cpp
* contrib/hbqt/hbqt_hbqsyntaxhighlighter.h
* contrib/hbide/hbide.hbp
* contrib/hbide/hbide.ch
* contrib/hbide/hbide.prg
+ contrib/hbide/idedict.prg
* contrib/hbide/idedocks.prg
* contrib/hbide/ideedit.prg
* contrib/hbide/ideeditor.prg
* contrib/hbide/idemisc.prg
* contrib/hbide/ideobject.prg
* contrib/hbide/idesaveload.prg
* contrib/hbide/ideshortcuts.prg
* contrib/hbide/idestylesheets.prg
* contrib/hbide/idethemes.prg
* contrib/hbide/idetools.prg
% Widened padding for menubar prompts to show up at a proper distance.
+ Controlled "RETURN" keyword not to jump to first indentation place,
with env variable - HBIDE_RETURN_ATBEGINING=yes. Scheduled to be
included in "Setup" interface.
+ Allowed hbIDE execution with any text type file. It was accepting .PRG.CPP only.
+ Broadened the scope of keyword coloring for any case, mixed or absolute.
It was all lower or all upper previously.
+ Prepared ground for user defined keywords through user dictionaries.
+ Added new flags in "Setup" dialog ( yet not active ).
Please have a look into the contents of different pages and
let me know what else can qualify to be included therein.
+ More macro for Tools parameter - ${source_fullname_less_ext}
% Tools & Utilities dialog made modeless. At times it is desirable
to execute a tool multiple times and also to gather output logs.
+ Tools & Utilities dialog now remembers its last opened position.
+ Implemented: user-configurable 5 toolbars which can be populated
through Tool & Utilities interface. Invoke "Tools & Utilities"
interface and play with the toolbars. You will find it really
rewarding. I am also trying to find a way to hook
"Kayboard Mappings" macros to be included under this interface.
Your input is welcome. I will write the help in about a week,
but interface is straight enough to grab/grasp/use.
+ Implemented: to switch on/off horizontal ruler.
+ Implemented: to remember the last settings for next run for
Horizontal Ruler, Line Numbers display and Current Line highlighting.
621 lines
20 KiB
XML
621 lines
20 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DialogTools</class>
|
|
<widget class="QDialog" name="DialogTools">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>602</width>
|
|
<height>425</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Tools & Utilities</string>
|
|
</property>
|
|
<widget class="QLabel" name="labelCmdLine">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>236</y>
|
|
<width>251</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Command Line ( Keep blank if excuted via terminal )</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editCmdLine">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>254</y>
|
|
<width>255</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Keep this field blank if a command prompt has to be invoked to execute the parameters. </span></p>
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">This is useful for building any type of project hbIDE do not support yet.</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="labelName">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>194</y>
|
|
<width>53</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Name:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonDown">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>176</x>
|
|
<y>96</y>
|
|
<width>95</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Down</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonUpdate">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>392</y>
|
|
<width>149</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Update</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="labelParams">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>278</y>
|
|
<width>79</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Parameters:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonBrowse">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>176</x>
|
|
<y>210</y>
|
|
<width>95</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Browse</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListWidget" name="listNames">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>19</y>
|
|
<width>149</width>
|
|
<height>173</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonAdd">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>176</x>
|
|
<y>18</y>
|
|
<width>95</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Add</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonDelete">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>176</x>
|
|
<y>44</y>
|
|
<width>95</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Delete</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="Line" name="line">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>376</y>
|
|
<width>253</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>4</y>
|
|
<width>105</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Current Tools:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editParams">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>296</y>
|
|
<width>253</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Parameters list may contain batch files, compilers directives, linker commands, if this tool is used to build a project. </span></p>
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">Otherwise it may contain parameters passed to the executable supplied in "Command line" field.</span></p>
|
|
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p>
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt; font-weight:600;">NOTE</span></p>
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">"/" or "\" characters are recognized as path separators and cannot be used as parameter delimiters for contained applications.</span></p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonUp">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>176</x>
|
|
<y>70</y>
|
|
<width>95</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Up</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonClose">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>172</x>
|
|
<y>392</y>
|
|
<width>95</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editName">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>212</y>
|
|
<width>149</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonExec">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>176</x>
|
|
<y>168</y>
|
|
<width>95</width>
|
|
<height>24</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Execute</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="labelStayIn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>320</y>
|
|
<width>95</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Start in:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editStayIn">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>338</y>
|
|
<width>251</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Before executing this utility hbIDE will make this path current and then will run the command lin. </p>
|
|
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This will specifically help the applications which are expecting a fixed environment for their proper execution.</p></body></html></string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkCapture">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>14</x>
|
|
<y>362</y>
|
|
<width>109</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This flag initiates the process in the background and all output from the designated application is displayed in the "Output Console" at the bottom of editing area.</p>
|
|
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This feature is generally suitable for building any project.</p>
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">The output recieved as such empowers you the same feature as if Harbour project has been compiled, i.e., double click on an error line will open the source in the editor.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Capture Output ?</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkOpenCons">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>134</x>
|
|
<y>362</y>
|
|
<width>131</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="toolTip">
|
|
<string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
|
p, li { white-space: pre-wrap; }
|
|
</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;">
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">If you check it, "Ouput Console" will be made visible the moment you will execute this utility. </p>
|
|
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Alternatively you can open the Output Console anytime by clicking on relevant icon on right-toolbar.</p>
|
|
<p align="center" style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p>
|
|
<p align="center" style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This has the bearing on visiblity of the widget. The output will ever be routed therein no matter this box is checked or not.</p></body></html></string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Open Output Console ?</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>284</x>
|
|
<y>164</y>
|
|
<width>307</width>
|
|
<height>111</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string> Toolbars: </string>
|
|
</property>
|
|
<widget class="QComboBox" name="comboInitPos">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>114</x>
|
|
<y>32</y>
|
|
<width>93</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkDockTop">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>246</x>
|
|
<y>28</y>
|
|
<width>53</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Top</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QListWidget" name="listToolbars">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>18</y>
|
|
<width>93</width>
|
|
<height>83</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkDockRight">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>246</x>
|
|
<y>82</y>
|
|
<width>53</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Right</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>246</x>
|
|
<y>12</y>
|
|
<width>53</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Dockable:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkDockBottom">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>246</x>
|
|
<y>64</y>
|
|
<width>53</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Bottom</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkDockLeft">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>246</x>
|
|
<y>46</y>
|
|
<width>53</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Left</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>116</x>
|
|
<y>14</y>
|
|
<width>89</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Iniitial Position:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkFloatable">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>114</x>
|
|
<y>60</y>
|
|
<width>71</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Floatable</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkInactive">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>114</x>
|
|
<y>82</y>
|
|
<width>71</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Inactive</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QPushButton" name="buttonUserToolbarUpd">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>182</x>
|
|
<y>63</y>
|
|
<width>55</width>
|
|
<height>37</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Update</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>284</x>
|
|
<y>284</y>
|
|
<width>307</width>
|
|
<height>131</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string> Toolbar Buttons: </string>
|
|
</property>
|
|
<widget class="QTableWidget" name="tableButtons">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>16</y>
|
|
<width>253</width>
|
|
<height>107</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolButton" name="buttonBtnDown">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>272</x>
|
|
<y>16</y>
|
|
<width>25</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolButton" name="buttonBtnUp">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>272</x>
|
|
<y>46</y>
|
|
<width>25</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox_3">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>284</x>
|
|
<y>8</y>
|
|
<width>307</width>
|
|
<height>147</height>
|
|
</rect>
|
|
</property>
|
|
<property name="title">
|
|
<string> Current Tools Assignment to Toolbar: </string>
|
|
</property>
|
|
<widget class="QComboBox" name="comboToolbarAsgnd">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>20</y>
|
|
<width>199</width>
|
|
<height>22</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editImage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>66</y>
|
|
<width>249</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_2">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>48</y>
|
|
<width>81</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Image:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QToolButton" name="buttonSetImage">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>270</x>
|
|
<y>66</y>
|
|
<width>25</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_5">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>12</x>
|
|
<y>98</y>
|
|
<width>57</width>
|
|
<height>16</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Tooltip:</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLineEdit" name="editTooltip">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>116</y>
|
|
<width>249</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="checkToolActive">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>246</x>
|
|
<y>22</y>
|
|
<width>57</width>
|
|
<height>19</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Active</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|