<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <author>Thomas_-_S</author> <class>MainWindowBase</class> <widget class="TQMainWindow"> <property name="name"> <cstring>MainWindowBase</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>949</width> <height>633</height> </rect> </property> </widget> <menubar> <property name="name"> <cstring>menuBar</cstring> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>949</width> <height>21</height> </rect> </property> <item text="&File" name="menuFile"> <action name="actionOpenSourceFile"/> <action name="actionMenuRecentlyOpenedFiles"/> <item text="Recently Opened Files" name="popupMenuRecentlyOpenedFiles"> <separator/> <action name="actionClearRecentlyOpenedList"/> </item> <action name="actionMenuEncoding"/> <item text="Reopen File with other Encoding" name="popupMenuEncoding"/> <separator/> <action name="actionSaveSourceFile"/> <action name="actionSaveSourceFileAs"/> <action name="actionMenuSaveEncoded"/> <item text="Save Source File As with other Encoding" name="popupMenuSaveEncoded"/> <separator/> <action name="actionShowInfo"/> <separator/> <action name="actionExit" /> </item> <item text="&Indenter" name="menuIndenter"> <action name="actionLoadIndenterConfigFile"/> <action name="actionSaveIndenterConfigFile"/> <action name="actionCreateShellScript"/> <action name="actionResetIndenterParameters"/> </item> <item text="&Settings" name="menuSettings"> <action name="actionLiveIndentPreview"/> <action name="actionEnableSyntaxHighlighting"/> <action name="actionWhiteSpaceIsVisible"/> <action name="actionMenuHighlighter"/> <item text="Set Syntax Highlighter" name="popupMenuHighlighter"/> <action name="actionIndenterParameterTooltipsEnabled"/> <action name="actionLoadLastOpenedFileOnStartup"/> <action name="actionShowSettings"/> </item> <item text="&Help" name="menuHelp"> <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"> <cstring>actionOpenSourceFile</cstring> </property> <property name="text"> <string>Open Source File</string> </property> <property name="statusTip"> <string>Opens a dialog for selecting a source code file.</string> </property> <property name="accel"> <string>Ctrl+O</string> </property> </action> <action> <property name="name"> <cstring>actionMenuRecentlyOpenedFiles</cstring> </property> <property name="text"> <string>Recently Opened Files</string> </property> <property name="statusTip"> <string>Open a recently used file.</string> </property> </action> <action> <property name="name"> <cstring>actionClearRecentlyOpenedList</cstring> </property> <property name="text"> <string>Clear Recently Opened List</string> </property> <property name="statusTip"> <string>Clears the list of recently open files.</string> </property> </action> <action> <property name="name"> <cstring>actionMenuEncoding</cstring> </property> <property name="text"> <string>Reopen File with other Encoding</string> </property> <property name="statusTip"> <string>Reopen the current file using a specified encoding.</string> </property> </action> <action> <property name="name"> <cstring>actionSaveSourceFile</cstring> </property> <property name="text"> <string>Save Source File</string> </property> <property name="statusTip"> <string>Saves the currently shown source code to the last opened or saved source file.</string> </property> <property name="accel"> <string>Ctrl+S</string> </property> </action> <action> <property name="name"> <cstring>actionSaveSourceFileAs</cstring> </property> <property name="text"> <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="accel"> <string>Ctrl+Shift+S</string> </property> </action> <action> <property name="name"> <cstring>actionMenuSaveEncoded</cstring> </property> <property name="text"> <string>Save Source File As with other Encoding</string> </property> <property name="statusTip"> <string>Save the current source file using a specified encoding.</string> </property> </action> <action> <property name="name"> <cstring>actionMenuExport</cstring> </property> <property name="text"> <string>Export</string> </property> <property name="statusTip"> <string>Export the currently visible source.</string> </property> </action> <action> <property name="name"> <cstring>actionExportHTML</cstring> </property> <property name="text"> <string>HTML</string> </property> <property name="statusTip"> <string>Export the currently visible source code as HTML document.</string> </property> </action> <action> <property name="name"> <cstring>actionExportPDF</cstring> </property> <property name="text"> <string>PDF</string> </property> <property name="statusTip"> <string>Export the currently visible source code as PDF document.</string> </property> </action> <action> <property name="name"> <cstring>actionShowInfo</cstring> </property> <property name="text"> <string>Show file and path info</string> </property> <property name="statusTip"> <string>Opens a window showing some info about the current open file and paths.</string> </property> <property name="accel"> <string>Ctrl+I</string> </property> </action> <action> <property name="name"> <cstring>actionExit</cstring> </property> <property name="text"> <string>Exit</string> </property> <property name="statusTip"> <string>Quits the UniversalIndentGUI.</string> </property> <property name="accel"> <string>Ctrl+Q</string> </property> </action> <action> <property name="name"> <cstring>actionLoadIndenterConfigFile</cstring> </property> <property name="text"> <string>Load Indenter Config File</string> </property> <property name="statusTip"> <string>Opens a file dialog to load the original config file of the indenter.</string> </property> <property name="accel"> <string>Alt+O</string> </property> </action> <action> <property name="name"> <cstring>actionSaveIndenterConfigFile</cstring> </property> <property name="text"> <string>Save Indenter Config File</string> </property> <property name="statusTip"> <string>Opens a dialog to save the current indenter configuration to a file.</string> </property> <property name="accel"> <string>Alt+S</string> </property> </action> <action> <property name="name"> <cstring>actionCreateShellScript</cstring> </property> <property name="text"> <string>Create Indenter Call Shell Script</string> </property> <property name="statusTip"> <string>Create a shell script that calls the current selected indenter for formatting a given file with the current indent settings.</string> </property> </action> <action> <property name="name"> <cstring>actionResetIndenterParameters</cstring> </property> <property name="text"> <string>Reset indenter parameters</string> </property> <property name="statusTip"> <string>Resets all indenter parameters to the default values.</string> </property> </action> <action> <property name="name"> <cstring>actionLiveIndentPreview</cstring> </property> <property name="toggleAction"> <bool>true</bool> </property> <property name="text"> <string>Live Indent Preview</string> </property> <property name="accel"> <string>Ctrl+L</string> </property> <property name="visible"> <bool>false</bool> </property> </action> <action> <property name="name"> <cstring>actionEnableSyntaxHighlighting</cstring> </property> <property name="toggleAction"> <bool>true</bool> </property> <property name="on"> <bool>true</bool> </property> <property name="text"> <string>Syntax Highlighting</string> </property> <property name="statusTip"> <string>By enabling this, special keywords of the source code are highlighted.</string> </property> <property name="accel"> <string>Ctrl+H</string> </property> </action> <action name=""> <property name="name"> <cstring>actionWhiteSpaceIsVisible</cstring> </property> <property name="toggleAction"> <bool>true</bool> </property> <property name="text"> <string>White Space Visible</string> </property> <property name="toolTip"> <string>Set white space visible</string> </property> <property name="statusTip"> <string>Enables or disables diplaying of white space characters in the editor.</string> </property> <property name="visible"> <bool>true</bool> </property> </action> <action> <property name="name"> <cstring>actionMenuHighlighter</cstring> </property> <property name="text"> <string>Set Syntax Highlighter</string> </property> <property name="statusTip"> <string>Set the syntax highlighter to use.</string> </property> </action> <action> <property name="name"> <cstring>actionIndenterParameterTooltipsEnabled</cstring> </property> <property name="toggleAction"> <bool>true</bool> </property> <property name="on"> <bool>true</bool> </property> <property name="text"> <string>Parameter Tooltips</string> </property> <property name="statusTip"> <string>If checked, tooltips will show up if the mouse cursor remains over an indenter parameter for a while.</string> </property> </action> <action> <property name="name"> <cstring>actionLoadLastOpenedFileOnStartup</cstring> </property> <property name="toggleAction"> <bool>true</bool> </property> <property name="on"> <bool>true</bool> </property> <property name="text"> <string>Auto Open Last File</string> </property> <property name="toolTip"> <string>Auto open last source file on startup</string> </property> <property name="statusTip"> <string>If selected opens last source code file on startup.</string> </property> <property name="visible"> <bool>true</bool> </property> </action> <action> <property name="name"> <cstring>actionShowSettings</cstring> </property> <property name="text"> <string>Settings</string> </property> <property name="toolTip"> <string>Opens the settings dialog</string> </property> <property name="statusTip"> <string>Opens the settings dialog, to set language etc.</string> </property> </action> <action> <property name="name"> <cstring>actionAboutUniversalIndentGUITQt</cstring> </property> <property name="text"> <string>About UniversalIndentGUI TQt</string> </property> <property name="statusTip"> <string>Shows info about UniversalIndentGUI TQt.</string> </property> </action> </actions> <connections> <connection> <sender>actionExit</sender> <signal>activated()</signal> <receiver>MainWindowBase</receiver> <slot>close()</slot> </connection> </connections> </UI>