diff options
Diffstat (limited to 'src/ToolBarWidget.ui')
-rwxr-xr-x | src/ToolBarWidget.ui | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ToolBarWidget.ui b/src/ToolBarWidget.ui index 900c60a..8665cac 100755 --- a/src/ToolBarWidget.ui +++ b/src/ToolBarWidget.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ToolBarWidget</class> - <widget class="QWidget" name="ToolBarWidget"> + <widget class="TQWidget" name="ToolBarWidget"> <property name="geometry"> <rect> <x>0</x> @@ -13,7 +13,7 @@ <property name="windowTitle"> <string>Form</string> </property> - <layout class="QHBoxLayout"> + <layout class="TQHBoxLayout"> <property name="spacing"> <number>6</number> </property> @@ -21,7 +21,7 @@ <number>0</number> </property> <item> - <widget class="QPushButton" name="pbOpen_Source_File"> + <widget class="TQPushButton" name="pbOpen_Source_File"> <property name="toolTip"> <string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p 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;">Opens a dialog for selecting a source code file.</span></p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;">This file will be used to show what the indent tool changes.</p></body></html></string> </property> @@ -35,7 +35,7 @@ </widget> </item> <item> - <widget class="QCheckBox" name="cbLivePreview"> + <widget class="TQCheckBox" name="cbLivePreview"> <property name="toolTip"> <string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">Turns the preview of the reformatted source code on and off.</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">In other words it switches between formatted and nonformatted code. (Ctrl+L)</p></body></html></string> </property> @@ -52,7 +52,7 @@ </widget> </item> <item> - <widget class="QCheckBox" name="enableSyntaxHighlightningCheckBox"> + <widget class="TQCheckBox" name="enableSyntaxHighlightningCheckBox"> <property name="toolTip"> <string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg 2; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">Enables and disables the highlightning of the source</p><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:MS Shell Dlg; font-size:8pt;">code shown below. (Still needs some performance improvements) (Ctrl+H)</p></body></html></string> </property> @@ -77,7 +77,7 @@ <item> <spacer> <property name="orientation"> - <enum>Qt::Horizontal</enum> + <enum>TQt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> @@ -88,7 +88,7 @@ </spacer> </item> <item> - <widget class="QPushButton" name="pbAbout"> + <widget class="TQPushButton" name="pbAbout"> <property name="toolTip"> <string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Shows info about UniversalIndentGUI</p></body></html></string> </property> @@ -102,7 +102,7 @@ </widget> </item> <item> - <widget class="QPushButton" name="pbExit"> + <widget class="TQPushButton" name="pbExit"> <property name="toolTip"> <string><html><head><meta name="qrichtext" content="1" /></head><body style=" white-space: pre-wrap; font-family:MS Shell Dlg; font-size:8.25pt; font-weight:400; font-style:normal; text-decoration:none;"><p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Quits the UniversalIndentGUI</p></body></html></string> </property> |