/
nik0380
/
PyPointGroup
Обзор
Документация
Войти
/
nik0380
/
PyPointGroup
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
ui/pgMainForm.ui
333 строки
10 KB
nik0380
test-02
23 дек 2020, 20:16
23 дек 2020, 20:16
742589b
Код
Авторство
О чём код?
<?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>820</width> <height>527</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"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <widget class="PGView" name="glView"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> <horstretch>10</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> </widget> <widget class="QTabWidget" name="tabWidget"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Expanding"> <horstretch>1</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="maximumSize"> <size> <width>16777215</width> <height>16777215</height> </size> </property> <property name="currentIndex"> <number>2</number> </property> <widget class="QWidget" name="tabGroups"> <attribute name="title"> <string>Groups</string> </attribute> <layout class="QGridLayout" name="gridLayout_2"> <item row="0" column="0"> <widget class="QListWidget" name="lvGroups"> <property name="font"> <font> <pointsize>14</pointsize> </font> </property> </widget> </item> </layout> </widget> <widget class="QWidget" name="tabOperators"> <attribute name="title"> <string>Operators</string> </attribute> <layout class="QGridLayout" name="gridLayout_3"> <item row="0" column="0"> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="PGOperatorListView" name="lvOperators"> <property name="minimumSize"> <size> <width>0</width> <height>191</height> </size> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <widget class="QComboBox" name="cbOperators"/> </item> <item> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Operator name:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="tbOperName"> <property name="text"> <string>INV</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLineEdit" name="tbQ11"> <property name="text"> <string>-1</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="tbQ12"> <property name="text"> <string>0</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="tbQ13"> <property name="text"> <string>0</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLineEdit" name="tbQ21"> <property name="text"> <string>0</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="tbQ22"> <property name="text"> <string>-1</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="tbQ23"> <property name="text"> <string>0</string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLineEdit" name="tbQ31"> <property name="text"> <string>0</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="tbQ32"> <property name="text"> <string>0</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="tbQ33"> <property name="text"> <string>-1</string> </property> </widget> </item> </layout> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="bGenGroup"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Generate</string> </property> <property name="checkable"> <bool>false</bool> </property> </widget> </item> <item> <widget class="QPushButton" name="bAddOperator"> <property name="text"> <string>Add</string> </property> </widget> </item> </layout> </item> </layout> </item> <item> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> <widget class="QWidget" name="tabCayley"> <attribute name="title"> <string>Cayley table</string> </attribute> <layout class="QGridLayout" name="gridLayout_6"> <item row="0" column="0"> <widget class="QTextBrowser" name="tbViewer"> <property name="tabStopWidth"> <number>200</number> </property> <property name="openLinks"> <bool>false</bool> </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>820</width> <height>19</height> </rect> </property> <widget class="QMenu" name="menuFile"> <property name="title"> <string>File</string> </property> <addaction name="actionSave_Image"/> <addaction name="actionExit"/> </widget> <widget class="QMenu" name="menuHelp"> <property name="title"> <string>?</string> </property> <addaction name="actionAbout_PointGroup"/> </widget> <widget class="QMenu" name="menuTools"> <property name="title"> <string>Tools</string> </property> <addaction name="actionCreate_shortcuts"/> </widget> <addaction name="menuFile"/> <addaction name="menuTools"/> <addaction name="menuHelp"/> </widget> <action name="actionSave_Image"> <property name="text"> <string>Save Image...</string> </property> </action> <action name="actionExit"> <property name="text"> <string>Exit</string> </property> </action> <action name="actionAbout_PointGroup"> <property name="text"> <string>About PointGroup...</string> </property> </action> <action name="actionCreate_shortcuts"> <property name="text"> <string>Create shortcuts...</string> </property> </action> </widget> <customwidgets> <customwidget> <class>PGView</class> <extends>QOpenGLWidget</extends> <header>pypointgroup.gl.pgview</header> </customwidget> <customwidget> <class>PGOperatorListView</class> <extends>QListWidget</extends> <header>pypointgroup.gl.pgoprview</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>