diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-07 11:31:26 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-11-28 15:19:44 +0900 |
commit | ae3256947f8ac390d0efa271f9721b3ac92f2999 (patch) | |
tree | 00549b7195d317fa8a23adc5644aeabcd42cdc2d /src/__TODO/UiGuiSettingsDialog.ui | |
parent | a92640a3d98908db6d68cf107ca8dbced8447b7a (diff) | |
download | universal-indent-gui-tqt-ae3256947f8ac390d0efa271f9721b3ac92f2999.tar.gz universal-indent-gui-tqt-ae3256947f8ac390d0efa271f9721b3ac92f2999.zip |
Added toolbar GUI. The logic of each button has not been implemented yet.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/__TODO/UiGuiSettingsDialog.ui')
-rwxr-xr-x | src/__TODO/UiGuiSettingsDialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/__TODO/UiGuiSettingsDialog.ui b/src/__TODO/UiGuiSettingsDialog.ui index 88ed6be..e9f3af6 100755 --- a/src/__TODO/UiGuiSettingsDialog.ui +++ b/src/__TODO/UiGuiSettingsDialog.ui @@ -294,7 +294,7 @@ </attribute> <layout class="TQVBoxLayout"> <item> - <widget class="TQCheckBox" name="enableSyntaxHighlightningCheckBox"> + <widget class="TQCheckBox" name="cbEnableSyntaxHL"> <property name="toolTip"> <string>By enabling special key words of the source code are highlighted.</string> </property> |