/
makani
/
KPS-Samson
Обзор
Документация
Войти
/
makani
/
KPS-Samson
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Notifications/NotificationLogListDialog.ui
128 строк
3 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>NotificationLogListDialog</class> <widget class="QDialog" name="NotificationLogListDialog"> <property name="windowModality"> <enum>Qt::ApplicationModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>688</width> <height>573</height> </rect> </property> <property name="windowTitle"> <string>Список записей</string> </property> <property name="sizeGripEnabled"> <bool>true</bool> </property> <property name="modal"> <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout"> <property name="margin"> <number>4</number> </property> <property name="spacing"> <number>4</number> </property> <item row="1" column="0"> <widget class="QLabel" name="lblAdditionalData"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string/> </property> </widget> </item> <item row="1" column="1"> <widget class="QDialogButtonBox" name="buttonBox"> <property name="standardButtons"> <set>QDialogButtonBox::Close</set> </property> </widget> </item> <item row="2" column="0"> <widget class="QLabel" name="label"> <property name="sizePolicy"> <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string>всего: </string> </property> </widget> </item> <item row="3" column="0"> <widget class="QStatusBar" name="statusBar"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string>A status bar</string> </property> <property name="whatsThis"> <string>A status bar.</string> </property> <property name="sizeGripEnabled"> <bool>false</bool> </property> </widget> </item> <item row="0" column="0" colspan="2"> <widget class="CTableView" name="tblItems"> <property name="whatsThis"> <string comment="ура!">список записей</string> </property> <property name="tabKeyNavigation"> <bool>false</bool> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>CTableView</class> <extends>QTableView</extends> <header>library/TableView.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>tblItems</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>rejected()</signal> <receiver>NotificationLogListDialog</receiver> <slot>close()</slot> <hints> <hint type="sourcelabel"> <x>623</x> <y>409</y> </hint> <hint type="destinationlabel"> <x>626</x> <y>425</y> </hint> </hints> </connection> </connections> </ui>