changeset 429:67a6289e07cf

Renamed the file "indentgui.ui" to "mainwindow.ui" and with that renamed its contained class and all dependend parts in the code. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@664 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Sat, 03 May 2008 12:19:30 +0000
parents 7e2906a7507f
children 12072a5e2887
files src/UniversalIndentGUI.vcproj src/indentgui.ui src/mainwindow.h src/mainwindow.ui
diffstat 4 files changed, 518 insertions(+), 518 deletions(-) [+]
line wrap: on
line diff
--- a/src/UniversalIndentGUI.vcproj	Sat May 03 11:41:57 2008 +0000
+++ b/src/UniversalIndentGUI.vcproj	Sat May 03 12:19:30 2008 +0000
@@ -328,7 +328,7 @@
 				>
 			</File>
 			<File
-				RelativePath=".\indentgui.ui"
+				RelativePath=".\mainwindow.ui"
 				>
 			</File>
 			<File
@@ -416,7 +416,7 @@
 				</FileConfiguration>
 			</File>
 			<File
-				RelativePath="$(OutDir)\tmp\uic\ui_indentgui.h"
+				RelativePath="$(OutDir)\tmp\uic\ui_mainwindow.h"
 				>
 				<FileConfiguration
 					Name="Debug|Win32"
--- a/src/indentgui.ui	Sat May 03 11:41:57 2008 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,514 +0,0 @@
-<ui version="4.0" >
- <author>Thomas_-_S</author>
- <class>IndentGui</class>
- <widget class="QMainWindow" name="IndentGui" >
-  <property name="geometry" >
-   <rect>
-    <x>0</x>
-    <y>0</y>
-    <width>949</width>
-    <height>633</height>
-   </rect>
-  </property>
-  <property name="windowTitle" >
-   <string>UniversalIndentGUI</string>
-  </property>
-  <property name="windowIcon" >
-   <iconset resource="../resources/Icons.qrc" >:/mainWindow/icon2.png</iconset>
-  </property>
-  <widget class="QWidget" name="centralwidget" >
-   <layout class="QHBoxLayout" >
-    <property name="spacing" >
-     <number>6</number>
-    </property>
-    <property name="leftMargin" >
-     <number>0</number>
-    </property>
-    <property name="topMargin" >
-     <number>0</number>
-    </property>
-    <property name="rightMargin" >
-     <number>0</number>
-    </property>
-    <property name="bottomMargin" >
-     <number>0</number>
-    </property>
-    <item>
-     <layout class="QHBoxLayout" >
-      <property name="spacing" >
-       <number>0</number>
-      </property>
-      <property name="leftMargin" >
-       <number>2</number>
-      </property>
-      <property name="topMargin" >
-       <number>2</number>
-      </property>
-      <property name="rightMargin" >
-       <number>2</number>
-      </property>
-      <property name="bottomMargin" >
-       <number>2</number>
-      </property>
-     </layout>
-    </item>
-   </layout>
-  </widget>
-  <widget class="QStatusBar" name="statusbar" />
-  <widget class="QMenuBar" name="menuBar" >
-   <property name="geometry" >
-    <rect>
-     <x>0</x>
-     <y>0</y>
-     <width>949</width>
-     <height>21</height>
-    </rect>
-   </property>
-   <widget class="QMenu" name="menuIndenter" >
-    <property name="title" >
-     <string>Indenter</string>
-    </property>
-    <addaction name="actionLoad_Indenter_Config_File" />
-    <addaction name="actionSave_Indenter_Config_File" />
-    <addaction name="actionCreateShellScript" />
-   </widget>
-   <widget class="QMenu" name="menuFile" >
-    <property name="title" >
-     <string>File</string>
-    </property>
-    <widget class="QMenu" name="menuExport" >
-     <property name="title" >
-      <string>Export</string>
-     </property>
-     <addaction name="actionExportPDF" />
-     <addaction name="actionExportHTML" />
-    </widget>
-    <widget class="QMenu" name="menuRecently_Opened_Files" >
-     <property name="title" >
-      <string>Recently Opened Files</string>
-     </property>
-     <addaction name="separator" />
-     <addaction name="actionClear_Recently_Opened_List" />
-    </widget>
-    <widget class="QMenu" name="encodingMenu" >
-     <property name="title" >
-      <string>Reopen File with other Encoding</string>
-     </property>
-    </widget>
-    <widget class="QMenu" name="saveEncodedMenu" >
-     <property name="title" >
-      <string>Save Source File As with other Encoding</string>
-     </property>
-    </widget>
-    <addaction name="actionOpen_Source_File" />
-    <addaction name="menuRecently_Opened_Files" />
-    <addaction name="encodingMenu" />
-    <addaction name="separator" />
-    <addaction name="actionSave_Source_File" />
-    <addaction name="actionSave_Source_File_As" />
-    <addaction name="saveEncodedMenu" />
-    <addaction name="separator" />
-    <addaction name="menuExport" />
-    <addaction name="actionExit" />
-   </widget>
-   <widget class="QMenu" name="menuSettings" >
-    <property name="title" >
-     <string>Settings</string>
-    </property>
-    <widget class="QMenu" name="highlighterMenu" >
-     <property name="title" >
-      <string>Set Syntax Highlighter</string>
-     </property>
-    </widget>
-    <addaction name="actionLive_Indent_Preview" />
-    <addaction name="uiGuiSyntaxHighlightningEnabled" />
-    <addaction name="uiGuiWhiteSpaceIsVisible" />
-    <addaction name="highlighterMenu" />
-    <addaction name="uiGuiIndenterParameterTooltipsEnabled" />
-    <addaction name="uiGuiLoadLastOpenedFileOnStartup" />
-    <addaction name="actionShowSettings" />
-   </widget>
-   <widget class="QMenu" name="menuHelp" >
-    <property name="title" >
-     <string>Help</string>
-    </property>
-    <addaction name="actionCheck_for_update" />
-    <addaction name="separator" />
-    <addaction name="actionAbout_UniversalIndentGUI" />
-   </widget>
-   <addaction name="menuFile" />
-   <addaction name="menuIndenter" />
-   <addaction name="menuSettings" />
-   <addaction name="menuHelp" />
-  </widget>
-  <widget class="QDockWidget" name="dockWidget" >
-   <property name="sizePolicy" >
-    <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
-     <horstretch>0</horstretch>
-     <verstretch>0</verstretch>
-    </sizepolicy>
-   </property>
-   <property name="features" >
-    <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures</set>
-   </property>
-   <property name="allowedAreas" >
-    <set>Qt::LeftDockWidgetArea|Qt::NoDockWidgetArea|Qt::RightDockWidgetArea</set>
-   </property>
-   <property name="windowTitle" >
-    <string>Indenter Parameter</string>
-   </property>
-   <attribute name="dockWidgetArea" >
-    <number>1</number>
-   </attribute>
-   <widget class="QWidget" name="dockWidgetContents" >
-    <layout class="QHBoxLayout" >
-     <property name="spacing" >
-      <number>6</number>
-     </property>
-     <property name="leftMargin" >
-      <number>0</number>
-     </property>
-     <property name="topMargin" >
-      <number>0</number>
-     </property>
-     <property name="rightMargin" >
-      <number>0</number>
-     </property>
-     <property name="bottomMargin" >
-      <number>0</number>
-     </property>
-     <item>
-      <layout class="QVBoxLayout" >
-       <property name="spacing" >
-        <number>0</number>
-       </property>
-       <property name="leftMargin" >
-        <number>0</number>
-       </property>
-       <property name="topMargin" >
-        <number>0</number>
-       </property>
-       <property name="rightMargin" >
-        <number>0</number>
-       </property>
-       <property name="bottomMargin" >
-        <number>0</number>
-       </property>
-      </layout>
-     </item>
-    </layout>
-   </widget>
-  </widget>
-  <widget class="QToolBar" name="toolBar" >
-   <property name="contextMenuPolicy" >
-    <enum>Qt::PreventContextMenu</enum>
-   </property>
-   <property name="windowTitle" >
-    <string>Main Toolbar</string>
-   </property>
-   <property name="orientation" >
-    <enum>Qt::Horizontal</enum>
-   </property>
-   <property name="iconSize" >
-    <size>
-     <width>16</width>
-     <height>16</height>
-    </size>
-   </property>
-   <property name="toolButtonStyle" >
-    <enum>Qt::ToolButtonTextBesideIcon</enum>
-   </property>
-   <attribute name="toolBarArea" >
-    <enum>TopToolBarArea</enum>
-   </attribute>
-   <attribute name="toolBarBreak" >
-    <bool>false</bool>
-   </attribute>
-  </widget>
-  <action name="actionOpen_Source_File" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/document-open.png</iconset>
-   </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="shortcut" >
-    <string>Ctrl+O</string>
-   </property>
-  </action>
-  <action name="actionSave_Source_File" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/document-save.png</iconset>
-   </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="shortcut" >
-    <string>Ctrl+S</string>
-   </property>
-  </action>
-  <action name="actionSave_Source_File_As" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/document-save-as.png</iconset>
-   </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>
-  </action>
-  <action name="actionLoad_Indenter_Config_File" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/load_indent_cfg.png</iconset>
-   </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="shortcut" >
-    <string>Alt+O</string>
-   </property>
-  </action>
-  <action name="actionSave_Indenter_Config_File" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/save_indent_cfg.png</iconset>
-   </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="shortcut" >
-    <string>Alt+S</string>
-   </property>
-  </action>
-  <action name="actionAbout_UniversalIndentGUI" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/info.png</iconset>
-   </property>
-   <property name="text" >
-    <string>About UniversalIndentGUI</string>
-   </property>
-   <property name="statusTip" >
-    <string>Shows info about UniversalIndentGUI.</string>
-   </property>
-  </action>
-  <action name="actionExit" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/system-log-out.png</iconset>
-   </property>
-   <property name="text" >
-    <string>Exit</string>
-   </property>
-   <property name="statusTip" >
-    <string>Quits the UniversalIndentGUI.</string>
-   </property>
-   <property name="shortcut" >
-    <string>Ctrl+Q</string>
-   </property>
-  </action>
-  <action name="actionExportPDF" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/exportpdf.png</iconset>
-   </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 name="actionExportHTML" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/exporthtml.png</iconset>
-   </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 name="uiGuiIndenterParameterTooltipsEnabled" >
-   <property name="checkable" >
-    <bool>true</bool>
-   </property>
-   <property name="checked" >
-    <bool>true</bool>
-   </property>
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/tooltip.png</iconset>
-   </property>
-   <property name="text" >
-    <string>Parameter Tooltips</string>
-   </property>
-   <property name="statusTip" >
-    <string>If checked, tool tips will show up if the mouse cursor remains over an indenter parameter for a while.</string>
-   </property>
-  </action>
-  <action name="actionLive_Indent_Preview" >
-   <property name="checkable" >
-    <bool>true</bool>
-   </property>
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/live-preview.png</iconset>
-   </property>
-   <property name="text" >
-    <string>Live Indent Preview</string>
-   </property>
-   <property name="shortcut" >
-    <string>Ctrl+L</string>
-   </property>
-   <property name="visible" >
-    <bool>false</bool>
-   </property>
-  </action>
-  <action name="uiGuiSyntaxHighlightningEnabled" >
-   <property name="checkable" >
-    <bool>true</bool>
-   </property>
-   <property name="checked" >
-    <bool>true</bool>
-   </property>
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/syntax-highlight.png</iconset>
-   </property>
-   <property name="text" >
-    <string>Syntax Highlighting</string>
-   </property>
-   <property name="iconText" >
-    <string>Syntax Highlighting</string>
-   </property>
-   <property name="toolTip" >
-    <string>Enables or disables syntax highlighting for the source code.</string>
-   </property>
-   <property name="statusTip" >
-    <string>By enabling special key words of the source code are highlighted.</string>
-   </property>
-  </action>
-  <action name="uiGuiWhiteSpaceIsVisible" >
-   <property name="checkable" >
-    <bool>true</bool>
-   </property>
-   <property name="text" >
-    <string>White Space Visible</string>
-   </property>
-   <property name="iconText" >
-    <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>false</bool>
-   </property>
-  </action>
-  <action name="uiGuiLoadLastOpenedFileOnStartup" >
-   <property name="checkable" >
-    <bool>true</bool>
-   </property>
-   <property name="checked" >
-    <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>false</bool>
-   </property>
-  </action>
-  <action name="actionShowSettings" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/preferences-system.png</iconset>
-   </property>
-   <property name="text" >
-    <string>Settings</string>
-   </property>
-   <property name="iconText" >
-    <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 name="actionCreateShellScript" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/shell.png</iconset>
-   </property>
-   <property name="text" >
-    <string>Create Indenter Call Shell Script</string>
-   </property>
-   <property name="toolTip" >
-    <string>Create a shell script that calls the current selected indenter for formatting an as parameter given file with the current indent settings</string>
-   </property>
-   <property name="statusTip" >
-    <string>Create a shell script that calls the current selected indenter for formatting an as parameter given file with the current indent settings</string>
-   </property>
-  </action>
-  <action name="actionCheck_for_update" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/system-software-update.png</iconset>
-   </property>
-   <property name="text" >
-    <string>Check for update</string>
-   </property>
-   <property name="toolTip" >
-    <string>Checks online whether a new version of UniversalIndentGUI is available.</string>
-   </property>
-   <property name="statusTip" >
-    <string>Checks online whether a new version of UniversalIndentGUI is available.</string>
-   </property>
-  </action>
-  <action name="actionClear_Recently_Opened_List" >
-   <property name="icon" >
-    <iconset resource="../resources/Icons.qrc" >:/mainWindow/edit-clear.png</iconset>
-   </property>
-   <property name="text" >
-    <string>Clear Recently Opened List</string>
-   </property>
-  </action>
- </widget>
- <resources>
-  <include location="../resources/Icons.qrc" />
- </resources>
- <connections>
-  <connection>
-   <sender>actionExit</sender>
-   <signal>activated()</signal>
-   <receiver>IndentGui</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>
--- a/src/mainwindow.h	Sat May 03 11:41:57 2008 +0000
+++ b/src/mainwindow.h	Sat May 03 12:19:30 2008 +0000
@@ -20,7 +20,7 @@
 #ifndef MAINWINDOW_H
 #define MAINWINDOW_H
 
-#include "ui_indentgui.h"
+#include "ui_mainwindow.h"
 #include "ui_toolBarWidget.h"
 #include "aboutdialog.h"
 #if QT_VERSION >= 0x040400
@@ -51,7 +51,7 @@
 #include <Qsci/qsciscintilla.h>
 #include <Qsci/qsciprinter.h>
 
-class MainWindow : public QMainWindow, private Ui::IndentGui
+class MainWindow : public QMainWindow, private Ui::MainWindowUi
 {
     Q_OBJECT
 
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/mainwindow.ui	Sat May 03 12:19:30 2008 +0000
@@ -0,0 +1,514 @@
+<ui version="4.0" >
+ <author>Thomas_-_S</author>
+ <class>MainWindowUi</class>
+ <widget class="QMainWindow" name="MainWindowUi" >
+  <property name="geometry" >
+   <rect>
+    <x>0</x>
+    <y>0</y>
+    <width>949</width>
+    <height>633</height>
+   </rect>
+  </property>
+  <property name="windowTitle" >
+   <string>UniversalIndentGUI</string>
+  </property>
+  <property name="windowIcon" >
+   <iconset resource="../resources/Icons.qrc" >:/mainWindow/icon2.png</iconset>
+  </property>
+  <widget class="QWidget" name="centralwidget" >
+   <layout class="QHBoxLayout" >
+    <property name="spacing" >
+     <number>6</number>
+    </property>
+    <property name="leftMargin" >
+     <number>0</number>
+    </property>
+    <property name="topMargin" >
+     <number>0</number>
+    </property>
+    <property name="rightMargin" >
+     <number>0</number>
+    </property>
+    <property name="bottomMargin" >
+     <number>0</number>
+    </property>
+    <item>
+     <layout class="QHBoxLayout" >
+      <property name="spacing" >
+       <number>0</number>
+      </property>
+      <property name="leftMargin" >
+       <number>2</number>
+      </property>
+      <property name="topMargin" >
+       <number>2</number>
+      </property>
+      <property name="rightMargin" >
+       <number>2</number>
+      </property>
+      <property name="bottomMargin" >
+       <number>2</number>
+      </property>
+     </layout>
+    </item>
+   </layout>
+  </widget>
+  <widget class="QStatusBar" name="statusbar" />
+  <widget class="QMenuBar" name="menuBar" >
+   <property name="geometry" >
+    <rect>
+     <x>0</x>
+     <y>0</y>
+     <width>949</width>
+     <height>21</height>
+    </rect>
+   </property>
+   <widget class="QMenu" name="menuIndenter" >
+    <property name="title" >
+     <string>Indenter</string>
+    </property>
+    <addaction name="actionLoad_Indenter_Config_File" />
+    <addaction name="actionSave_Indenter_Config_File" />
+    <addaction name="actionCreateShellScript" />
+   </widget>
+   <widget class="QMenu" name="menuFile" >
+    <property name="title" >
+     <string>File</string>
+    </property>
+    <widget class="QMenu" name="menuExport" >
+     <property name="title" >
+      <string>Export</string>
+     </property>
+     <addaction name="actionExportPDF" />
+     <addaction name="actionExportHTML" />
+    </widget>
+    <widget class="QMenu" name="menuRecently_Opened_Files" >
+     <property name="title" >
+      <string>Recently Opened Files</string>
+     </property>
+     <addaction name="separator" />
+     <addaction name="actionClear_Recently_Opened_List" />
+    </widget>
+    <widget class="QMenu" name="encodingMenu" >
+     <property name="title" >
+      <string>Reopen File with other Encoding</string>
+     </property>
+    </widget>
+    <widget class="QMenu" name="saveEncodedMenu" >
+     <property name="title" >
+      <string>Save Source File As with other Encoding</string>
+     </property>
+    </widget>
+    <addaction name="actionOpen_Source_File" />
+    <addaction name="menuRecently_Opened_Files" />
+    <addaction name="encodingMenu" />
+    <addaction name="separator" />
+    <addaction name="actionSave_Source_File" />
+    <addaction name="actionSave_Source_File_As" />
+    <addaction name="saveEncodedMenu" />
+    <addaction name="separator" />
+    <addaction name="menuExport" />
+    <addaction name="actionExit" />
+   </widget>
+   <widget class="QMenu" name="menuSettings" >
+    <property name="title" >
+     <string>Settings</string>
+    </property>
+    <widget class="QMenu" name="highlighterMenu" >
+     <property name="title" >
+      <string>Set Syntax Highlighter</string>
+     </property>
+    </widget>
+    <addaction name="actionLive_Indent_Preview" />
+    <addaction name="uiGuiSyntaxHighlightningEnabled" />
+    <addaction name="uiGuiWhiteSpaceIsVisible" />
+    <addaction name="highlighterMenu" />
+    <addaction name="uiGuiIndenterParameterTooltipsEnabled" />
+    <addaction name="uiGuiLoadLastOpenedFileOnStartup" />
+    <addaction name="actionShowSettings" />
+   </widget>
+   <widget class="QMenu" name="menuHelp" >
+    <property name="title" >
+     <string>Help</string>
+    </property>
+    <addaction name="actionCheck_for_update" />
+    <addaction name="separator" />
+    <addaction name="actionAbout_UniversalIndentGUI" />
+   </widget>
+   <addaction name="menuFile" />
+   <addaction name="menuIndenter" />
+   <addaction name="menuSettings" />
+   <addaction name="menuHelp" />
+  </widget>
+  <widget class="QDockWidget" name="dockWidget" >
+   <property name="sizePolicy" >
+    <sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
+     <horstretch>0</horstretch>
+     <verstretch>0</verstretch>
+    </sizepolicy>
+   </property>
+   <property name="features" >
+    <set>QDockWidget::DockWidgetFloatable|QDockWidget::DockWidgetMovable|QDockWidget::NoDockWidgetFeatures</set>
+   </property>
+   <property name="allowedAreas" >
+    <set>Qt::LeftDockWidgetArea|Qt::NoDockWidgetArea|Qt::RightDockWidgetArea</set>
+   </property>
+   <property name="windowTitle" >
+    <string>Indenter Parameter</string>
+   </property>
+   <attribute name="dockWidgetArea" >
+    <number>1</number>
+   </attribute>
+   <widget class="QWidget" name="dockWidgetContents" >
+    <layout class="QHBoxLayout" >
+     <property name="spacing" >
+      <number>6</number>
+     </property>
+     <property name="leftMargin" >
+      <number>0</number>
+     </property>
+     <property name="topMargin" >
+      <number>0</number>
+     </property>
+     <property name="rightMargin" >
+      <number>0</number>
+     </property>
+     <property name="bottomMargin" >
+      <number>0</number>
+     </property>
+     <item>
+      <layout class="QVBoxLayout" >
+       <property name="spacing" >
+        <number>0</number>
+       </property>
+       <property name="leftMargin" >
+        <number>0</number>
+       </property>
+       <property name="topMargin" >
+        <number>0</number>
+       </property>
+       <property name="rightMargin" >
+        <number>0</number>
+       </property>
+       <property name="bottomMargin" >
+        <number>0</number>
+       </property>
+      </layout>
+     </item>
+    </layout>
+   </widget>
+  </widget>
+  <widget class="QToolBar" name="toolBar" >
+   <property name="contextMenuPolicy" >
+    <enum>Qt::PreventContextMenu</enum>
+   </property>
+   <property name="windowTitle" >
+    <string>Main Toolbar</string>
+   </property>
+   <property name="orientation" >
+    <enum>Qt::Horizontal</enum>
+   </property>
+   <property name="iconSize" >
+    <size>
+     <width>16</width>
+     <height>16</height>
+    </size>
+   </property>
+   <property name="toolButtonStyle" >
+    <enum>Qt::ToolButtonTextBesideIcon</enum>
+   </property>
+   <attribute name="toolBarArea" >
+    <enum>TopToolBarArea</enum>
+   </attribute>
+   <attribute name="toolBarBreak" >
+    <bool>false</bool>
+   </attribute>
+  </widget>
+  <action name="actionOpen_Source_File" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/document-open.png</iconset>
+   </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="shortcut" >
+    <string>Ctrl+O</string>
+   </property>
+  </action>
+  <action name="actionSave_Source_File" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/document-save.png</iconset>
+   </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="shortcut" >
+    <string>Ctrl+S</string>
+   </property>
+  </action>
+  <action name="actionSave_Source_File_As" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/document-save-as.png</iconset>
+   </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>
+  </action>
+  <action name="actionLoad_Indenter_Config_File" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/load_indent_cfg.png</iconset>
+   </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="shortcut" >
+    <string>Alt+O</string>
+   </property>
+  </action>
+  <action name="actionSave_Indenter_Config_File" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/save_indent_cfg.png</iconset>
+   </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="shortcut" >
+    <string>Alt+S</string>
+   </property>
+  </action>
+  <action name="actionAbout_UniversalIndentGUI" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/info.png</iconset>
+   </property>
+   <property name="text" >
+    <string>About UniversalIndentGUI</string>
+   </property>
+   <property name="statusTip" >
+    <string>Shows info about UniversalIndentGUI.</string>
+   </property>
+  </action>
+  <action name="actionExit" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/system-log-out.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Exit</string>
+   </property>
+   <property name="statusTip" >
+    <string>Quits the UniversalIndentGUI.</string>
+   </property>
+   <property name="shortcut" >
+    <string>Ctrl+Q</string>
+   </property>
+  </action>
+  <action name="actionExportPDF" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/exportpdf.png</iconset>
+   </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 name="actionExportHTML" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/exporthtml.png</iconset>
+   </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 name="uiGuiIndenterParameterTooltipsEnabled" >
+   <property name="checkable" >
+    <bool>true</bool>
+   </property>
+   <property name="checked" >
+    <bool>true</bool>
+   </property>
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/tooltip.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Parameter Tooltips</string>
+   </property>
+   <property name="statusTip" >
+    <string>If checked, tool tips will show up if the mouse cursor remains over an indenter parameter for a while.</string>
+   </property>
+  </action>
+  <action name="actionLive_Indent_Preview" >
+   <property name="checkable" >
+    <bool>true</bool>
+   </property>
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/live-preview.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Live Indent Preview</string>
+   </property>
+   <property name="shortcut" >
+    <string>Ctrl+L</string>
+   </property>
+   <property name="visible" >
+    <bool>false</bool>
+   </property>
+  </action>
+  <action name="uiGuiSyntaxHighlightningEnabled" >
+   <property name="checkable" >
+    <bool>true</bool>
+   </property>
+   <property name="checked" >
+    <bool>true</bool>
+   </property>
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/syntax-highlight.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Syntax Highlighting</string>
+   </property>
+   <property name="iconText" >
+    <string>Syntax Highlighting</string>
+   </property>
+   <property name="toolTip" >
+    <string>Enables or disables syntax highlighting for the source code.</string>
+   </property>
+   <property name="statusTip" >
+    <string>By enabling special key words of the source code are highlighted.</string>
+   </property>
+  </action>
+  <action name="uiGuiWhiteSpaceIsVisible" >
+   <property name="checkable" >
+    <bool>true</bool>
+   </property>
+   <property name="text" >
+    <string>White Space Visible</string>
+   </property>
+   <property name="iconText" >
+    <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>false</bool>
+   </property>
+  </action>
+  <action name="uiGuiLoadLastOpenedFileOnStartup" >
+   <property name="checkable" >
+    <bool>true</bool>
+   </property>
+   <property name="checked" >
+    <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>false</bool>
+   </property>
+  </action>
+  <action name="actionShowSettings" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/preferences-system.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Settings</string>
+   </property>
+   <property name="iconText" >
+    <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 name="actionCreateShellScript" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/shell.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Create Indenter Call Shell Script</string>
+   </property>
+   <property name="toolTip" >
+    <string>Create a shell script that calls the current selected indenter for formatting an as parameter given file with the current indent settings</string>
+   </property>
+   <property name="statusTip" >
+    <string>Create a shell script that calls the current selected indenter for formatting an as parameter given file with the current indent settings</string>
+   </property>
+  </action>
+  <action name="actionCheck_for_update" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/system-software-update.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Check for update</string>
+   </property>
+   <property name="toolTip" >
+    <string>Checks online whether a new version of UniversalIndentGUI is available.</string>
+   </property>
+   <property name="statusTip" >
+    <string>Checks online whether a new version of UniversalIndentGUI is available.</string>
+   </property>
+  </action>
+  <action name="actionClear_Recently_Opened_List" >
+   <property name="icon" >
+    <iconset resource="../resources/Icons.qrc" >:/mainWindow/edit-clear.png</iconset>
+   </property>
+   <property name="text" >
+    <string>Clear Recently Opened List</string>
+   </property>
+  </action>
+ </widget>
+ <resources>
+  <include location="../resources/Icons.qrc" />
+ </resources>
+ <connections>
+  <connection>
+   <sender>actionExit</sender>
+   <signal>activated()</signal>
+   <receiver>MainWindowUi</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>