Skip to content
Snippets Groups Projects
main_window.ui 11.2 KiB
Newer Older
  • Learn to ignore specific revisions
  • Andreas Bolin's avatar
    Andreas Bolin committed
    <?xml version="1.0" encoding="UTF-8"?>
    <ui version="4.0">
     <author>Andreas Bolin</author>
     <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>
      <property name="windowIcon">
    
    Andreas Bolin's avatar
    Andreas Bolin committed
        <normaloff>:/icons/basic/small_logo.png</normaloff>:/icons/basic/small_logo.png</iconset>
      </property>
      <widget class="QWidget" name="centralwidget">
       <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>
        <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>
         <widget class="QSplitter" name="splitter">
          <property name="orientation">
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="handleWidth">
           <number>0</number>
          </property>
          <widget class="QGraphicsView" name="view">
           <property name="alignment">
            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
           </property>
           <property name="renderHints">
    
            <set>QPainter::Antialiasing|QPainter::TextAntialiasing</set>
    
    Andreas Bolin's avatar
    Andreas Bolin committed
           </property>
           <property name="viewportUpdateMode">
            <enum>QGraphicsView::FullViewportUpdate</enum>
           </property>
          </widget>
          <widget class="QTableWidget" name="info_table">
           <property name="styleSheet">
            <string notr="true">alternate-background-color: #fadefb;background-color: #ebebeb;</string>
           </property>
           <property name="editTriggers">
            <set>QAbstractItemView::NoEditTriggers</set>
           </property>
           <property name="alternatingRowColors">
            <bool>true</bool>
           </property>
           <property name="selectionBehavior">
            <enum>QAbstractItemView::SelectRows</enum>
           </property>
           <property name="rowCount">
            <number>2</number>
           </property>
           <property name="columnCount">
            <number>2</number>
           </property>
           <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>19</number>
           </attribute>
           <row>
            <property name="text">
             <string>1</string>
            </property>
           </row>
           <row>
            <property name="text">
             <string>2</string>
            </property>
           </row>
           <column>
            <property name="text">
             <string>Property</string>
            </property>
    
            <property name="font">
             <font>
              <weight>50</weight>
              <bold>false</bold>
             </font>
            </property>
    
    Andreas Bolin's avatar
    Andreas Bolin committed
            <property name="textAlignment">
             <set>AlignLeading|AlignVCenter</set>
            </property>
           </column>
           <column>
            <property name="text">
             <string>Value</string>
            </property>
            <property name="textAlignment">
             <set>AlignLeading|AlignVCenter</set>
            </property>
           </column>
           <item row="0" column="0">
            <property name="text">
             <string>Schedule</string>
            </property>
            <property name="font">
             <font>
    
              <weight>50</weight>
              <bold>false</bold>
              <kerning>true</kerning>
    
    Andreas Bolin's avatar
    Andreas Bolin committed
             </font>
            </property>
            <property name="background">
             <brush brushstyle="SolidPattern">
              <color alpha="255">
               <red>160</red>
               <green>160</green>
               <blue>164</blue>
              </color>
             </brush>
            </property>
            <property name="foreground">
             <brush brushstyle="SolidPattern">
              <color alpha="255">
               <red>255</red>
               <green>255</green>
               <blue>255</blue>
              </color>
             </brush>
            </property>
            <property name="flags">
             <set>ItemIsSelectable|ItemIsEditable|ItemIsDragEnabled|ItemIsDropEnabled|ItemIsUserCheckable</set>
            </property>
           </item>
           <item row="1" column="0">
            <property name="text">
             <string>Operator</string>
            </property>
            <property name="font">
             <font>
    
              <weight>50</weight>
              <bold>false</bold>
    
    Andreas Bolin's avatar
    Andreas Bolin committed
             </font>
            </property>
            <property name="background">
             <brush brushstyle="SolidPattern">
              <color alpha="255">
               <red>160</red>
               <green>160</green>
               <blue>164</blue>
              </color>
             </brush>
            </property>
            <property name="foreground">
             <brush brushstyle="SolidPattern">
              <color alpha="255">
               <red>255</red>
               <green>255</green>
               <blue>255</blue>
              </color>
             </brush>
            </property>
            <property name="flags">
             <set>ItemIsSelectable|ItemIsEditable|ItemIsDragEnabled|ItemIsDropEnabled|ItemIsUserCheckable</set>
            </property>
           </item>
          </widget>
         </widget>
        </item>
       </layout>
      </widget>
      <widget class="QMenuBar" name="menubar">
       <property name="geometry">
        <rect>
         <x>0</x>
         <y>0</y>
         <width>800</width>
         <height>20</height>
        </rect>
       </property>
       <widget class="QMenu" name="menuFile">
        <property name="title">
         <string>&amp;File</string>
        </property>
        <addaction name="menu_load_from_file"/>
        <addaction name="menu_close_schedule"/>
        <addaction name="menu_save"/>
        <addaction name="menu_save_as"/>
        <addaction name="separator"/>
        <addaction name="menu_quit"/>
       </widget>
       <widget class="QMenu" name="menuView">
        <property name="title">
         <string>&amp;View</string>
        </property>
        <addaction name="menu_node_info"/>
       </widget>
       <widget class="QMenu" name="menu_Edit">
        <property name="title">
         <string>&amp;Edit</string>
        </property>
       </widget>
       <widget class="QMenu" name="menuWindow">
        <property name="title">
         <string>&amp;Window</string>
        </property>
        <addaction name="menu_exit_dialog"/>
       </widget>
    
       <widget class="QMenu" name="menuHelp">
        <property name="title">
         <string>&amp;Help</string>
        </property>
        <addaction name="actionDocumentation"/>
        <addaction name="separator"/>
        <addaction name="actionAbout"/>
       </widget>
    
    Andreas Bolin's avatar
    Andreas Bolin committed
       <addaction name="menuFile"/>
       <addaction name="menu_Edit"/>
       <addaction name="menuView"/>
       <addaction name="menuWindow"/>
    
       <addaction name="menuHelp"/>
    
    Andreas Bolin's avatar
    Andreas Bolin committed
      </widget>
      <widget class="QStatusBar" name="statusbar"/>
      <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"/>
       <addaction name="menu_node_info"/>
       <addaction name="actionT"/>
    
       <addaction name="actionReorder"/>
    
    Andreas Bolin's avatar
    Andreas Bolin committed
      </widget>
      <action name="menu_load_from_file">
       <property name="icon">
        <iconset theme="document-open-folder">
         <normaloff>.</normaloff>.</iconset>
       </property>
       <property name="text">
        <string>&amp;Load Schedule From File...</string>
       </property>
       <property name="toolTip">
        <string>Load schedule from python script</string>
       </property>
       <property name="statusTip">
        <string/>
       </property>
       <property name="shortcut">
        <string>Ctrl+O</string>
       </property>
      </action>
      <action name="menu_save">
       <property name="enabled">
        <bool>false</bool>
       </property>
       <property name="icon">
        <iconset theme="document-save">
         <normaloff>.</normaloff>.</iconset>
       </property>
       <property name="text">
        <string>&amp;Save</string>
       </property>
       <property name="toolTip">
        <string>Save schedule</string>
       </property>
       <property name="shortcut">
        <string>Ctrl+S</string>
       </property>
      </action>
      <action name="menu_node_info">
       <property name="checkable">
        <bool>true</bool>
       </property>
       <property name="checked">
        <bool>true</bool>
       </property>
       <property name="icon">
    
    Andreas Bolin's avatar
    Andreas Bolin committed
         <normaloff>:/icons/misc/right_panel.svg</normaloff>
         <normalon>:/icons/misc/right_filled_panel.svg</normalon>:/icons/misc/right_panel.svg</iconset>
       </property>
       <property name="text">
        <string>&amp;Node Info</string>
       </property>
       <property name="toolTip">
        <string>Show node information</string>
       </property>
       <property name="shortcut">
        <string>Ctrl+I</string>
       </property>
       <property name="iconVisibleInMenu">
        <bool>false</bool>
       </property>
      </action>
      <action name="menu_quit">
       <property name="icon">
        <iconset theme="application-exit">
         <normaloff>.</normaloff>.</iconset>
       </property>
       <property name="text">
        <string>&amp;Quit</string>
       </property>
       <property name="shortcut">
        <string>Ctrl+Q</string>
       </property>
      </action>
      <action name="menu_save_as">
       <property name="enabled">
        <bool>false</bool>
       </property>
       <property name="icon">
        <iconset theme="document-save-as">
         <normaloff>.</normaloff>.</iconset>
       </property>
       <property name="text">
        <string>Save &amp;As...</string>
       </property>
      </action>
      <action name="menu_exit_dialog">
       <property name="checkable">
        <bool>true</bool>
       </property>
       <property name="icon">
        <iconset theme="view-close">
         <normaloff>.</normaloff>.</iconset>
       </property>
       <property name="text">
        <string>&amp;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>
      <action name="menu_close_schedule">
       <property name="enabled">
        <bool>false</bool>
       </property>
       <property name="icon">
        <iconset theme="view-close">
         <normaloff>.</normaloff>.</iconset>
       </property>
       <property name="text">
        <string>&amp;Close Schedule</string>
       </property>
      </action>
    
      <action name="actionAbout">
       <property name="text">
        <string>About</string>
       </property>
      </action>
      <action name="actionDocumentation">
       <property name="text">
        <string>Documentation</string>
       </property>
      </action>
      <action name="actionReorder">
       <property name="text">
        <string>Reorder</string>
       </property>
       <property name="toolTip">
        <string>Reorder schedule based on start time</string>
       </property>
      </action>
    
    Andreas Bolin's avatar
    Andreas Bolin committed
     </widget>
    
    Andreas Bolin's avatar
    Andreas Bolin committed
     <connections/>
    </ui>