Network.ui 7.03 KiB
<?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>990</width>
    <height>600</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QGridLayout" name="gridLayout">
    <item row="0" column="0">
     <widget class="QSplitter" name="splitter_2">
      <property name="orientation">
       <enum>Qt::Vertical</enum>
      </property>
      <widget class="QWidget" name="layoutWidget">
       <layout class="QHBoxLayout" name="horizontalLayout_8">
        <item>
         <layout class="QHBoxLayout" name="horizontalLayout_graph"/>
        </item>
       </layout>
      </widget>
      <widget class="QSplitter" name="splitter">
       <property name="orientation">
        <enum>Qt::Horizontal</enum>
       </property>
       <widget class="QWidget" name="layoutWidget">
        <layout class="QVBoxLayout" name="verticalLayout_9">
         <item>
          <layout class="QHBoxLayout" name="horizontalLayout_10">
           <item>
            <widget class="QPushButton" name="pushButton_26">
             <property name="text">
              <string/>
             </property>
             <property name="icon">
              <iconset>
               <normaloff>ressources/gtk-sort-descending.png</normaloff>ressources/gtk-sort-descending.png</iconset>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QPushButton" name="pushButton_27">
             <property name="text">
              <string/>
             </property>
             <property name="icon">
              <iconset>
               <normaloff>ressources/go-up2.png</normaloff>ressources/go-up2.png</iconset>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QPushButton" name="pushButton_28">
             <property name="text">
              <string/>
             </property>
             <property name="icon">
              <iconset>
               <normaloff>ressources/go-down1.png</normaloff>ressources/go-down1.png</iconset>
             </property>
            </widget>
           </item>
7172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
<item> <spacer name="horizontalSpacer_9"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <widget class="QTableView" name="tableView_reachs"> <property name="minimumSize"> <size> <width>650</width> <height>150</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="layoutWidget"> <layout class="QVBoxLayout" name="verticalLayout_8"> <item> <layout class="QHBoxLayout" name="horizontalLayout_9"> <item> <widget class="QPushButton" name="pushButton_23"> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>ressources/gtk-sort-descending.png</normaloff>ressources/gtk-sort-descending.png</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_24"> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>ressources/go-up2.png</normaloff>ressources/go-up2.png</iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButton_25"> <property name="text"> <string/> </property> <property name="icon"> <iconset> <normaloff>ressources/go-down1.png</normaloff>ressources/go-down1.png</iconset> </property> </widget> </item>
141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210
<item> <spacer name="horizontalSpacer_8"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item> <widget class="QTableView" name="tableView_nodes"> <property name="minimumSize"> <size> <width>0</width> <height>150</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> </widget> </item> </layout> </widget> </widget> </widget> </item> </layout> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>990</width> <height>22</height> </rect> </property> </widget> <widget class="QStatusBar" name="statusbar"/> <widget class="QToolBar" name="toolBar"> <property name="enabled"> <bool>true</bool> </property> <property name="windowTitle"> <string>toolBar</string> </property> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <attribute name="toolBarArea"> <enum>TopToolBarArea</enum> </attribute> <attribute name="toolBarBreak"> <bool>false</bool> </attribute> <addaction name="action_toolBar_add"/> <addaction name="action_toolBar_del"/> </widget> <action name="action_toolBar_add"> <property name="icon">
211212213214215216217218219220221222223224225226227228229230231232233234235236237
<iconset> <normaloff>ressources/gtk-add.png</normaloff>ressources/gtk-add.png</iconset> </property> <property name="text"> <string>Add node or edge</string> </property> <property name="toolTip"> <string>Add node or edge</string> </property> </action> <action name="action_toolBar_del"> <property name="icon"> <iconset> <normaloff>ressources/gtk-remove.png</normaloff>ressources/gtk-remove.png</iconset> </property> <property name="text"> <string>Remove node or edge</string> </property> <property name="toolTip"> <string>Remove node or edge</string> </property> </action> </widget> <resources/> <connections/> </ui>