/
makani
/
KPS-Samson
Обзор
Документация
Войти
/
makani
/
KPS-Samson
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Events/ExecTimeNextActionDialog.ui
152 строки
4 KB
LenchikTs
Initial commit
14 мар 2024, 13:20
14 мар 2024, 13:20
2917e8e
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>ExecTimeNextActionDialog</class> <widget class="QDialog" name="ExecTimeNextActionDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>380</width> <height>125</height> </rect> </property> <property name="windowTitle"> <string>Время выполнения</string> </property> <layout class="QGridLayout" name="gridLayout"> <property name="margin"> <number>4</number> </property> <property name="spacing"> <number>4</number> </property> <item row="2" column="0"> <widget class="QLabel" name="label"> <property name="text"> <string>Исполнитель</string> </property> </widget> </item> <item row="4" column="0" colspan="2"> <widget class="QPushButton" name="btnExecTimeOld"> <property name="text"> <string/> </property> </widget> </item> <item row="0" column="0"> <widget class="QLabel" name="lblExecTimeNew"> <property name="text"> <string>Время выполнения</string> </property> </widget> </item> <item row="4" column="2" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> </property> </widget> </item> <item row="3" column="2"> <spacer name="verticalSpacer"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>1</height> </size> </property> </spacer> </item> <item row="0" column="1" colspan="2"> <widget class="QTimeEdit" name="edtExecTimeNew"/> </item> <item row="0" column="3"> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>129</width> <height>20</height> </size> </property> </spacer> </item> <item row="2" column="1" colspan="3"> <widget class="CPersonComboBoxEx" name="cmbPerson"/> </item> <item row="1" column="0"> <widget class="QLabel" name="lblCourse"> <property name="text"> <string>Курс</string> </property> </widget> </item> <item row="1" column="1" colspan="3"> <widget class="CCourseStatusComboBox" name="cmbCourse"/> </item> </layout> </widget> <customwidgets> <customwidget> <class>CPersonComboBoxEx</class> <extends>QComboBox</extends> <header>Orgs/PersonComboBoxEx.h</header> </customwidget> <customwidget> <class>CCourseStatusComboBox</class> <extends>QComboBox</extends> <header>Resources/CourseStatus.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>edtExecTimeNew</tabstop> <tabstop>cmbCourse</tabstop> <tabstop>btnExecTimeOld</tabstop> <tabstop>buttonBox</tabstop> <tabstop>cmbPerson</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>ExecTimeNextActionDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>248</x> <y>254</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>ExecTimeNextActionDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>316</x> <y>260</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>