/
makani
/
KPS-Samson
Обзор
Документация
Войти
/
makani
/
KPS-Samson
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Events/CheckMesParametersDialog.ui
143 строки
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>CheckMesParametersDialog</class> <widget class="QDialog" name="CheckMesParametersDialog"> <property name="windowModality"> <enum>Qt::ApplicationModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>528</width> <height>137</height> </rect> </property> <property name="windowTitle"> <string>параметры отчёта</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <layout class="QGridLayout"> <property name="margin"> <number>4</number> </property> <property name="spacing"> <number>4</number> </property> <item row="6" column="0"> <widget class="QCheckBox" name="chkMedicamentsSection"> <property name="text"> <string>Выводить данные о лекарственных средствах</string> </property> </widget> </item> <item row="8" column="0"> <widget class="QCheckBox" name="chkServiceNoMes"> <property name="text"> <string>Учитывать все услуги не входящие в стандарт</string> </property> </widget> </item> <item row="1" column="0" colspan="2"> <widget class="QCheckBox" name="chkServiceMes"> <property name="enabled"> <bool>false</bool> </property> <property name="text"> <string>Учитывать все услуги входящие в стандарт</string> </property> </widget> </item> <item row="0" column="0" colspan="2"> <widget class="QCheckBox" name="chkMandatoryServiceMes"> <property name="text"> <string>Учитывать только обязательные требования стандарта</string> </property> </widget> </item> <item row="10" column="0" 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="9" column="0"> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>129</width> <height>20</height> </size> </property> </spacer> </item> </layout> </widget> <tabstops> <tabstop>chkMandatoryServiceMes</tabstop> <tabstop>chkServiceMes</tabstop> <tabstop>chkMedicamentsSection</tabstop> <tabstop>chkServiceNoMes</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>CheckMesParametersDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>112</x> <y>177</y> </hint> <hint type="destinationlabel"> <x>102</x> <y>90</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>CheckMesParametersDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>225</x> <y>177</y> </hint> <hint type="destinationlabel"> <x>236</x> <y>76</y> </hint> </hints> </connection> <connection> <sender>chkMandatoryServiceMes</sender> <signal>toggled(bool)</signal> <receiver>chkServiceMes</receiver> <slot>setEnabled(bool)</slot> <hints> <hint type="sourcelabel"> <x>263</x> <y>14</y> </hint> <hint type="destinationlabel"> <x>263</x> <y>39</y> </hint> </hints> </connection> </connections> </ui>