You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
2.1 KiB
83 lines
2.1 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>1200</width> |
|
<height>721</height> |
|
</rect> |
|
</property> |
|
<property name="minimumSize"> |
|
<size> |
|
<width>1200</width> |
|
<height>640</height> |
|
</size> |
|
</property> |
|
<property name="font"> |
|
<font> |
|
<family>Segoe UI</family> |
|
<pointsize>11</pointsize> |
|
</font> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>COUNTER 5 Report Tool</string> |
|
</property> |
|
<property name="windowIcon"> |
|
<iconset resource="../Resources.qrc"> |
|
<normaloff>:/ui/resources/main_icon.png</normaloff>:/ui/resources/main_icon.png</iconset> |
|
</property> |
|
<widget class="QWidget" name="centralwidget"> |
|
<layout class="QGridLayout" name="gridLayout"> |
|
<property name="bottomMargin"> |
|
<number>0</number> |
|
</property> |
|
<item row="1" column="0"> |
|
<widget class="QTabWidget" name="tab_widget"> |
|
<property name="enabled"> |
|
<bool>true</bool> |
|
</property> |
|
<property name="sizePolicy"> |
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
<horstretch>0</horstretch> |
|
<verstretch>0</verstretch> |
|
</sizepolicy> |
|
</property> |
|
<property name="maximumSize"> |
|
<size> |
|
<width>16777215</width> |
|
<height>16777215</height> |
|
</size> |
|
</property> |
|
<property name="tabPosition"> |
|
<enum>QTabWidget::North</enum> |
|
</property> |
|
<property name="currentIndex"> |
|
<number>-1</number> |
|
</property> |
|
<property name="elideMode"> |
|
<enum>Qt::ElideNone</enum> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<widget class="QMenuBar" name="menubar"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>1200</width> |
|
<height>21</height> |
|
</rect> |
|
</property> |
|
</widget> |
|
<widget class="QStatusBar" name="statusbar"/> |
|
</widget> |
|
<resources> |
|
<include location="../Resources.qrc"/> |
|
</resources> |
|
<connections/> |
|
</ui>
|
|
|