123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>LogTimeWindow</class>
- <widget class="QScrollArea" name="LogTimeWindow">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>366</width>
- <height>406</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>ScrollArea</string>
- </property>
- <property name="widgetResizable">
- <bool>true</bool>
- </property>
- <widget class="QWidget" name="scrollAreaWidgetContents">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>364</width>
- <height>404</height>
- </rect>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QGridLayout" name="gridLayout_2">
- <item row="0" column="0">
- <widget class="QLabel" name="sinceLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>C:</string>
- </property>
- </widget>
- </item>
- <item row="1" column="0">
- <widget class="QLabel" name="untilLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>По:</string>
- </property>
- </widget>
- </item>
- <item row="0" column="1">
- <widget class="QTimeEdit" name="sinceInput">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="currentSection">
- <enum>QDateTimeEdit::HourSection</enum>
- </property>
- <property name="displayFormat">
- <string>hh:mm</string>
- </property>
- </widget>
- </item>
- <item row="1" column="1">
- <widget class="QTimeEdit" name="untilInput">
- <property name="currentSection">
- <enum>QDateTimeEdit::HourSection</enum>
- </property>
- <property name="displayFormat">
- <string>hh:mm</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QComboBox" name="project">
- <item>
- <property name="text">
- <string>По всем проектам</string>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <widget class="QTreeWidget" name="issue">
- <property name="columnCount">
- <number>2</number>
- </property>
- <column>
- <property name="text">
- <string>№</string>
- </property>
- <property name="foreground">
- <brush brushstyle="NoBrush">
- <color alpha="255">
- <red>111</red>
- <green>111</green>
- <blue>111</blue>
- </color>
- </brush>
- </property>
- </column>
- <column>
- <property name="text">
- <string>Задача</string>
- </property>
- </column>
- <item>
- <property name="text">
- <string>0</string>
- </property>
- <property name="font">
- <font>
- <weight>50</weight>
- <bold>false</bold>
- </font>
- </property>
- <property name="foreground">
- <brush brushstyle="NoBrush">
- <color alpha="255">
- <red>121</red>
- <green>121</green>
- <blue>121</blue>
- </color>
- </brush>
- </property>
- <property name="text">
- <string>Другое</string>
- </property>
- <property name="font">
- <font>
- <weight>75</weight>
- <bold>true</bold>
- </font>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <widget class="QComboBox" name="activityType">
- <property name="editable">
- <bool>false</bool>
- </property>
- <property name="currentText">
- <string>Разработка</string>
- </property>
- <property name="currentIndex">
- <number>1</number>
- </property>
- <item>
- <property name="text">
- <string>Проектирование</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Разработка</string>
- </property>
- </item>
- <item>
- <property name="text">
- <string>Отчётность</string>
- </property>
- </item>
- </widget>
- </item>
- <item>
- <widget class="QLineEdit" name="comment">
- <property name="placeholderText">
- <string>Комментарий</string>
- </property>
- </widget>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QPushButton" name="cancel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>0</height>
- </size>
- </property>
- <property name="text">
- <string>Отменить</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QPushButton" name="accept">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>0</width>
- <height>36</height>
- </size>
- </property>
- <property name="text">
- <string>Подтвердить</string>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </item>
- </layout>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|