Newer
Older
<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="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<iconset resource="icons/basic.qrc">
<normaloff>:/icons/basic/small_logo.png</normaloff>:/icons/basic/small_logo.png</iconset>
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
<number>0</number>
<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>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="handleWidth">
<number>0</number>
</property>
<property name="alignment">
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
</property>
<property name="renderHints">
<set>QPainter::HighQualityAntialiasing|QPainter::TextAntialiasing</set>
</property>
<property name="viewportUpdateMode">
<enum>QGraphicsView::FullViewportUpdate</enum>
</property>
</widget>
<widget class="QTableWidget" name="info_table">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="alternatingRowColors">
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="rowCount">
<attribute name="horizontalHeaderHighlightSections">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderDefaultSectionSize">
<number>21</number>
</attribute>
<row/>
<row/>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>&File</string>
</property>
<addaction name="menu_load_from_file"/>
<addaction name="menu_save"/>
<addaction name="menu_save_as"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>&View</string>
</property>
<addaction name="menu_node_info"/>
</widget>
<widget class="QMenu" name="menu_Edit">
<property name="title">
<string>&Edit</string>
</property>
<widget class="QMenu" name="menuWindow">
<property name="title">
<string>&Window</string>
</property>
<addaction name="menu_exit_dialog"/>
</widget>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="menu_load_from_file"/>
<addaction name="menu_save"/>
<addaction name="menu_save_as"/>
<addaction name="separator"/>
<action name="menu_load_from_file">
<iconset theme="document-open-folder">
<normaloff>.</normaloff>.</iconset>
<property name="statusTip">
<string/>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<iconset theme="document-save">
<normaloff>.</normaloff>.</iconset>
<string>&Save</string>
</property>
<property name="toolTip">
<string>Save schedule</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<normaloff>:/icons/misc/right_panel.svg</normaloff>
<normalon>:/icons/misc/right_filled_panel.svg</normalon>:/icons/misc/right_panel.svg</iconset>
<property name="toolTip">
<string>Show node information</string>
</property>
<property name="shortcut">
<string>Ctrl+I</string>
</property>
<property name="iconVisibleInMenu">
<bool>false</bool>
</property>
<iconset theme="application-exit">
<normaloff>.</normaloff>.</iconset>
<property name="text">
<string>&Quit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<iconset theme="document-save-as">
<normaloff>.</normaloff>.</iconset>
</property>
<property name="text">
<string>Save &As...</string>
</property>
</action>
<action name="menu_exit_dialog">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>&Hide exit dialog</string>
</property>
<property name="toolTip">
<string>Hide exit dialog</string>
</property>
</action>
<action name="actionT">
<property name="text">
<string>T</string>
</property>
</action>
<include location="icons/basic.qrc"/>
<include location="icons/breeze.qrc"/>
<include location="icons/breeze_dark.qrc"/>