/
makani
/
KPS-Samson
Обзор
Документация
Войти
/
makani
/
KPS-Samson
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Events/PropertiesDialog.ui
84 строки
2 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>PropertiesDialog</class> <widget class="QDialog" name="PropertiesDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>393</width> <height>261</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="0" column="0" colspan="2"> <widget class="CActionPropertiesTableView" name="tblAPProps"/> </item> <item row="1" column="0" colspan="2"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>CActionPropertiesTableView</class> <extends>QTableView</extends> <header>Events/ActionPropertiesTable.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>tblAPProps</tabstop> <tabstop>buttonBox</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>PropertiesDialog</receiver> <slot>accept()</slot> <hints> <hint type="sourcelabel"> <x>252</x> <y>363</y> </hint> <hint type="destinationlabel"> <x>157</x> <y>274</y> </hint> </hints> </connection> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>PropertiesDialog</receiver> <slot>reject()</slot> <hints> <hint type="sourcelabel"> <x>320</x> <y>363</y> </hint> <hint type="destinationlabel"> <x>286</x> <y>274</y> </hint> </hints> </connection> </connections> </ui>