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.ui202
1 files changed, 0 insertions, 202 deletions
diff --git a/src/mainwindow/mainwindow.ui b/src/mainwindow/mainwindow.ui
deleted file mode 100644
index 19cecbb..0000000
--- a/src/mainwindow/mainwindow.ui
+++ /dev/null
@@ -1,202 +0,0 @@
-<?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>30</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>Sessio&amp;n</string>
- </property>
- <addaction name="actionSaveSession"/>
- <addaction name="actionLoadSession"/>
- </widget>
- <widget class="QMenu" name="menuSubWindow">
- <property name="title">
- <string>S&amp;ubwindow</string>
- </property>
- <addaction name="actionTileSubwindows"/>
- <addaction name="actionCascadeSubwindows"/>
- <addaction name="separator"/>
- <addaction name="actionCurrentSubwindow"/>
- </widget>
- <widget class="QMenu" name="menuTools">
- <property name="title">
- <string>Too&amp;ls</string>
- </property>
- <addaction name="actionBookmarks"/>
- <addaction name="actionDownloads"/>
- <addaction name="separator"/>
- <addaction name="actionAddPlugin"/>
- <addaction name="separator"/>
- </widget>
- <widget class="QMenu" name="menuPage">
- <property name="title">
- <string>Pa&amp;ge</string>
- </property>
- <addaction name="actionBookmarkPage"/>
- <addaction name="actionSavePage"/>
- <addaction name="actionPrintPage"/>
- <addaction name="actionPrintPageToPdf"/>
- <addaction name="separator"/>
- <addaction name="actionDeveloperTools"/>
- </widget>
- <addaction name="menusmolbote"/>
- <addaction name="menuSession"/>
- <addaction name="menuSubWindow"/>
- <addaction name="menuPage"/>
- <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="icon">
- <iconset theme="window-new"/>
- </property>
- <property name="text">
- <string>New &amp;Window</string>
- </property>
- </action>
- <action name="actionAbout">
- <property name="icon">
- <iconset theme="help-about"/>
- </property>
- <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="icon">
- <iconset theme="application-exit"/>
- </property>
- <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="actionTileSubwindows">
- <property name="text">
- <string>&amp;Tile Subwindows</string>
- </property>
- </action>
- <action name="actionCascadeSubwindows">
- <property name="text">
- <string>&amp;Cascade Subwindows</string>
- </property>
- </action>
- <action name="actionCurrentSubwindow">
- <property name="text">
- <string>Current &amp;Subwindow</string>
- </property>
- </action>
- <action name="actionBookmarkPage">
- <property name="text">
- <string>&amp;Create Bookmark</string>
- </property>
- </action>
- <action name="actionSavePage">
- <property name="icon">
- <iconset theme="document-save"/>
- </property>
- <property name="text">
- <string>&amp;Save Page</string>
- </property>
- </action>
- <action name="actionPrintPage">
- <property name="icon">
- <iconset theme="document-print"/>
- </property>
- <property name="text">
- <string>&amp;Print Page</string>
- </property>
- </action>
- <action name="actionPrintPageToPdf">
- <property name="icon">
- <iconset theme="document-print"/>
- </property>
- <property name="text">
- <string>P&amp;rint to PDF</string>
- </property>
- </action>
- <action name="actionDeveloperTools">
- <property name="text">
- <string>&amp;Developer Tools</string>
- </property>
- </action>
- <action name="actionBookmarks">
- <property name="icon">
- <iconset theme="bookmarks"/>
- </property>
- <property name="text">
- <string>&amp;Bookmarks</string>
- </property>
- </action>
- <action name="actionDownloads">
- <property name="icon">
- <iconset theme="download"/>
- </property>
- <property name="text">
- <string>&amp;Downloads</string>
- </property>
- </action>
- <action name="actionAddPlugin">
- <property name="icon">
- <iconset theme="plugins"/>
- </property>
- <property name="text">
- <string>&amp;Add Plugin</string>
- </property>
- </action>
- </widget>
- <resources/>
- <connections/>
-</ui>