<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>QtHighlightNotificationConfigDialog</class> <widget class="QDialog" name="QtHighlightNotificationConfigDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>629</width> <height>515</height> </rect> </property> <property name="windowTitle"> <string>Highlight and Notification Configuration</string> </property> <property name="sizeGripEnabled"> <bool>false</bool> </property> <property name="modal"> <bool>false</bool> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QGroupBox" name="groupBox"> <property name="title"> <string>Highlight messages from these people</string> </property> <property name="flat"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <property name="spacing"> <number>6</number> </property> <property name="leftMargin"> <number>0</number> </property> <item> <widget class="QTreeWidget" name="userHighlightTreeWidget"> <property name="tabKeyNavigation"> <bool>true</bool> </property> <property name="showDropIndicator" stdset="0"> <bool>false</bool> </property> <property name="dragEnabled"> <bool>true</bool> </property> <property name="dragDropMode"> <enum>QAbstractItemView::InternalMove</enum> </property> <property name="defaultDropAction"> <enum>Qt::MoveAction</enum> </property> <property name="indentation"> <number>0</number> </property> <property name="uniformRowHeights"> <bool>true</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="animated"> <bool>true</bool> </property> <property name="headerHidden"> <bool>false</bool> </property> <property name="expandsOnDoubleClick"> <bool>false</bool> </property> <attribute name="headerCascadingSectionResizes"> <bool>false</bool> </attribute> <attribute name="headerDefaultSectionSize"> <number>80</number> </attribute> <attribute name="headerHighlightSections"> <bool>false</bool> </attribute> <attribute name="headerMinimumSectionSize"> <number>15</number> </attribute> <column> <property name="text"> <string>Nickname</string> </property> </column> <column> <property name="text"> <string>Text color</string> </property> </column> <column> <property name="text"> <string>Background color</string> </property> </column> <column> <property name="text"> <string>Play sound</string> </property> </column> <column> <property name="text"> <string>Create notification</string> </property> </column> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <property name="spacing"> <number>12</number> </property> <property name="topMargin"> <number>0</number> </property> <item> <widget class="QPushButton" name="addUserHighlightPushButton"> <property name="sizePolicy"> <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="maximumSize"> <size> <width>26</width> <height>26</height> </size> </property> <property name="sizeIncrement"> <size> <width>1</width> <height>1</height> </size> </property> <property name="baseSize"> <size> <width>0</width> <height>0</height> </size> </property> <property name="font"> <font> <pointsize>13</pointsize> <weight>50</weight> <italic>false</italic> <bold>false</bold> <underline>false</underline> <strikeout>false</strikeout> <kerning>true</kerning> </font> </property> <property name="text"> <string>+</string> </property> </widget> </item> <item> <widget class="QPushButton" name="removeUserHighlightPushButton"> <property name="enabled"> <bool>false</bool> </property> <property name="maximumSize"> <size> <width>26</width> <height>26</height> </size> </property> <property name="text"> <string>-</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_3"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_2"> <property name="title"> <string>Highlight messages containing these keywords</string> </property> <property name="flat"> <bool>true</bool> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> <number>6</number> </property> <property name="leftMargin"> <number>0</number> </property> <item> <widget class="QTreeWidget" name="keywordHighlightTreeWidget"> <property name="maximumSize"> <size> <width>16777215</width> <height>300</height> </size> </property> <property name="tabKeyNavigation"> <bool>true</bool> </property> <property name="showDropIndicator" stdset="0"> <bool>false</bool> </property> <property name="dragEnabled"> <bool>true</bool> </property> <property name="dragDropMode"> <enum>QAbstractItemView::InternalMove</enum> </property> <property name="defaultDropAction"> <enum>Qt::MoveAction</enum> </property> <property name="indentation"> <number>0</number> </property> <property name="uniformRowHeights"> <bool>true</bool> </property> <property name="itemsExpandable"> <bool>false</bool> </property> <property name="animated"> <bool>true</bool> </property> <column> <property name="text"> <string>Keyword</string> </property> </column> <column> <property name="text"> <string>Match case sensitive</string> </property> </column> <column> <property name="text"> <string>Text color</string> </property> </column> <column> <property name="text"> <string>Background color</string> </property> </column> <column> <property name="text"> <string>Play sound</string> </property> </column> <column> <property name="text"> <string>Create notification</string> </property> </column> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_4"> <property name="spacing"> <number>12</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QPushButton" name="addKeywordHighlightPushButton"> <property name="maximumSize"> <size> <width>26</width> <height>26</height> </size> </property> <property name="text"> <string>+</string> </property> </widget> </item> <item> <widget class="QPushButton" name="removeKeywordHighlightPushButton"> <property name="enabled"> <bool>false</bool> </property> <property name="maximumSize"> <size> <width>26</width> <height>26</height> </size> </property> <property name="text"> <string>-</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_4"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QGroupBox" name="groupBox_3"> <property name="title"> <string>General notification settings</string> </property> <property name="flat"> <bool>true</bool> </property> <layout class="QGridLayout" name="gridLayout"> <property name="leftMargin"> <number>0</number> </property> <item row="3" column="1"> <layout class="QHBoxLayout" name="horizontalLayout_3"> <item> <widget class="Swift::QtColorToolButton" name="mentionBackgroundColorButton"> <property name="text"> <string>...</string> </property> </widget> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>Highlight background color on own mention</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer_2"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> <item row="1" column="1"> <widget class="QCheckBox" name="notificationOnGroupMessagesCheckBox"> <property name="text"> <string>Create notification on incoming group messages</string> </property> </widget> </item> <item row="2" column="1"> <widget class="QCheckBox" name="notificationOnMentionCheckBox"> <property name="text"> <string>Create notification when my name is mentioned</string> </property> </widget> </item> <item row="0" column="0"> <widget class="QCheckBox" name="playSoundOnDirectMessagesCheckBox"> <property name="text"> <string>Play sound on incoming direct messages</string> </property> </widget> </item> <item row="1" column="0"> <widget class="QCheckBox" name="playSoundOnGroupMessagesCheckBox"> <property name="text"> <string>Play sound on incoming group messages</string> </property> </widget> </item> <item row="0" column="1"> <widget class="QCheckBox" name="notificationOnDirectMessagesCheckBox"> <property name="text"> <string>Create notification on incoming direct messages</string> </property> </widget> </item> <item row="2" column="0"> <widget class="QCheckBox" name="playSoundOnMentionCheckBox"> <property name="text"> <string>Play sound when my name is mentioned</string> </property> </widget> </item> <item row="3" column="0"> <layout class="QHBoxLayout" name="horizontalLayout_2"> <property name="leftMargin"> <number>0</number> </property> <property name="topMargin"> <number>0</number> </property> <property name="rightMargin"> <number>0</number> </property> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="Swift::QtColorToolButton" name="mentionTextColorColorButton"> <property name="text"> <string>...</string> </property> </widget> </item> <item> <widget class="QLabel" name="label"> <property name="text"> <string>Highlight text color on own mention</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> </layout> </item> </layout> </widget> </item> <item> <widget class="QDialogButtonBox" name="buttonBox"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="standardButtons"> <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok|QDialogButtonBox::RestoreDefaults</set> </property> <property name="centerButtons"> <bool>false</bool> </property> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>Swift::QtColorToolButton</class> <extends>QToolButton</extends> <header>QtColorToolButton.h</header> </customwidget> </customwidgets> <tabstops> <tabstop>userHighlightTreeWidget</tabstop> <tabstop>addUserHighlightPushButton</tabstop> <tabstop>removeUserHighlightPushButton</tabstop> <tabstop>keywordHighlightTreeWidget</tabstop> <tabstop>addKeywordHighlightPushButton</tabstop> <tabstop>removeKeywordHighlightPushButton</tabstop> <tabstop>playSoundOnDirectMessagesCheckBox</tabstop> <tabstop>notificationOnDirectMessagesCheckBox</tabstop> <tabstop>playSoundOnGroupMessagesCheckBox</tabstop> <tabstop>notificationOnGroupMessagesCheckBox</tabstop> <tabstop>playSoundOnMentionCheckBox</tabstop> <tabstop>notificationOnMentionCheckBox</tabstop> <tabstop>mentionTextColorColorButton</tabstop> <tabstop>mentionBackgroundColorButton</tabstop> </tabstops> <resources/> <connections> <connection> <sender>buttonBox</sender> <signal>accepted()</signal> <receiver>QtHighlightNotificationConfigDialog</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>QtHighlightNotificationConfigDialog</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>