diff options
author | Michele Calgaro <[email protected]> | 2022-11-07 11:31:26 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2022-11-28 15:19:44 +0900 |
commit | ae3256947f8ac390d0efa271f9721b3ac92f2999 (patch) | |
tree | 00549b7195d317fa8a23adc5644aeabcd42cdc2d /src/__TODO/MainWindow.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 <[email protected]>
Diffstat (limited to 'src/__TODO/MainWindow.ui')
-rwxr-xr-x | src/__TODO/MainWindow.ui | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/src/__TODO/MainWindow.ui b/src/__TODO/MainWindow.ui index c7514a3..9ac95b1 100755 --- a/src/__TODO/MainWindow.ui +++ b/src/__TODO/MainWindow.ui @@ -92,31 +92,6 @@ <bool>false</bool> </attribute> </widget> - <action name="actionSave_Source_File"> - </action> - <action name="actionSave_Source_File_As"> - <property name="icon"> - <iconset resource="../resources/Icons.qrc"> - <normaloff>:/mainWindow/document-save-as.png</normaloff>:/mainWindow/document-save-as.png</iconset> - </property> - <property name="text"> - <string>Save Source File As...</string> - </property> - <property name="iconText"> - <string>Save Source File As...</string> - </property> - <property name="toolTip"> - <string>Save Source File As...</string> - </property> - <property name="statusTip"> - <string>Opens a file dialog to save the currently shown source code.</string> - </property> - <property name="shortcut"> - <string>Ctrl+Shift+S</string> - </property> - </action> - <action name="actionClear_Recently_Opened_List"> - </action> </widget> <resources> <include location="../resources/Icons.qrc"/> |