aboutsummaryrefslogtreecommitdiff
path: root/src/mainwindow/mainwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow/mainwindow.ui')
-rw-r--r--src/mainwindow/mainwindow.ui118
1 files changed, 118 insertions, 0 deletions
diff --git a/src/mainwindow/mainwindow.ui b/src/mainwindow/mainwindow.ui
new file mode 100644
index 0000000..72e0b39
--- /dev/null
+++ b/src/mainwindow/mainwindow.ui
@@ -0,0 +1,118 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>MainWindow</class>
+ <widget class="QMainWindow" name="MainWindow">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>800</width>
+ <height>600</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>MainWindow</string>
+ </property>
+ <widget class="QWidget" name="centralwidget"/>
+ <widget class="QMenuBar" name="menubar">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>800</width>
+ <height>23</height>
+ </rect>
+ </property>
+ <widget class="QMenu" name="menusmolbote">
+ <property name="title">
+ <string>s&amp;molbote</string>
+ </property>
+ <addaction name="actionNewSubwindow"/>
+ <addaction name="actionNewWindow"/>
+ <addaction name="separator"/>
+ <addaction name="actionAbout"/>
+ <addaction name="actionAboutQt"/>
+ <addaction name="separator"/>
+ <addaction name="actionQuit"/>
+ </widget>
+ <widget class="QMenu" name="menuSession">
+ <property name="title">
+ <string>Session</string>
+ </property>
+ <addaction name="actionSaveSession"/>
+ <addaction name="actionLoadSession"/>
+ </widget>
+ <widget class="QMenu" name="menuWindow">
+ <property name="title">
+ <string>Wi&amp;ndow</string>
+ </property>
+ <addaction name="actionTileWindows"/>
+ <addaction name="actionCascadeWindows"/>
+ <addaction name="separator"/>
+ <addaction name="actionCurrentWindow"/>
+ </widget>
+ <widget class="QMenu" name="menuTools">
+ <property name="title">
+ <string>Too&amp;ls</string>
+ </property>
+ </widget>
+ <addaction name="menusmolbote"/>
+ <addaction name="menuSession"/>
+ <addaction name="menuWindow"/>
+ <addaction name="menuTools"/>
+ </widget>
+ <widget class="QStatusBar" name="statusbar"/>
+ <action name="actionNewSubwindow">
+ <property name="text">
+ <string>&amp;New Subwindow</string>
+ </property>
+ </action>
+ <action name="actionNewWindow">
+ <property name="text">
+ <string>New &amp;Window</string>
+ </property>
+ </action>
+ <action name="actionAbout">
+ <property name="text">
+ <string>&amp;About</string>
+ </property>
+ </action>
+ <action name="actionAboutQt">
+ <property name="text">
+ <string>A&amp;bout Qt</string>
+ </property>
+ </action>
+ <action name="actionQuit">
+ <property name="text">
+ <string>&amp;Quit</string>
+ </property>
+ </action>
+ <action name="actionSaveSession">
+ <property name="text">
+ <string>&amp;Save Session</string>
+ </property>
+ </action>
+ <action name="actionLoadSession">
+ <property name="text">
+ <string>&amp;Load Session</string>
+ </property>
+ </action>
+ <action name="actionTileWindows">
+ <property name="text">
+ <string>Tile Windows</string>
+ </property>
+ </action>
+ <action name="actionCascadeWindows">
+ <property name="text">
+ <string>Cascade Windows</string>
+ </property>
+ </action>
+ <action name="actionCurrentWindow">
+ <property name="text">
+ <string>Current Window</string>
+ </property>
+ </action>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>