diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-06 23:09:24 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-09-06 23:09:24 +0900 | 
| commit | 7e8aa1a5c0d085467ef82942f2eca78fbbf19386 (patch) | |
| tree | ef7e119f699243706d612a6ccd2fa896c735a49b /src/MainWindowBase.ui | |
| parent | 2d49c44c47015d4ccd5aa08b4fe8a2401a513c3c (diff) | |
| download | universal-indent-gui-tqt-7e8aa1a5c0d085467ef82942f2eca78fbbf19386.tar.gz universal-indent-gui-tqt-7e8aa1a5c0d085467ef82942f2eca78fbbf19386.zip  | |
Hide Export menu since TQt3 does not support the required functionality. Add processing for code change event
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/MainWindowBase.ui')
| -rwxr-xr-x | src/MainWindowBase.ui | 5 | 
1 files changed, 0 insertions, 5 deletions
diff --git a/src/MainWindowBase.ui b/src/MainWindowBase.ui index 087352e..229d41a 100755 --- a/src/MainWindowBase.ui +++ b/src/MainWindowBase.ui @@ -41,11 +41,6 @@        <action name="actionMenuSaveEncoded"/>        <item text="Save Source File As with other Encoding" name="popupMenuSaveEncoded"/>        <separator/> -      <action name="actionMenuExport"/> -      <item text="Export" name="popupMenuExport"> -        <action name="actionExportHTML"/> -        <action name="actionExportPDF"/> -      </item>        <action name="actionExit" />      </item>      <item text="&Indenter" name="menuIndenter">  | 
