<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SendNotificationsConfigUi</class> <widget class="QWidget" name="SendNotificationsConfigUi"> <property name="windowModality"> <enum>Qt::WindowModal</enum> </property> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>350</width> <height>328</height> </rect> </property> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="minimumSize"> <size> <width>350</width> <height>0</height> </size> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="sizePolicy"> <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="title"> <string>General</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <widget class="QCheckBox" name="check_persistent"> <property name="toolTip"> <string>Synchronize only notifications with a timeout value of 0?</string> </property> <property name="text"> <string>Persistent notifications only</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="check_body"> <property name="font"> <font> <weight>50</weight> <bold>false</bold> </font> </property> <property name="toolTip"> <string>Append the notification body to the summary when synchronizing notifications?</string> </property> <property name="text"> <string>Include body</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="check_icons"> <property name="font"> <font> <weight>50</weight> <bold>false</bold> </font> </property> <property name="toolTip"> <string>Synchronize icons of notifying applications if possible?</string> </property> <property name="text"> <string>Synchronize icons</string> </property> </widget> </item> <item> <widget class="QWidget" name="horizontalWidget" native="true"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QSpinBox" name="spin_urgency"> <property name="maximumSize"> <size> <width>40</width> <height>32</height> </size> </property> <property name="font"> <font> <weight>50</weight> <bold>false</bold> </font> </property> <property name="toolTip"> <string><html><head/><body><p>Minimum urgency level of the notifications</p></body></html></string> </property> <property name="maximum"> <number>2</number> </property> </widget> </item> <item> <widget class="QLabel" name="label"> <property name="font"> <font> <weight>50</weight> <bold>false</bold> </font> </property> <property name="toolTip"> <string>Synchronize only notifications with the given urgency level.</string> </property> <property name="text"> <string>Minimum urgency level</string> </property> </widget> </item> </layout> </widget> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="toolTip"> <string/> </property> <property name="title"> <string>Applications</string> </property> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QTableView" name="appList"> <property name="sizePolicy"> <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="font"> <font> <weight>50</weight> <bold>false</bold> </font> </property> <property name="alternatingRowColors"> <bool>true</bool> </property> <property name="showGrid"> <bool>false</bool> </property> <property name="gridStyle"> <enum>Qt::NoPen</enum> </property> <property name="sortingEnabled"> <bool>true</bool> </property> <attribute name="horizontalHeaderVisible"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderDefaultSectionSize"> <number>150</number> </attribute> <attribute name="horizontalHeaderMinimumSectionSize"> <number>20</number> </attribute> <attribute name="horizontalHeaderShowSortIndicator" stdset="0"> <bool>true</bool> </attribute> <attribute name="horizontalHeaderStretchLastSection"> <bool>true</bool> </attribute> <attribute name="verticalHeaderVisible"> <bool>false</bool> </attribute> </widget> </item> </layout> </widget> </item> </layout> </widget> <resources/> <connections/> </ui>