266 lines (265 with data), 7.3 kB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>AnnouncementSettingWidget</class>
<widget class="QWidget" name="AnnouncementSettingWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>399</width>
<height>460</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBoxEffects">
<property name="title">
<string>Effects</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QCheckBox" name="checkBox_useFading">
<property name="toolTip">
<string>If checked, when switching displayed text, fades the old text out and fades the new text in .</string>
</property>
<property name="text">
<string>Use fading effects</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_useShadow">
<property name="toolTip">
<string>Useful when using a wallpaper image. Displays a fancy shadow effect.</string>
</property>
<property name="text">
<string>Use shadow</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox_useBlurredShadow">
<property name="enabled">
<bool>false</bool>
</property>
<property name="toolTip">
<string>Useful when using a wallpaper image. Displays a fancy shadow effect.</string>
</property>
<property name="text">
<string>Use blurred shadow</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_Background">
<property name="title">
<string>Use Background Image</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLineEdit" name="lineEdit_Background">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="button_Background">
<property name="text">
<string>Browse...</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_textAlingment">
<property name="title">
<string>Text Alingment</string>
</property>
<layout class="QGridLayout" name="gridLayout_8">
<item row="0" column="6">
<spacer name="horizontalSpacer_14">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>59</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item row="0" column="1">
<widget class="QLabel" name="label_vertical">
<property name="text">
<string>Vertical:</string>
</property>
</widget>
</item>
<item row="0" column="4">
<widget class="QLabel" name="label_horizontal">
<property name="text">
<string>Horizontal:</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QComboBox" name="comboBox_verticalAling">
<item>
<property name="text">
<string>Top</string>
</property>
</item>
<item>
<property name="text">
<string>Middle</string>
</property>
</item>
<item>
<property name="text">
<string>Bottom</string>
</property>
</item>
</widget>
</item>
<item row="0" column="5">
<widget class="QComboBox" name="comboBox_horizontalAling">
<item>
<property name="text">
<string>Left</string>
</property>
</item>
<item>
<property name="text">
<string>Center</string>
</property>
</item>
<item>
<property name="text">
<string>Right</string>
</property>
</item>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_textProperties">
<property name="title">
<string>Text Properties</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QPushButton" name="button_textColor">
<property name="text">
<string>Color...</string>
</property>
</widget>
</item>
<item>
<widget class="QGraphicsView" name="graphicView_textColor">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>50</width>
<height>20</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>50</width>
<height>20</height>
</size>
</property>
</widget>
</item>
<item>
<widget class="Line" name="line">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="button_font">
<property name="text">
<string>Font...</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_font">
<property name="sizePolicy">
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<spacer name="verticalSpacer">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>123</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="pushButton_default">
<property name="text">
<string>Reset All To Default</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>
<resources/>
<connections/>
</ui>