mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
135 lines
3.7 KiB
XML
135 lines
3.7 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<ui version="4.0">
|
||
<class>AMMtasksWidget</class>
|
||
<widget class="QWidget" name="AMMtasksWidget">
|
||
<property name="geometry">
|
||
<rect>
|
||
<x>0</x>
|
||
<y>0</y>
|
||
<width>400</width>
|
||
<height>300</height>
|
||
</rect>
|
||
</property>
|
||
<property name="font">
|
||
<font>
|
||
<family>Tahoma</family>
|
||
<pointsize>10</pointsize>
|
||
</font>
|
||
</property>
|
||
<property name="windowTitle">
|
||
<string>Form</string>
|
||
</property>
|
||
<layout class="QGridLayout" name="gridLayout">
|
||
<item row="0" column="0">
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_1"/>
|
||
</item>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<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>
|
||
<item>
|
||
<widget class="QToolButton" name="btnOnlyActive">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>Аvailable</string>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/resources/icons/filter.png</normaloff>:/resources/icons/filter.png</iconset>
|
||
</property>
|
||
<property name="iconSize">
|
||
<size>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</size>
|
||
</property>
|
||
<property name="checkable">
|
||
<bool>true</bool>
|
||
</property>
|
||
<property name="toolButtonStyle">
|
||
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="btnCheck">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>Check</string>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/resources/icons/check.png</normaloff>:/resources/icons/check.png</iconset>
|
||
</property>
|
||
<property name="iconSize">
|
||
<size>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolButtonStyle">
|
||
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
<item>
|
||
<widget class="QToolButton" name="btnDelete">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>Delete</string>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/resources/icons/delete.png</normaloff>:/resources/icons/delete.png</iconset>
|
||
</property>
|
||
<property name="iconSize">
|
||
<size>
|
||
<width>32</width>
|
||
<height>32</height>
|
||
</size>
|
||
</property>
|
||
<property name="toolButtonStyle">
|
||
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
||
</property>
|
||
</widget>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<resources>
|
||
<include location="../resources.qrc"/>
|
||
</resources>
|
||
<connections/>
|
||
</ui>
|