/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
v4
Projects/Inspector/MainWindow.ui
429 строк
13 KB
jankrassnigg
Milestone 4
27 мар 2014, 19:08
27 мар 2014, 19:08
bfef15a
Код
Авторство
О чём код?
<?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>904</width> <height>728</height> </rect> </property> <property name="windowTitle"> <string>ezInspector</string> </property> <property name="windowIcon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/Search.png</normaloff>:/Icons/Icons/Search.png</iconset> </property> <property name="documentMode"> <bool>false</bool> </property> <property name="dockNestingEnabled"> <bool>true</bool> </property> <property name="dockOptions"> <set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks</set> </property> <widget class="QWidget" name="centralwidget"> <property name="sizeIncrement"> <size> <width>1</width> <height>1</height> </size> </property> <layout class="QVBoxLayout" name="verticalLayout_4"> <item> <widget class="QFrame" name="frame_2"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="QLabel" name="LabelStatus"> <property name="text"> <string><html><head/><body><p><span style=" font-weight:600;">Status: </span><span style=" font-weight:600; color:#ff0000;">Not Connected</span></p></body></html></string> </property> </widget> </item> <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="QLabel" name="LabelPing"> <property name="text"> <string><html><head/><body><p>Ping: N/A</p></body></html></string> </property> </widget> </item> </layout> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <item> <widget class="QLabel" name="LabelServer"> <property name="text"> <string><html><head/><body><p>Server: N/A</p></body></html></string> </property> </widget> </item> <item> <widget class="QPushButton" name="ButtonConnect"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>150</width> <height>0</height> </size> </property> <property name="text"> <string>Connect To...</string> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/Server.png</normaloff>:/Icons/Icons/Server.png</iconset> </property> </widget> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QFrame" name="frame"> <property name="frameShape"> <enum>QFrame::StyledPanel</enum> </property> <property name="frameShadow"> <enum>QFrame::Plain</enum> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QSplitter" name="splitter"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <widget class="QWidget" name="layoutWidget"> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>All Stats</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QTreeWidget" name="TreeStats"> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="verticalScrollMode"> <enum>QAbstractItemView::ScrollPerPixel</enum> </property> <property name="uniformRowHeights"> <bool>true</bool> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="columnCount"> <number>2</number> </property> <attribute name="headerMinimumSectionSize"> <number>100</number> </attribute> <column> <property name="text"> <string>Name</string> </property> </column> <column> <property name="text"> <string>Value</string> </property> </column> </widget> </item> </layout> </widget> <widget class="QWidget" name="layoutWidget_2"> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Favourite Stats</string> </property> <property name="alignment"> <set>Qt::AlignCenter</set> </property> </widget> </item> <item> <widget class="QTreeWidget" name="TreeFavourites"> <property name="editTriggers"> <set>QAbstractItemView::NoEditTriggers</set> </property> <property name="verticalScrollMode"> <enum>QAbstractItemView::ScrollPerPixel</enum> </property> <property name="uniformRowHeights"> <bool>true</bool> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <property name="columnCount"> <number>2</number> </property> <attribute name="headerMinimumSectionSize"> <number>100</number> </attribute> <column> <property name="text"> <string>Name</string> </property> </column> <column> <property name="text"> <string>Value</string> </property> </column> </widget> </item> </layout> </widget> </widget> </item> </layout> </widget> </item> </layout> </widget> <widget class="QStatusBar" name="statusbar"/> <widget class="QMenuBar" name="menuBar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>904</width> <height>26</height> </rect> </property> <widget class="QMenu" name="menuWindows"> <property name="title"> <string>Panels</string> </property> <addaction name="ActionShowWindowCVar"/> <addaction name="ActionShowWindowFile"/> <addaction name="ActionShowWindowGlobalEvents"/> <addaction name="ActionShowWindowInput"/> <addaction name="ActionShowWindowLog"/> <addaction name="ActionShowWindowMemory"/> <addaction name="ActionShowWindowPlugins"/> <addaction name="ActionShowWindowReflection"/> <addaction name="ActionShowWindowSubsystems"/> <addaction name="ActionShowWindowTime"/> </widget> <widget class="QMenu" name="menuWindow"> <property name="title"> <string>Window</string> </property> <widget class="QMenu" name="menuIn_Foreground"> <property name="title"> <string>In Foreground</string> </property> <addaction name="ActionOnTopWhenConnected"/> <addaction name="ActionAlwaysOnTop"/> <addaction name="ActionNeverOnTop"/> </widget> <addaction name="menuIn_Foreground"/> </widget> <addaction name="menuWindows"/> <addaction name="menuWindow"/> </widget> <action name="ActionShowWindowLog"> <property name="checkable"> <bool>true</bool> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/Log.png</normaloff>:/Icons/Icons/Log.png</iconset> </property> <property name="text"> <string>Log</string> </property> </action> <action name="ActionShowWindowMemory"> <property name="checkable"> <bool>true</bool> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/Memory.png</normaloff>:/Icons/Icons/Memory.png</iconset> </property> <property name="text"> <string>Memory</string> </property> </action> <action name="ActionShowWindowInput"> <property name="checkable"> <bool>true</bool> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/InputActions.png</normaloff>:/Icons/Icons/InputActions.png</iconset> </property> <property name="text"> <string>Input</string> </property> </action> <action name="ActionShowWindowCVar"> <property name="checkable"> <bool>true</bool> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/CVar.png</normaloff>:/Icons/Icons/CVar.png</iconset> </property> <property name="text"> <string>CVars</string> </property> </action> <action name="ActionShowWindowSubsystems"> <property name="checkable"> <bool>true</bool> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/Subsystem.png</normaloff>:/Icons/Icons/Subsystem.png</iconset> </property> <property name="text"> <string>Subsystems</string> </property> <property name="toolTip"> <string>Subsystems</string> </property> </action> <action name="ActionShowWindowFile"> <property name="checkable"> <bool>true</bool> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/File.png</normaloff>:/Icons/Icons/File.png</iconset> </property> <property name="text"> <string>File Operations</string> </property> </action> <action name="ActionShowWindowPlugins"> <property name="checkable"> <bool>true</bool> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/Plugin.png</normaloff>:/Icons/Icons/Plugin.png</iconset> </property> <property name="text"> <string>Plugins</string> </property> </action> <action name="ActionShowWindowGlobalEvents"> <property name="checkable"> <bool>true</bool> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/GlobalEvent.png</normaloff>:/Icons/Icons/GlobalEvent.png</iconset> </property> <property name="text"> <string>Global Events</string> </property> </action> <action name="ActionShowWindowTime"> <property name="checkable"> <bool>true</bool> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/Time.png</normaloff>:/Icons/Icons/Time.png</iconset> </property> <property name="text"> <string>Time</string> </property> </action> <action name="ActionOnTopWhenConnected"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>When Connected</string> </property> </action> <action name="ActionAlwaysOnTop"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Always</string> </property> </action> <action name="ActionNeverOnTop"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Never</string> </property> </action> <action name="ActionShowWindowReflection"> <property name="checkable"> <bool>true</bool> </property> <property name="icon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/Type.png</normaloff>:/Icons/Icons/Type.png</iconset> </property> <property name="text"> <string>Reflection</string> </property> <property name="toolTip"> <string>Reflection</string> </property> </action> <action name="ActionShowWindowStatHistory"> <property name="text"> <string>Stat Histories</string> </property> </action> </widget> <resources> <include location="resources.qrc"/> </resources> <connections/> </ui>