diff options
Diffstat (limited to 'lib/kotext/timedateformatwidget.ui')
| -rw-r--r-- | lib/kotext/timedateformatwidget.ui | 218 |
1 files changed, 218 insertions, 0 deletions
diff --git a/lib/kotext/timedateformatwidget.ui b/lib/kotext/timedateformatwidget.ui new file mode 100644 index 000000000..928817472 --- /dev/null +++ b/lib/kotext/timedateformatwidget.ui @@ -0,0 +1,218 @@ +<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<class>TimeDateFormatWidgetPrototype</class> +<widget class="QWidget"> + <property name="name"> + <cstring>TimeDateFormatWidgetPrototype</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>262</width> + <height>176</height> + </rect> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="minimumSize"> + <size> + <width>0</width> + <height>0</height> + </size> + </property> + <property name="baseSize"> + <size> + <width>260</width> + <height>130</height> + </size> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout7</cstring> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QComboBox"> + <property name="name"> + <cstring>combo1</cstring> + </property> + </widget> + <widget class="QCheckBox"> + <property name="name"> + <cstring>CheckBox1</cstring> + </property> + <property name="text"> + <string>C&ustom</string> + </property> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout5</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>TextLabel1</cstring> + </property> + <property name="text"> + <string>&Insert:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>combo2</cstring> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer4</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>50</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="QComboBox"> + <property name="name"> + <cstring>combo2</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>0</hsizetype> + <vsizetype>0</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="currentItem"> + <number>0</number> + </property> + </widget> + </hbox> + </widget> + <widget class="QLayoutWidget"> + <property name="name"> + <cstring>layout4</cstring> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>label_correction</cstring> + </property> + <property name="text"> + <string>TextLabel1:</string> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>spacer5</cstring> + </property> + <property name="orientation"> + <enum>Horizontal</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>50</width> + <height>20</height> + </size> + </property> + </spacer> + <widget class="KIntNumInput"> + <property name="name"> + <cstring>KIntNumInput1</cstring> + </property> + </widget> + </hbox> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>label</cstring> + </property> + <property name="text"> + <string></string> + </property> + <property name="textFormat"> + <enum>PlainText</enum> + </property> + <property name="indent"> + <number>5</number> + </property> + </widget> + <spacer> + <property name="name"> + <cstring>Spacer2</cstring> + </property> + <property name="orientation"> + <enum>Vertical</enum> + </property> + <property name="sizeType"> + <enum>Expanding</enum> + </property> + <property name="sizeHint"> + <size> + <width>20</width> + <height>10</height> + </size> + </property> + </spacer> + </vbox> + </widget> + </grid> +</widget> +<connections> + <connection> + <sender>combo1</sender> + <signal>textChanged(const QString&)</signal> + <receiver>TimeDateFormatWidgetPrototype</receiver> + <slot>updateLabel()</slot> + </connection> + <connection> + <sender>combo2</sender> + <signal>activated(int)</signal> + <receiver>TimeDateFormatWidgetPrototype</receiver> + <slot>comboActivated()</slot> + </connection> +</connections> +<tabstops> + <tabstop>combo1</tabstop> +</tabstops> +<includes> + <include location="local" impldecl="in implementation">timedateformatwidget.ui.h</include> +</includes> +<slots> + <slot>comboActivated()</slot> + <slot>updateLabel()</slot> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> +</includehints> +</UI> |
