summaryrefslogtreecommitdiffstats
path: root/src/UiGuiSettingsDialogBase.ui
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-07 12:47:45 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-07 12:47:45 +0900
commitdd4c8a461d88cbbba745f4de76eed75a9a8e4cfe (patch)
tree656b076bf09631e891e1fcce9e5d1323087b14d8 /src/UiGuiSettingsDialogBase.ui
parente19f9a02df7379c45782b81e2f401c9a4f6869a5 (diff)
downloaduniversal-indent-gui-tqt-dd4c8a461d88cbbba745f4de76eed75a9a8e4cfe.tar.gz
universal-indent-gui-tqt-dd4c8a461d88cbbba745f4de76eed75a9a8e4cfe.zip
Added UiGuiSettingsDialog
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/UiGuiSettingsDialogBase.ui')
-rwxr-xr-xsrc/UiGuiSettingsDialogBase.ui338
1 files changed, 338 insertions, 0 deletions
diff --git a/src/UiGuiSettingsDialogBase.ui b/src/UiGuiSettingsDialogBase.ui
new file mode 100755
index 0000000..963f240
--- /dev/null
+++ b/src/UiGuiSettingsDialogBase.ui
@@ -0,0 +1,338 @@
+<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
+ <class>UiGuiSettingsDialogBase</class>
+ <widget class="TQDialog">
+ <property name="name">
+ <cstring>UiGuiSettingsDialogBase</cstring>
+ </property>
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>503</width>
+ <height>336</height>
+ </rect>
+ </property>
+ <property name="caption">
+ <string>Settings</string>
+ </property>
+ <vbox>
+ <widget class="TQTabWidget">
+ <property name="name">
+ <cstring>tabWidget</cstring>
+ </property>
+ <property name="currentPage">
+ <number>0</number>
+ </property>
+ <widget class="TQWidget">
+ <property name="name">
+ <cstring>tabCommon</cstring>
+ </property>
+ <attribute name="title">
+ <string>Common</string>
+ </attribute>
+ <vbox>
+ <hbox>
+ <widget class="TQLabel">
+ <property name="name">
+ <cstring>languageLabel</cstring>
+ </property>
+ <property name="text">
+ <string>Application language</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>cmbBoxLanguageSelection</cstring>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Choose UniversalIndentGui language.</string>
+ </property>
+ </widget>
+ <widget class="TQComboBox">
+ <property name="name">
+ <cstring>cmbBoxLanguageSelection</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Choose UniversalIndentGui language.</string>
+ </property>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer8</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </hbox>
+ <widget class="TQCheckBox">
+ <property name="name">
+ <cstring>cbLoadLastOpenedFileOnStartup</cstring>
+ </property>
+ <property name="text">
+ <string>Automatically open last file on startup</string>
+ </property>
+ <property name="whatsThis">
+ <string>If checked, reopen the last used source code file on startup.</string>
+ </property>
+ </widget>
+ <widget class="TQCheckBox">
+ <property name="name">
+ <cstring>cbEnableIndenterParameterTooltips</cstring>
+ </property>
+ <property name="text">
+ <string>Enable Parameter Tooltips</string>
+ </property>
+ <property name="whatsThis">
+ <string>If checked, tool tips will show up for the indenter parameters.</string>
+ </property>
+ </widget>
+ <hbox>
+ <widget class="TQLabel">
+ <property name="name">
+ <cstring>labelRecentlyOpenedListSize</cstring>
+ </property>
+ <property name="text">
+ <string>Number of files in recently opened list</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>sbRecentlyOpenedListSize</cstring>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Sets number of files in the list of recently opened files.</string>
+ </property>
+ </widget>
+ <widget class="TQSpinBox">
+ <property name="name">
+ <cstring>sbRecentlyOpenedListSize</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="maxValue">
+ <number>30</number>
+ </property>
+ <property name="minValue">
+ <number>1</number>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Sets number of files in the list of recently opened files.</string>
+ </property>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer7</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </hbox>
+ <spacer>
+ <property name="name">
+ <cstring>spacer6</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </vbox>
+ </widget>
+ <widget class="TQWidget">
+ <property name="name">
+ <cstring>tabEditor</cstring>
+ </property>
+ <attribute name="title">
+ <string>Editor</string>
+ </attribute>
+ <vbox>
+ <widget class="TQCheckBox">
+ <property name="name">
+ <cstring>cbWhiteSpaceIsVisible</cstring>
+ </property>
+ <property name="text">
+ <string>Display white space character (tabs, spaces, etc.)</string>
+ </property>
+ <property name="whatsThis">
+ <string>Enables or disables displaying of white space characters in the editor.</string>
+ </property>
+ </widget>
+ <hbox>
+ <widget class="TQLabel">
+ <property name="name">
+ <cstring>labelTabWidth</cstring>
+ </property>
+ <property name="text">
+ <string>Displayed width of tabs</string>
+ </property>
+ <property name="buddy" stdset="0">
+ <cstring>sbTabWidth</cstring>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Defines how many spaces should be displayed in the editor for one tab.</string>
+ </property>
+ </widget>
+ <widget class="TQSpinBox">
+ <property name="name">
+ <cstring>sbTabWidth</cstring>
+ </property>
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="maxValue">
+ <number>99</number>
+ </property>
+ <property name="minValue">
+ <number>1</number>
+ </property>
+ <property name="whatsThis" stdset="0">
+ <string>Defines how many spaces should be displayed in the editor for one tab.</string>
+ </property>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer5</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Horizontal</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </hbox>
+ <spacer>
+ <property name="name">
+ <cstring>spacer4</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </vbox>
+ </widget>
+ <widget class="TQWidget">
+ <property name="name">
+ <cstring>tabSyntaxHighlight</cstring>
+ </property>
+ <attribute name="title">
+ <string>Syntax Highlighting</string>
+ </attribute>
+ <vbox>
+ <widget class="TQCheckBox">
+ <property name="name">
+ <cstring>cbEnableSyntaxHL</cstring>
+ </property>
+ <property name="text">
+ <string>Enable syntax highlighting</string>
+ </property>
+ <property name="whatsThis">
+ <string>By enabling special key words of the source code are highlighted.</string>
+ </property>
+ </widget>
+ <spacer>
+ <property name="name">
+ <cstring>spacer2</cstring>
+ </property>
+ <property name="orientation">
+ <enum>Vertical</enum>
+ </property>
+ <property name="sizeHint">
+ <size>
+ <width>20</width>
+ <height>40</height>
+ </size>
+ </property>
+ </spacer>
+ </vbox>
+ </widget>
+ </widget>
+ <hbox>
+ <spacer>
+ <property name="name">
+ <cstring>spacer1</cstring>
+ </property>
+ <property name="orientation">
+ <enum>TQt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ <widget class="TQPushButton">
+ <property name="name">
+ <cstring>okButton</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Ok</string>
+ </property>
+ <property name="default">
+ <bool>true</bool>
+ </property>
+ </widget>
+ <widget class="TQPushButton">
+ <property name="name">
+ <cstring>cancelButton</cstring>
+ </property>
+ <property name="text">
+ <string>&amp;Cancel</string>
+ </property>
+ </widget>
+ </hbox>
+ </vbox>
+ </widget>
+ <connections>
+ <connection>
+ <sender>okButton</sender>
+ <signal>clicked()</signal>
+ <receiver>UiGuiSettingsDialogBase</receiver>
+ <slot>accept()</slot>
+ </connection>
+ <connection>
+ <sender>cancelButton</sender>
+ <signal>clicked()</signal>
+ <receiver>UiGuiSettingsDialogBase</receiver>
+ <slot>reject()</slot>
+ </connection>
+ </connections>
+</UI>