diff options
Diffstat (limited to 'forms')
-rw-r--r-- | forms/mainwindow.ui | 277 |
1 files changed, 277 insertions, 0 deletions
diff --git a/forms/mainwindow.ui b/forms/mainwindow.ui new file mode 100644 index 0000000..a41e446 --- /dev/null +++ b/forms/mainwindow.ui @@ -0,0 +1,277 @@ +<?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>824</width> + <height>601</height> + </rect> + </property> + <property name="windowTitle"> + <string>MainWindow</string> + </property> + <property name="toolButtonStyle"> + <enum>Qt::ToolButtonIconOnly</enum> + </property> + <widget class="QWidget" name="centralwidget"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="sizePolicy"> + <sizepolicy hsizetype="Maximum" vsizetype="Maximum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="maximumSize"> + <size> + <width>824</width> + <height>548</height> + </size> + </property> + <property name="layoutDirection"> + <enum>Qt::LeftToRight</enum> + </property> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <item> + <layout class="QVBoxLayout" name="verticalLayout"> + <property name="sizeConstraint"> + <enum>QLayout::SetMaximumSize</enum> + </property> + <item> + <layout class="QHBoxLayout" name="horizontalLayout"> + <item> + <widget class="QToolButton" name="newButton"> + <property name="text"> + <string>New Diagram</string> + </property> + <property name="icon"> + <iconset theme="document-new"/> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="openButton"> + <property name="text"> + <string>Open</string> + </property> + <property name="icon"> + <iconset theme="document-open"/> + </property> + </widget> + </item> + <item> + <widget class="QToolButton" name="saveButton"> + <property name="text"> + <string>Save</string> + </property> + <property name="icon"> + <iconset theme="document-save"/> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Expanding</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QToolButton" name="refreshButton"> + <property name="text"> + <string>Refresh View</string> + </property> + <property name="icon"> + <iconset theme="view-refresh"/> + </property> + </widget> + </item> + <item> + <widget class="QPushButton" name="newStatementButton"> + <property name="text"> + <string>New Statement</string> + </property> + <property name="icon"> + <iconset theme="insert-object"/> + </property> + </widget> + </item> + </layout> + </item> + <item> + <widget class="QWidget" name="widget" native="true"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + </widget> + </item> + </layout> + </item> + </layout> + </widget> + <widget class="QMenuBar" name="menubar"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>824</width> + <height>28</height> + </rect> + </property> + <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="actionPDF"/> + <addaction name="actionLaTeX_TikZ"/> + </widget> + <addaction name="actionNew"/> + <addaction name="actionSave"/> + <addaction name="actionSave_As"/> + <addaction name="actionOpen"/> + <addaction name="menuExport"/> + <addaction name="separator"/> + <addaction name="actionSettings"/> + <addaction name="actionQuit"/> + </widget> + <widget class="QMenu" name="menuEdit"> + <property name="title"> + <string>Edit</string> + </property> + <addaction name="actionCopy"/> + <addaction name="actionPaste"/> + </widget> + <widget class="QMenu" name="menuAbout"> + <property name="title"> + <string>About</string> + </property> + <addaction name="actionAbout_OrbitingYeti"/> + <addaction name="actionNS_Diagrams"/> + </widget> + <widget class="QMenu" name="menuStyle"> + <property name="title"> + <string>Style</string> + </property> + <addaction name="actionFont"/> + </widget> + <addaction name="menuFIle"/> + <addaction name="menuEdit"/> + <addaction name="menuStyle"/> + <addaction name="menuAbout"/> + </widget> + <widget class="QStatusBar" name="statusbar"/> + <action name="actionQuit"> + <property name="text"> + <string>Quit</string> + </property> + <property name="shortcut"> + <string>Ctrl+Q</string> + </property> + </action> + <action name="actionAbout_OrbitingYeti"> + <property name="text"> + <string>OrbitingYeti</string> + </property> + </action> + <action name="actionNS_Diagrams"> + <property name="text"> + <string>NS Diagrams</string> + </property> + </action> + <action name="actionNew"> + <property name="text"> + <string>New</string> + </property> + <property name="shortcut"> + <string>Ctrl+N</string> + </property> + </action> + <action name="actionSave"> + <property name="text"> + <string>Save</string> + </property> + <property name="shortcut"> + <string>Ctrl+S</string> + </property> + </action> + <action name="actionOpen"> + <property name="text"> + <string>Open</string> + </property> + <property name="shortcut"> + <string>Ctrl+O</string> + </property> + </action> + <action name="actionOpen_Recent"> + <property name="text"> + <string>Open Recent</string> + </property> + </action> + <action name="actionPDF"> + <property name="text"> + <string>PDF</string> + </property> + </action> + <action name="actionLaTeX_TikZ"> + <property name="text"> + <string>LaTeX TikZ</string> + </property> + </action> + <action name="actionCopy"> + <property name="text"> + <string>Copy</string> + </property> + <property name="shortcut"> + <string>Ctrl+C</string> + </property> + </action> + <action name="actionPaste"> + <property name="text"> + <string>Paste</string> + </property> + <property name="shortcut"> + <string>Ctrl+V</string> + </property> + </action> + <action name="actionSave_As"> + <property name="text"> + <string>Save As</string> + </property> + <property name="shortcut"> + <string>Ctrl+Shift+S</string> + </property> + </action> + <action name="actionFont"> + <property name="text"> + <string>Font</string> + </property> + </action> + <action name="actionSettings"> + <property name="text"> + <string>Settings</string> + </property> + </action> + </widget> + <resources/> + <connections/> +</ui> |