Хранилища Subversion OpenInventory

Редакция

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

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>ClassEditor</class>
 <widget class="QMainWindow" name="ClassEditor">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>983</width>
    <height>757</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>ClassEditor</string>
  </property>
  <widget class="QWidget" name="centralWidget">
   <widget class="QLabel" name="label">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>10</y>
      <width>331</width>
      <height>21</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <pointsize>11</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="text">
     <string>Список зарегистрированных классов</string>
    </property>
   </widget>
   <widget class="QTableView" name="tableView">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>40</y>
      <width>761</width>
      <height>192</height>
     </rect>
    </property>
   </widget>
   <widget class="QPushButton" name="pushButton">
    <property name="geometry">
     <rect>
      <x>780</x>
      <y>40</y>
      <width>191</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Новый класс</string>
    </property>
   </widget>
   <widget class="QTableView" name="tableView_2">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>270</y>
      <width>961</width>
      <height>181</height>
     </rect>
    </property>
   </widget>
   <widget class="QPushButton" name="pushButton_2">
    <property name="geometry">
     <rect>
      <x>780</x>
      <y>60</y>
      <width>191</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Удалить класс</string>
    </property>
   </widget>
   <widget class="QPushButton" name="pushButton_3">
    <property name="geometry">
     <rect>
      <x>780</x>
      <y>170</y>
      <width>181</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Новое поле</string>
    </property>
   </widget>
   <widget class="QPushButton" name="pushButton_4">
    <property name="geometry">
     <rect>
      <x>780</x>
      <y>190</y>
      <width>181</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Удалить выделенные поля</string>
    </property>
   </widget>
   <widget class="QPushButton" name="pushButton_5">
    <property name="geometry">
     <rect>
      <x>779</x>
      <y>209</y>
      <width>181</width>
      <height>21</height>
     </rect>
    </property>
    <property name="text">
     <string>Удалить все поля</string>
    </property>
   </widget>
   <widget class="QTableView" name="tableView_3">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>490</y>
      <width>961</width>
      <height>192</height>
     </rect>
    </property>
   </widget>
   <widget class="QLabel" name="label_2">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>240</y>
      <width>121</width>
      <height>21</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <pointsize>11</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="text">
     <string>Поля класса</string>
    </property>
   </widget>
   <widget class="QLabel" name="label_3">
    <property name="geometry">
     <rect>
      <x>10</x>
      <y>460</y>
      <width>351</width>
      <height>21</height>
     </rect>
    </property>
    <property name="font">
     <font>
      <pointsize>11</pointsize>
      <weight>75</weight>
      <bold>true</bold>
     </font>
    </property>
    <property name="text">
     <string>Поля для указателей на классы-контейнеры</string>
    </property>
   </widget>
  </widget>
  <widget class="QMenuBar" name="menuBar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>983</width>
     <height>27</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="action_removeAllClasses"/>
     <addaction name="separator"/>
     <addaction name="action_removeSelectedClasses"/>
    </widget>
    <addaction name="action_newClass"/>
    <addaction name="separator"/>
    <addaction name="menu_3"/>
    <addaction name="separator"/>
    <addaction name="action_ID"/>
    <addaction name="action_showAlias"/>
    <addaction name="action_showInstance"/>
   </widget>
   <widget class="QMenu" name="menu_2">
    <property name="title">
     <string>Поле</string>
    </property>
    <widget class="QMenu" name="menu_4">
     <property name="title">
      <string>Удалить поля</string>
     </property>
     <addaction name="action_removeAllFields"/>
     <addaction name="separator"/>
     <addaction name="action_removeSelectedFields"/>
    </widget>
    <addaction name="action_newField"/>
    <addaction name="separator"/>
    <addaction name="menu_4"/>
   </widget>
   <widget class="QMenu" name="menu_6">
    <property name="title">
     <string>Инструменты</string>
    </property>
    <addaction name="action_2"/>
   </widget>
   <widget class="QMenu" name="menu_5">
    <property name="title">
     <string>Указатель</string>
    </property>
    <widget class="QMenu" name="menu_7">
     <property name="title">
      <string>Удалить указатели</string>
     </property>
     <addaction name="action_removeAllPointer"/>
     <addaction name="separator"/>
     <addaction name="action_removeSelectedPointers"/>
    </widget>
    <addaction name="action_newPointer"/>
    <addaction name="separator"/>
    <addaction name="menu_7"/>
   </widget>
   <addaction name="menu"/>
   <addaction name="menu_2"/>
   <addaction name="menu_5"/>
   <addaction name="menu_6"/>
  </widget>
  <widget class="QToolBar" name="mainToolBar">
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
  </widget>
  <widget class="QStatusBar" name="statusBar"/>
  <action name="action_newClass">
   <property name="text">
    <string>Новый класс</string>
   </property>
  </action>
  <action name="action_removeAllClasses">
   <property name="text">
    <string>Удалить все классы</string>
   </property>
  </action>
  <action name="action_removeSelectedClasses">
   <property name="text">
    <string>Удалить выбранные классы</string>
   </property>
  </action>
  <action name="action_newField">
   <property name="text">
    <string>Новое поле</string>
   </property>
  </action>
  <action name="action_removeAllFields">
   <property name="text">
    <string>Удалить все поля</string>
   </property>
  </action>
  <action name="action_removeSelectedFields">
   <property name="text">
    <string>Удалить выделенные поля</string>
   </property>
  </action>
  <action name="action_ID">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Показывать ID</string>
   </property>
  </action>
  <action name="action_showAlias">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Показывать псевдоним</string>
   </property>
  </action>
  <action name="action_showInstance">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Показывать хранилища объектов</string>
   </property>
  </action>
  <action name="action_newPointer">
   <property name="text">
    <string>Новый указатель</string>
   </property>
  </action>
  <action name="action_3">
   <property name="text">
    <string>Удалить все указатели</string>
   </property>
  </action>
  <action name="action_4">
   <property name="text">
    <string>Удалить выделенные указатели</string>
   </property>
  </action>
  <action name="action_removeAllPointer">
   <property name="text">
    <string>Удалить все указатели</string>
   </property>
  </action>
  <action name="action_7">
   <property name="text">
    <string>Удалить выделенные указатели</string>
   </property>
  </action>
  <action name="action_removeSelectedPointers">
   <property name="text">
    <string>Удалить выделенные указатели</string>
   </property>
  </action>
  <action name="action_2">
   <property name="text">
    <string>Проверить таблицу-контейнер </string>
   </property>
  </action>
 </widget>
 <layoutdefault spacing="6" margin="11"/>
 <resources/>
 <connections/>
</ui>