diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-02-09 22:17:59 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-02-09 22:17:59 +0900 |
commit | a57b51348a0056a552568e0b70db51463f322f9c (patch) | |
tree | 6cdcd10cf85560e1a679fb3747d7ce6e11a77d35 /src/MainWindowBase.ui | |
parent | ae3256947f8ac390d0efa271f9721b3ac92f2999 (diff) | |
download | universal-indent-gui-tqt-a57b51348a0056a552568e0b70db51463f322f9c.tar.gz universal-indent-gui-tqt-a57b51348a0056a552568e0b70db51463f322f9c.zip |
First part of About dialog.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/MainWindowBase.ui')
-rwxr-xr-x | src/MainWindowBase.ui | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/src/MainWindowBase.ui b/src/MainWindowBase.ui index c5e124f..9d478b4 100755 --- a/src/MainWindowBase.ui +++ b/src/MainWindowBase.ui @@ -196,7 +196,7 @@ <string>Export</string> </property> <property name="statusTip"> - <string>Export the currently visible source</string> + <string>Export the currently visible source.</string> </property> </action> <action> @@ -207,7 +207,7 @@ <string>HTML</string> </property> <property name="statusTip"> - <string>Export the currently visible source code as HTML document</string> + <string>Export the currently visible source code as HTML document.</string> </property> </action> <action> @@ -218,7 +218,7 @@ <string>PDF</string> </property> <property name="statusTip"> - <string>Export the currently visible source code as PDF document</string> + <string>Export the currently visible source code as PDF document.</string> </property> </action> <action> @@ -300,7 +300,7 @@ <string>Set Syntax Highlighter</string> </property> <property name="statusTip"> - <string>Set the syntax highlighter to use</string> + <string>Set the syntax highlighter to use.</string> </property> </action> <action> @@ -337,7 +337,7 @@ <string>Auto open last source file on startup</string> </property> <property name="statusTip"> - <string>If selected opens last source code file on startup</string> + <string>If selected opens last source code file on startup.</string> </property> <property name="visible"> <bool>false</bool> @@ -389,16 +389,6 @@ <signal>activated()</signal> <receiver>MainWindowBase</receiver> <slot>close()</slot> - <hints> - <hint type="sourcelabel"> - <x>-1</x> - <y>-1</y> - </hint> - <hint type="destinationlabel"> - <x>399</x> - <y>299</y> - </hint> - </hints> </connection> </connections> </UI> |