mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
165 lines
4.9 KiB
XML
165 lines
4.9 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="sizePolicy">
|
||
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
||
<horstretch>0</horstretch>
|
||
<verstretch>0</verstretch>
|
||
</sizepolicy>
|
||
</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="QVBoxLayout" name="verticalLayout_2">
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_1"/>
|
||
</item>
|
||
<item>
|
||
<layout class="QVBoxLayout" name="verticalLayout">
|
||
<item>
|
||
<widget class="QToolButton" name="btnAssignTask">
|
||
<property name="minimumSize">
|
||
<size>
|
||
<width>50</width>
|
||
<height>50</height>
|
||
</size>
|
||
</property>
|
||
<property name="text">
|
||
<string>Assign</string>
|
||
</property>
|
||
<property name="icon">
|
||
<iconset resource="../resources.qrc">
|
||
<normaloff>:/resources/icons/assignTask.png</normaloff>:/resources/icons/assignTask.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="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>Status</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>
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||
<item>
|
||
<layout class="QHBoxLayout" name="horizontalLayout_3"/>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</item>
|
||
</layout>
|
||
</widget>
|
||
<resources>
|
||
<include location="../resources.qrc"/>
|
||
</resources>
|
||
<connections/>
|
||
</ui>
|