1418 lines (1417 with data), 43.2 kB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BibleSettingWidget</class>
<widget class="QWidget" name="BibleSettingWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>426</width>
<height>1015</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>9</number>
</property>
<property name="rightMargin">
<number>9</number>
</property>
<property name="bottomMargin">
<number>9</number>
</property>
<item>
<layout class="QGridLayout" name="gridLayout_4">
<item row="0" column="0">
<widget class="QLabel" name="labelPrimaryBible">
<property name="text">
<string>Primary Bible:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="comboBoxPrimaryBible">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="labelSecondaryBible">
<property name="text">
<string>Secondary Bible:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="comboBoxSecondaryBible">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelTrinaryBible">
<property name="text">
<string>Trinary Bible:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="comboBoxTrinaryBible">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QLabel" name="labelOperatorBible">
<property name="text">
<string>Operator Screen Bible:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="3" column="1">
<widget class="QComboBox" name="comboBoxOperatorBible">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>This bible version will be used for the operator to select verses and search bible</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QGroupBox" name="groupBoxEffects">
<property name="title">
<string>Effects</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QCheckBox" name="checkBoxUseFading">
<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="checkBoxUseShadow">
<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="checkBoxUseBlurredShadow">
<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="groupBoxBackground">
<property name="title">
<string>Use Background Image</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QLineEdit" name="lineEditBackPath">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonBrowseBackground">
<property name="text">
<string>Browse...</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBoxTextProperties">
<property name="title">
<string>Text Properties</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_6">
<item>
<widget class="QToolButton" name="toolButtonTextColor">
<property name="text">
<string>Color...</string>
</property>
</widget>
</item>
<item>
<widget class="QGraphicsView" name="graphicViewTextColor">
<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="QToolButton" name="toolButtonTextFont">
<property name="text">
<string>Font...</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelFont">
<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>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_14">
<item>
<widget class="QLabel" name="labelTextAlign">
<property name="text">
<string>Alignment:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxVerticalAling">
<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>
<widget class="QComboBox" name="comboBoxHorizontalAling">
<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>
<item>
<spacer name="horizontalSpacer_8">
<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="groupBoxCaptionProperties">
<property name="title">
<string>Caption Properties</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_9">
<item>
<widget class="QToolButton" name="toolButtonCaptionColor">
<property name="text">
<string>Color...</string>
</property>
</widget>
</item>
<item>
<widget class="QGraphicsView" name="graphicViewCaptionColor">
<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_2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButtonCaptionFont">
<property name="text">
<string>Font...</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelFontCaption">
<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>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_15">
<item>
<widget class="QLabel" name="labelPosition">
<property name="text">
<string>Position:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxCaptionPosition">
<item>
<property name="text">
<string>Above Text</string>
</property>
</item>
<item>
<property name="text">
<string>Below Text</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="labelCaptionAlign">
<property name="text">
<string>Alignment:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxCaptionAlign">
<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>
<item>
<spacer name="horizontalSpacer_5">
<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="QCheckBox" name="checkBoxAbbiviations">
<property name="text">
<string>Show Bible Version Abbriviation</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBoxMaxScreen">
<property name="title">
<string>Amount Of Screen To Use</string>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="labelMaxPercent">
<property name="text">
<string>Amount of screen to use:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBoxMaxScreen">
<property name="toolTip">
<string>Percent of screen to be used.</string>
</property>
<property name="suffix">
<string notr="true">%</string>
</property>
<property name="maximum">
<number>100</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label_MaxTopBottom">
<property name="text">
<string>Position:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxScreenPosition">
<property name="toolTip">
<string>Select to use either top portion of the screen or bottom.</string>
</property>
<item>
<property name="text">
<string>Top of Screen</string>
</property>
</item>
<item>
<property name="text">
<string>Botton of Screen</string>
</property>
</item>
</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>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBoxUseDisp2">
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
<colorrole role="Highlight">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>85</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
<colorrole role="Highlight">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>170</red>
<green>85</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
<colorrole role="Text">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
<colorrole role="ButtonText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
<colorrole role="Highlight">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>51</red>
<green>153</green>
<blue>255</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="title">
<string>Use Separate Secondary Display Screen Settings</string>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QWidget" name="widgetBibles2" native="true">
<layout class="QGridLayout" name="gridLayout_3">
<property name="margin">
<number>0</number>
</property>
<item row="0" column="0">
<widget class="QLabel" name="labelPrimaryBible2">
<property name="text">
<string>Primary Bible:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="comboBoxPrimaryBible2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="labelSecondaryBible2">
<property name="text">
<string>Secondary Bible:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="comboBoxSecondaryBible2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="labelTrinaryBible2">
<property name="text">
<string>Trinary Bible:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QComboBox" name="comboBoxTrinaryBible2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBoxEffects2">
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="title">
<string>Effects</string>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_12">
<item>
<widget class="QCheckBox" name="checkBoxUseFading2">
<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="checkBoxUseShadow2">
<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="checkBoxUseBlurredShadow2">
<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="groupBoxBackground2">
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="title">
<string>Use Background Image</string>
</property>
<property name="checkable">
<bool>true</bool>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_13">
<item>
<widget class="QLineEdit" name="lineEditBackPath2">
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="buttonBrowseBackground2">
<property name="text">
<string>Browse...</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBoxTextProperties2">
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="title">
<string>Text Properties</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_7">
<item>
<widget class="QToolButton" name="toolButtonTextColor2">
<property name="text">
<string>Color...</string>
</property>
</widget>
</item>
<item>
<widget class="QGraphicsView" name="graphicViewTextColor2">
<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="line2">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButtonTextFont2">
<property name="text">
<string>Font...</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelFont2">
<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>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_16">
<item>
<widget class="QLabel" name="labelTextAlign2">
<property name="text">
<string>Alignment:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxVerticalAling2">
<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>
<widget class="QComboBox" name="comboBoxHorizontalAling2">
<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>
<item>
<spacer name="horizontalSpacer_9">
<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="groupBoxCaptionProperties2">
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="title">
<string>Caption Properties</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
<item>
<layout class="QHBoxLayout" name="horizontalLayout_10">
<item>
<widget class="QToolButton" name="toolButtonCaptionColor2">
<property name="text">
<string>Color...</string>
</property>
</widget>
</item>
<item>
<widget class="QGraphicsView" name="graphicViewCaptionColor2">
<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_3">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButtonCaptionFont2">
<property name="text">
<string>Font...</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelFontCaption2">
<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>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_17">
<item>
<widget class="QLabel" name="labelPosition2">
<property name="text">
<string>Position:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxCaptionPosition2">
<item>
<property name="text">
<string>Above Text</string>
</property>
</item>
<item>
<property name="text">
<string>Below Text</string>
</property>
</item>
</widget>
</item>
<item>
<widget class="QLabel" name="labelCaptionAlign2">
<property name="text">
<string>Alignment:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxCaptionAlign2">
<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>
<item>
<spacer name="horizontalSpacer_6">
<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="QCheckBox" name="checkBoxAbbiviations2">
<property name="text">
<string>Show Bible Version Abbriviation</string>
</property>
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBoxMaxScreen2">
<property name="palette">
<palette>
<active>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
</active>
<inactive>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>85</red>
<green>0</green>
<blue>127</blue>
</color>
</brush>
</colorrole>
</inactive>
<disabled>
<colorrole role="WindowText">
<brush brushstyle="SolidPattern">
<color alpha="255">
<red>120</red>
<green>120</green>
<blue>120</blue>
</color>
</brush>
</colorrole>
</disabled>
</palette>
</property>
<property name="title">
<string>Amount Of Screen To Use</string>
</property>
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout_8">
<item>
<widget class="QLabel" name="labelMaxPercent2">
<property name="text">
<string>Amount of screen to use:</string>
</property>
</widget>
</item>
<item>
<widget class="QSpinBox" name="spinBoxMaxScreen2">
<property name="toolTip">
<string>Percent of screen to be used.</string>
</property>
<property name="suffix">
<string notr="true">%</string>
</property>
<property name="maximum">
<number>100</number>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="labelMaxTopButtom2">
<property name="text">
<string>Position:</string>
</property>
</widget>
</item>
<item>
<widget class="QComboBox" name="comboBoxScreenPosition2">
<property name="toolTip">
<string>Select to use either top portion of the screen or bottom.</string>
</property>
<item>
<property name="text">
<string>Top of Screen</string>
</property>
</item>
<item>
<property name="text">
<string>Bottom of Screen</string>
</property>
</item>
</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>
</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>40</height>
</size>
</property>
</spacer>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QPushButton" name="pushButtonDefault">
<property name="text">
<string>Reset All To Default</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>
<tabstops>
<tabstop>comboBoxPrimaryBible</tabstop>
<tabstop>comboBoxSecondaryBible</tabstop>
<tabstop>comboBoxTrinaryBible</tabstop>
<tabstop>comboBoxOperatorBible</tabstop>
<tabstop>checkBoxUseFading</tabstop>
<tabstop>checkBoxUseShadow</tabstop>
<tabstop>checkBoxUseBlurredShadow</tabstop>
<tabstop>groupBoxBackground</tabstop>
<tabstop>buttonBrowseBackground</tabstop>
<tabstop>lineEditBackPath</tabstop>
<tabstop>toolButtonTextColor</tabstop>
<tabstop>graphicViewTextColor</tabstop>
<tabstop>toolButtonTextFont</tabstop>
<tabstop>comboBoxVerticalAling</tabstop>
<tabstop>comboBoxHorizontalAling</tabstop>
<tabstop>toolButtonCaptionColor</tabstop>
<tabstop>graphicViewCaptionColor</tabstop>
<tabstop>toolButtonCaptionFont</tabstop>
<tabstop>comboBoxCaptionPosition</tabstop>
<tabstop>comboBoxCaptionAlign</tabstop>
<tabstop>checkBoxAbbiviations</tabstop>
<tabstop>spinBoxMaxScreen</tabstop>
<tabstop>comboBoxScreenPosition</tabstop>
<tabstop>groupBoxUseDisp2</tabstop>
<tabstop>comboBoxPrimaryBible2</tabstop>
<tabstop>comboBoxSecondaryBible2</tabstop>
<tabstop>comboBoxTrinaryBible2</tabstop>
<tabstop>checkBoxUseFading2</tabstop>
<tabstop>checkBoxUseShadow2</tabstop>
<tabstop>checkBoxUseBlurredShadow2</tabstop>
<tabstop>groupBoxBackground2</tabstop>
<tabstop>buttonBrowseBackground2</tabstop>
<tabstop>lineEditBackPath2</tabstop>
<tabstop>toolButtonTextColor2</tabstop>
<tabstop>graphicViewTextColor2</tabstop>
<tabstop>toolButtonTextFont2</tabstop>
<tabstop>comboBoxVerticalAling2</tabstop>
<tabstop>comboBoxHorizontalAling2</tabstop>
<tabstop>toolButtonCaptionColor2</tabstop>
<tabstop>graphicViewCaptionColor2</tabstop>
<tabstop>toolButtonCaptionFont2</tabstop>
<tabstop>comboBoxCaptionPosition2</tabstop>
<tabstop>comboBoxCaptionAlign2</tabstop>
<tabstop>checkBoxAbbiviations2</tabstop>
<tabstop>spinBoxMaxScreen2</tabstop>
<tabstop>comboBoxScreenPosition2</tabstop>
<tabstop>pushButtonDefault</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>