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/MainWindowBase.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/MainWindowBase.ui')
| -rwxr-xr-x | src/MainWindowBase.ui | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/MainWindowBase.ui b/src/MainWindowBase.ui index 56256f0..c5e124f 100755 --- a/src/MainWindowBase.ui +++ b/src/MainWindowBase.ui @@ -80,6 +80,27 @@ <action name="actionAboutUniversalIndentGUITQt"/> </item> </menubar> + <toolbars> + <toolbar dock="2"> + <property name="name"> + <cstring>toolBar</cstring> + </property> + <property name="label"> + <string>Tools</string> + </property> + <property name="orientation"> + <enum>TQt::Horizontal</enum> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>1</horstretch> + <verstretch>1</verstretch> + </sizepolicy> + </property> + </toolbar> + </toolbars> <actions> <action> <property name="name"> |
