Хранилища Subversion OpenInventory

Редакция

К новейшей редакции | Авторство | Сравнить с предыдущей | Последнее изменение | Открыть журнал | Скачать | RSS

<?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>1564</width>
    <height>836</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>MainWindow</string>
  </property>
  <widget class="QWidget" name="centralwidget">
   <widget class="QLineEdit" name="lineEdit">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>670</y>
      <width>113</width>
      <height>25</height>
     </rect>
    </property>
   </widget>
   <widget class="QLineEdit" name="lineEdit_2">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>580</y>
      <width>113</width>
      <height>21</height>
     </rect>
    </property>
   </widget>
   <widget class="QPushButton" name="FiltrButton">
    <property name="geometry">
     <rect>
      <x>130</x>
      <y>580</y>
      <width>131</width>
      <height>25</height>
     </rect>
    </property>
    <property name="text">
     <string>Применить фильтр</string>
    </property>
   </widget>
   <widget class="QComboBox" name="comboBox">
    <property name="geometry">
     <rect>
      <x>140</x>
      <y>640</y>
      <width>121</width>
      <height>22</height>
     </rect>
    </property>
    <property name="editable">
     <bool>true</bool>
    </property>
    <item>
     <property name="text">
      <string>Михайленко</string>
     </property>
    </item>
    <item>
     <property name="text">
      <string>Марченко</string>
     </property>
    </item>
   </widget>
   <widget class="QPushButton" name="hiddenButton">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>610</y>
      <width>121</width>
      <height>25</height>
     </rect>
    </property>
    <property name="text">
     <string>Скрыть строки</string>
    </property>
   </widget>
   <widget class="QPushButton" name="showButton">
    <property name="geometry">
     <rect>
      <x>150</x>
      <y>610</y>
      <width>111</width>
      <height>25</height>
     </rect>
    </property>
    <property name="text">
     <string>Показывать всё</string>
    </property>
   </widget>
   <widget class="QPushButton" name="appyButton">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>640</y>
      <width>121</width>
      <height>25</height>
     </rect>
    </property>
    <property name="text">
     <string>Применить</string>
    </property>
   </widget>
   <widget class="QTableView" name="tableView">
    <property name="geometry">
     <rect>
      <x>280</x>
      <y>580</y>
      <width>431</width>
      <height>192</height>
     </rect>
    </property>
   </widget>
   <widget class="QTreeWidget" name="treeWidget">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>0</y>
      <width>1541</width>
      <height>551</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <pointsize>9</pointsize>
     </font>
    </property>
    <property name="alternatingRowColors">
     <bool>true</bool>
    </property>
    <property name="iconSize">
     <size>
      <width>128</width>
      <height>128</height>
     </size>
    </property>
    <property name="animated">
     <bool>false</bool>
    </property>
    <property name="columnCount">
     <number>12</number>
    </property>
    <attribute name="headerDefaultSectionSize">
     <number>100</number>
    </attribute>
    <column>
     <property name="text">
      <string>Отделы</string>
     </property>
     <property name="font">
      <font>
       <weight>75</weight>
       <bold>true</bold>
      </font>
     </property>
     <property name="background">
      <color>
       <red>170</red>
       <green>170</green>
       <blue>255</blue>
      </color>
     </property>
    </column>
    <column>
     <property name="text">
      <string>Сотрудники</string>
     </property>
    </column>
    <column>
     <property name="text">
      <string>ID</string>
     </property>
    </column>
    <column>
     <property name="text">
      <string>Оборудование</string>
     </property>
    </column>
    <column>
     <property name="text">
      <string>Процессор</string>
     </property>
    </column>
    <column>
     <property name="text">
      <string>Материнка</string>
     </property>
    </column>
    <column>
     <property name="text">
      <string>Память</string>
     </property>
    </column>
    <column>
     <property name="text">
      <string>Винчестер</string>
     </property>
    </column>
    <column>
     <property name="text">
      <string>Привод</string>
     </property>
    </column>
    <column>
     <property name="text">
      <string>Видеокарта</string>
     </property>
    </column>
    <column>
     <property name="text">
      <string>Звуковая карта</string>
     </property>
    </column>
    <column>
     <property name="text">
      <string>Сетевая карта</string>
     </property>
    </column>
   </widget>
   <widget class="QPushButton" name="createButton">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>710</y>
      <width>121</width>
      <height>23</height>
     </rect>
    </property>
    <property name="text">
     <string>Создать базу</string>
    </property>
   </widget>
   <widget class="QPushButton" name="exportButton">
    <property name="geometry">
     <rect>
      <x>760</x>
      <y>580</y>
      <width>221</width>
      <height>31</height>
     </rect>
    </property>
    <property name="text">
     <string>Экспортировать в Calc</string>
    </property>
   </widget>
   <widget class="QPushButton" name="wmiButton">
    <property name="geometry">
     <rect>
      <x>760</x>
      <y>620</y>
      <width>221</width>
      <height>31</height>
     </rect>
    </property>
    <property name="text">
     <string>WMI Запрос</string>
    </property>
   </widget>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>1564</width>
     <height>28</height>
    </rect>
   </property>
   <widget class="QMenu" name="menu">
    <property name="title">
     <string>База</string>
    </property>
    <widget class="QMenu" name="menu_3">
     <property name="title">
      <string>Комплектующие</string>
     </property>
     <addaction name="openMemoryTableAct"/>
     <addaction name="action_6"/>
     <addaction name="action_7"/>
     <addaction name="action_8"/>
    </widget>
    <widget class="QMenu" name="menu_4">
     <property name="title">
      <string>Периферия</string>
     </property>
     <addaction name="action_12"/>
     <addaction name="action_13"/>
     <addaction name="action_14"/>
    </widget>
    <addaction name="getsettingAct"/>
    <addaction name="openBaseAct"/>
    <addaction name="separator"/>
    <addaction name="menu_3"/>
    <addaction name="separator"/>
    <addaction name="menu_4"/>
    <addaction name="separator"/>
   </widget>
   <widget class="QMenu" name="menu_2">
    <property name="title">
     <string>Таблица</string>
    </property>
    <addaction name="addStringAct"/>
    <addaction name="addColomAct"/>
    <addaction name="separator"/>
    <addaction name="delStringAct"/>
   </widget>
   <addaction name="menu"/>
   <addaction name="menu_2"/>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
  <action name="getsettingAct">
   <property name="text">
    <string>Параметры соединения</string>
   </property>
  </action>
  <action name="openBaseAct">
   <property name="text">
    <string>Открыть</string>
   </property>
  </action>
  <action name="addStringAct">
   <property name="text">
    <string>Добавить строку</string>
   </property>
  </action>
  <action name="addColomAct">
   <property name="text">
    <string>Добавить столбец</string>
   </property>
  </action>
  <action name="delStringAct">
   <property name="text">
    <string>Удалить строку</string>
   </property>
  </action>
  <action name="action_3">
   <property name="text">
    <string>Память</string>
   </property>
  </action>
  <action name="openMemoryTableAct">
   <property name="text">
    <string>Модули памяти</string>
   </property>
  </action>
  <action name="action_6">
   <property name="text">
    <string>Материнские платы</string>
   </property>
  </action>
  <action name="action_7">
   <property name="text">
    <string>Процессоры</string>
   </property>
  </action>
  <action name="action_8">
   <property name="text">
    <string>Жесткие диски</string>
   </property>
  </action>
  <action name="action_12">
   <property name="text">
    <string>Принтеры</string>
   </property>
  </action>
  <action name="action_13">
   <property name="text">
    <string>Сканеры</string>
   </property>
  </action>
  <action name="action_14">
   <property name="text">
    <string>МФУ</string>
   </property>
  </action>
 </widget>
 <resources/>
 <connections/>
</ui>