diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 4aed2c8219774f5d797760606b8489a92ddc5163 (patch) | |
tree | 3f8c130f7d269626bf6a9447407ef6c35954426a /kcontrol/css/csscustom.ui | |
download | tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.tar.gz tdebase-4aed2c8219774f5d797760606b8489a92ddc5163.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kcontrol/css/csscustom.ui')
-rw-r--r-- | kcontrol/css/csscustom.ui | 554 |
1 files changed, 554 insertions, 0 deletions
diff --git a/kcontrol/css/csscustom.ui b/kcontrol/css/csscustom.ui new file mode 100644 index 000000000..b19e08baf --- /dev/null +++ b/kcontrol/css/csscustom.ui @@ -0,0 +1,554 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>CSSCustomDialog</class> +<widget class="QWidget"> + <property name="name"> + <cstring>CSSCustomDialog</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>584</width> + <height>456</height> + </rect> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Stylesheets</b><p>See http://www.w3.org/Style/CSS for further information on cascading style sheets.</p></string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QGroupBox" row="0" column="1"> + <property name="name"> + <cstring>GroupBox3</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>3</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="title"> + <string>Font Size</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QComboBox" row="0" column="1"> + <item> + <property name="text"> + <string>7</string> + </property> + </item> + <item> + <property name="text"> + <string>8</string> + </property> + </item> + <item> + <property name="text"> + <string>9</string> + </property> + </item> + <item> + <property name="text"> + <string>10</string> + </property> + </item> + <item> + <property name="text"> + <string>11</string> + </property> + </item> + <item> + <property name="text"> + <string>12</string> + </property> + </item> + <item> + <property name="text"> + <string>14</string> + </property> + </item> + <item> + <property name="text"> + <string>16</string> + </property> + </item> + <item> + <property name="text"> + <string>20</string> + </property> + </item> + <item> + <property name="text"> + <string>24</string> + </property> + </item> + <item> + <property name="text"> + <string>32</string> + </property> + </item> + <item> + <property name="text"> + <string>48</string> + </property> + </item> + <item> + <property name="text"> + <string>64</string> + </property> + </item> + <property name="name"> + <cstring>basefontsize</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>1</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="editable"> + <bool>true</bool> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>txtFontsize</cstring> + </property> + <property name="text"> + <string>Base font si&ze:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>basefontsize</cstring> + </property> + </widget> + <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>dontScale</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>&Use same size for all elements</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Use same size for all elements</b><p>Select this option to override custom font sizes in favor of the base font size. All fonts will be displayed in the same size.</p></string> + </property> + </widget> + </grid> + </widget> + <widget class="QGroupBox" row="2" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>GroupBox3_2</cstring> + </property> + <property name="title"> + <string>Images</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Images</b><p></string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QCheckBox" row="0" column="0"> + <property name="name"> + <cstring>hideImages</cstring> + </property> + <property name="text"> + <string>&Suppress images</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Suppress images</b><p>Selecting this will prevent Konqueror from loading images.</p></string> + </property> + </widget> + <widget class="QCheckBox" row="1" column="0"> + <property name="name"> + <cstring>hideBackground</cstring> + </property> + <property name="text"> + <string>Suppress background images</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Suppress background images</b><p>Selecting this option will prevent Konqueror from loading background images.</p></string> + </property> + </widget> + </grid> + </widget> + <widget class="QGroupBox" row="0" column="0"> + <property name="name"> + <cstring>GroupBox7</cstring> + </property> + <property name="title"> + <string>Font Family</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Font family</b><p>A font family is a group of fonts that resemble one another, with family members that are e.g. bold, italic, or any number of the above.</p></string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>txtBaseFontFamily</cstring> + </property> + <property name="text"> + <string>Base fa&mily:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>fontFamily</cstring> + </property> + </widget> + <widget class="QComboBox" row="0" column="1"> + <property name="name"> + <cstring>fontFamily</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>3</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="whatsThis" stdset="0"> + <string><p>This is the currently selected font family</p></string> + </property> + </widget> + <spacer row="0" column="2"> + <property name="name"> + <cstring>Spacer7</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>0</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="3"> + <property name="name"> + <cstring>sameFamily</cstring> + </property> + <property name="text"> + <string>Use same family for all text</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Use same family for all text</b><p>Select this option to override custom fonts everywhere in favor of the base font.</p></string> + </property> + </widget> + </grid> + </widget> + <spacer row="4" column="1"> + <property name="name"> + <cstring>Spacer5_2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>0</height> + </size> + </property> + </spacer> + <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>Layout1</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="QPushButton"> + <property name="name"> + <cstring>preview</cstring> + </property> + <property name="text"> + <string>&Preview</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Preview</b><p>Click on this button to see what your selections look like in action.</p></string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>Spacer1_4</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>0</width> + <height>20</height> + </size> + </property> + </spacer> + </hbox> + </widget> + <widget class="QButtonGroup" row="1" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>ButtonGroup2</cstring> + </property> + <property name="title"> + <string>Colors</string> + </property> + <property name="exclusive"> + <bool>false</bool> + </property> + <property name="radioButtonExclusive"> + <bool>true</bool> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QRadioButton"> + <property name="name"> + <cstring>blackOnWhite</cstring> + </property> + <property name="text"> + <string>&Black on white</string> + </property> + <property name="checked"> + <bool>true</bool> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Black on White</b><p>This is what you normally see.</p></string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>whiteOnBlack</cstring> + </property> + <property name="text"> + <string>&White on black</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>White on Black</b><p>This is your classic inverse color scheme.</p></string> + </property> + </widget> + <widget class="QRadioButton"> + <property name="name"> + <cstring>customColor</cstring> + </property> + <property name="text"> + <string>Cus&tom</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Custom</b><p>Select this option to define a custom color for the default font.</p></string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>Layout2</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <property name="spacing"> + <number>6</number> + </property> + <widget class="KColorButton" row="1" column="2"> + <property name="name"> + <cstring>foregroundColor</cstring> + </property> + <property name="text"> + <string></string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Foreground color</b><p>The foreground color is the color that the text is drawn in.</p></string> + </property> + </widget> + <spacer row="1" column="3"> + <property name="name"> + <cstring>Spacer9</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>0</width> + <height>20</height> + </size> + </property> + </spacer> + <spacer row="0" column="0"> + <property name="name"> + <cstring>Spacer1</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>21</width> + <height>20</height> + </size> + </property> + </spacer> + <spacer row="1" column="0"> + <property name="name"> + <cstring>Spacer1_2</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Fixed</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>20</height> + </size> + </property> + </spacer> + <spacer row="0" column="3"> + <property name="name"> + <cstring>Spacer8</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>0</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QLabel" row="1" column="1"> + <property name="name"> + <cstring>txtForeground</cstring> + </property> + <property name="text"> + <string>&Foreground:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>foregroundColor</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Foreground color</b><p>The foreground color is the color that the text is drawn in.</p></string> + </property> + </widget> + <widget class="KColorButton" row="0" column="2"> + <property name="name"> + <cstring>backgroundColor</cstring> + </property> + <property name="text"> + <string></string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Background</b><p>Behind this door lays the ability to choose a custom default background.</p></string> + </property> + </widget> + <widget class="QLabel" row="0" column="1"> + <property name="name"> + <cstring>txtBackground</cstring> + </property> + <property name="text"> + <string>Bac&kground:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>backgroundColor</cstring> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Background</b><p>This background color is the one displayed behind the text by default. A background image will override this.</p></string> + </property> + </widget> + </grid> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>sameColor</cstring> + </property> + <property name="text"> + <string>Use same color for all text</string> + </property> + <property name="whatsThis" stdset="0"> + <string><b>Use same color for all text</b><p>Select this option to apply your chosen color to the default font as well as any custom fonts as specified in a stylesheet.</p></string> + </property> + </widget> + </vbox> + </widget> + </grid> +</widget> +<customwidgets> +</customwidgets> +<tabstops> + <tabstop>fontFamily</tabstop> + <tabstop>sameFamily</tabstop> + <tabstop>basefontsize</tabstop> + <tabstop>dontScale</tabstop> + <tabstop>blackOnWhite</tabstop> + <tabstop>backgroundColor</tabstop> + <tabstop>foregroundColor</tabstop> + <tabstop>sameColor</tabstop> + <tabstop>hideImages</tabstop> + <tabstop>hideBackground</tabstop> + <tabstop>preview</tabstop> +</tabstops> +<includes> + <include location="global" impldecl="in declaration">kcolorbutton.h</include> + <include location="global" impldecl="in implementation">kdialog.h</include> +</includes> +<layoutdefaults spacing="6" margin="11"/> +<layoutfunctions spacing="KDialog::spacingHint" margin="KDialog::marginHint"/> +<includehints> + <includehint>kcolorbutton.h</includehint> + <includehint>kcolorbutton.h</includehint> +</includehints> +</UI> |