diff options
Diffstat (limited to 'kwordquiz/src/dlgrcbase.ui')
-rw-r--r-- | kwordquiz/src/dlgrcbase.ui | 182 |
1 files changed, 182 insertions, 0 deletions
diff --git a/kwordquiz/src/dlgrcbase.ui b/kwordquiz/src/dlgrcbase.ui new file mode 100644 index 00000000..1ee9a6f4 --- /dev/null +++ b/kwordquiz/src/dlgrcbase.ui @@ -0,0 +1,182 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>DlgRCBase</class> +<widget class="QWidget"> + <property name="name"> + <cstring>DlgRCBase</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>200</width> + <height>156</height> + </rect> + </property> + <property name="minimumSize"> + <size> + <width>200</width> + <height>150</height> + </size> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QLayoutWidget" row="0" column="0"> + <property name="name"> + <cstring>layout4</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KRestrictedLine" row="1" column="0"> + <property name="name"> + <cstring>txtNumRows</cstring> + </property> + <property name="frameShape"> + <enum>LineEditPanel</enum> + </property> + <property name="maxLength"> + <number>5</number> + </property> + <property name="alignment"> + <set>AlignAuto</set> + </property> + <property name="validChars"> + <string>0123456789</string> + </property> + <property name="toolTip" stdset="0"> + <string>Number of rows</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter the number of rows the vocabulary should have</string> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>lblNumRows</cstring> + </property> + <property name="text"> + <string>&Number of rows:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>txtNumRows</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Number of rows</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter the number of rows the vocabulary should have</string> + </property> + </widget> + </grid> + </widget> + <widget class="QLayoutWidget" row="1" column="0"> + <property name="name"> + <cstring>layout5</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="KRestrictedLine" row="1" column="0"> + <property name="name"> + <cstring>txtRowHeight</cstring> + </property> + <property name="frameShape"> + <enum>LineEditPanel</enum> + </property> + <property name="maxLength"> + <number>4</number> + </property> + <property name="validChars"> + <string>0123456789</string> + </property> + <property name="toolTip" stdset="0"> + <string>Height of selected row</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter the height (in pixels) for the selected row(s)</string> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>lblRowHeight</cstring> + </property> + <property name="text"> + <string>&Row height:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>txtRowHeight</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Height of selected row</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter the height (in pixels) for the selected row(s)</string> + </property> + </widget> + </grid> + </widget> + <widget class="QLayoutWidget" row="2" column="0"> + <property name="name"> + <cstring>layout3</cstring> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>lblColWidth</cstring> + </property> + <property name="text"> + <string>Column &width:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>txtColWidth</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>Width of selected column</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter the width (in pixels) for the selected column(s)</string> + </property> + </widget> + <widget class="KRestrictedLine" row="1" column="0"> + <property name="name"> + <cstring>txtColWidth</cstring> + </property> + <property name="frameShape"> + <enum>LineEditPanel</enum> + </property> + <property name="maxLength"> + <number>4</number> + </property> + <property name="validChars"> + <string>0123456789</string> + </property> + <property name="toolTip" stdset="0"> + <string>Width of selected column</string> + </property> + <property name="whatsThis" stdset="0"> + <string>Enter the width (in pixels) for the selected column(s)</string> + </property> + </widget> + </grid> + </widget> + </grid> +</widget> +<customwidgets> +</customwidgets> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>krestrictedline.h</includehint> + <includehint>krestrictedline.h</includehint> + <includehint>krestrictedline.h</includehint> +</includehints> +</UI> |