diff options
Diffstat (limited to 'src/settings/settings_appearance.ui')
| -rw-r--r-- | src/settings/settings_appearance.ui | 284 | 
1 files changed, 284 insertions, 0 deletions
| diff --git a/src/settings/settings_appearance.ui b/src/settings/settings_appearance.ui new file mode 100644 index 00000000..b0232089 --- /dev/null +++ b/src/settings/settings_appearance.ui @@ -0,0 +1,284 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>appearance</class> + <widget class="QWidget" name="appearance"> +  <property name="geometry"> +   <rect> +    <x>0</x> +    <y>0</y> +    <width>570</width> +    <height>562</height> +   </rect> +  </property> +  <property name="windowTitle"> +   <string>Appearance</string> +  </property> +  <layout class="QVBoxLayout" name="verticalLayout"> +   <item> +    <widget class="QGroupBox" name="groupBox"> +     <property name="title"> +      <string>Fonts</string> +     </property> +     <layout class="QVBoxLayout" name="verticalLayout_2"> +      <item> +       <layout class="QGridLayout" name="gridLayout"> +        <item row="0" 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="minimumSize"> +           <size> +            <width>150</width> +            <height>0</height> +           </size> +          </property> +          <property name="text"> +           <string>Standard font:</string> +          </property> +          <property name="alignment"> +           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> +          </property> +         </widget> +        </item> +        <item row="1" column="0"> +         <widget class="QLabel" name="label_2"> +          <property name="sizePolicy"> +           <sizepolicy hsizetype="Maximum" vsizetype="Preferred"> +            <horstretch>0</horstretch> +            <verstretch>0</verstretch> +           </sizepolicy> +          </property> +          <property name="minimumSize"> +           <size> +            <width>150</width> +            <height>0</height> +           </size> +          </property> +          <property name="text"> +           <string>Fixed font:</string> +          </property> +          <property name="alignment"> +           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> +          </property> +         </widget> +        </item> +        <item row="2" column="0"> +         <widget class="QLabel" name="label_3"> +          <property name="text"> +           <string>Serif font:</string> +          </property> +          <property name="alignment"> +           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> +          </property> +         </widget> +        </item> +        <item row="0" column="1"> +         <widget class="KFontComboBox" name="standardFontChooser"/> +        </item> +        <item row="3" column="0"> +         <widget class="QLabel" name="label_6"> +          <property name="text"> +           <string>Sans Serif font:</string> +          </property> +          <property name="alignment"> +           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> +          </property> +         </widget> +        </item> +        <item row="1" column="1"> +         <widget class="KFontComboBox" name="fixedFontChooser"/> +        </item> +        <item row="2" column="1"> +         <widget class="KFontComboBox" name="serifFontChooser"/> +        </item> +        <item row="3" column="1"> +         <widget class="KFontComboBox" name="sansSerifFontChooser"/> +        </item> +        <item row="4" column="0"> +         <widget class="QLabel" name="label_7"> +          <property name="text"> +           <string>Cursive font:</string> +          </property> +          <property name="alignment"> +           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> +          </property> +         </widget> +        </item> +        <item row="4" column="1"> +         <widget class="KFontComboBox" name="cursiveFontChooser"/> +        </item> +        <item row="5" column="0"> +         <widget class="QLabel" name="label_8"> +          <property name="text"> +           <string>Fantasy font:</string> +          </property> +          <property name="alignment"> +           <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> +          </property> +         </widget> +        </item> +        <item row="5" column="1"> +         <widget class="KFontComboBox" name="fantasyFontChooser"/> +        </item> +       </layout> +      </item> +     </layout> +    </widget> +   </item> +   <item> +    <widget class="QGroupBox" name="groupBox_2"> +     <property name="title"> +      <string>Font size</string> +     </property> +     <layout class="QGridLayout" name="gridLayout_2"> +      <item row="0" column="0"> +       <widget class="QLabel" name="label_9"> +        <property name="sizePolicy"> +         <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> +          <horstretch>0</horstretch> +          <verstretch>0</verstretch> +         </sizepolicy> +        </property> +        <property name="minimumSize"> +         <size> +          <width>150</width> +          <height>0</height> +         </size> +        </property> +        <property name="text"> +         <string>Default font size:</string> +        </property> +        <property name="alignment"> +         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> +        </property> +       </widget> +      </item> +      <item row="0" column="1"> +       <widget class="KIntNumInput" name="kcfg_defaultFontSize"/> +      </item> +      <item row="1" column="0"> +       <widget class="QLabel" name="label_4"> +        <property name="sizePolicy"> +         <sizepolicy hsizetype="Preferred" vsizetype="Preferred"> +          <horstretch>0</horstretch> +          <verstretch>0</verstretch> +         </sizepolicy> +        </property> +        <property name="minimumSize"> +         <size> +          <width>150</width> +          <height>0</height> +         </size> +        </property> +        <property name="text"> +         <string>Minimal font size:</string> +        </property> +        <property name="alignment"> +         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> +        </property> +       </widget> +      </item> +      <item row="1" column="1"> +       <widget class="KIntNumInput" name="kcfg_minFontSize"/> +      </item> +     </layout> +    </widget> +   </item> +   <item> +    <widget class="QGroupBox" name="groupBox_4"> +     <property name="title"> +      <string>Character Encoding</string> +     </property> +     <layout class="QHBoxLayout" name="horizontalLayout_2"> +      <item> +       <widget class="QLabel" name="label_10"> +        <property name="text"> +         <string>Default character encoding:</string> +        </property> +       </widget> +      </item> +      <item> +       <widget class="KComboBox" name="encodingCombo"/> +      </item> +     </layout> +    </widget> +   </item> +   <item> +    <widget class="QGroupBox" name="groupBox_3"> +     <property name="title"> +      <string>Custom Style Sheet</string> +     </property> +     <layout class="QFormLayout" name="formLayout_3"> +      <property name="fieldGrowthPolicy"> +       <enum>QFormLayout::ExpandingFieldsGrow</enum> +      </property> +      <item row="0" column="0"> +       <widget class="QLabel" name="label_5"> +        <property name="minimumSize"> +         <size> +          <width>150</width> +          <height>0</height> +         </size> +        </property> +        <property name="text"> +         <string>Path to custom CSS file:</string> +        </property> +        <property name="alignment"> +         <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> +        </property> +       </widget> +      </item> +      <item row="0" column="1"> +       <widget class="KUrlRequester" name="kcfg_userCSS"> +        <property name="filter"> +         <string>*.css</string> +        </property> +       </widget> +      </item> +     </layout> +    </widget> +   </item> +   <item> +    <spacer name="verticalSpacer_3"> +     <property name="orientation"> +      <enum>Qt::Vertical</enum> +     </property> +     <property name="sizeHint" stdset="0"> +      <size> +       <width>20</width> +       <height>149</height> +      </size> +     </property> +    </spacer> +   </item> +  </layout> + </widget> + <customwidgets> +  <customwidget> +   <class>KFontComboBox</class> +   <extends>KComboBox</extends> +   <header>kfontcombobox.h</header> +  </customwidget> +  <customwidget> +   <class>KComboBox</class> +   <extends>QComboBox</extends> +   <header>kcombobox.h</header> +  </customwidget> +  <customwidget> +   <class>KUrlRequester</class> +   <extends>QFrame</extends> +   <header>kurlrequester.h</header> +  </customwidget> +  <customwidget> +   <class>KIntNumInput</class> +   <extends>QWidget</extends> +   <header>knuminput.h</header> +  </customwidget> + </customwidgets> + <resources/> + <connections/> +</ui> | 
