diff options
Diffstat (limited to 'kviewshell/plugins/djvu/pageRangeWidget_base.ui')
-rw-r--r-- | kviewshell/plugins/djvu/pageRangeWidget_base.ui | 75 |
1 files changed, 75 insertions, 0 deletions
diff --git a/kviewshell/plugins/djvu/pageRangeWidget_base.ui b/kviewshell/plugins/djvu/pageRangeWidget_base.ui new file mode 100644 index 00000000..29784c3a --- /dev/null +++ b/kviewshell/plugins/djvu/pageRangeWidget_base.ui @@ -0,0 +1,75 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>PageRangeWidget_base</class> +<widget class="QWidget"> + <property name="name"> + <cstring>PageRangeWidget_base</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>641</width> + <height>49</height> + </rect> + </property> + <property name="caption"> + <string>fromToWidget_base</string> + </property> + <hbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>4</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>From page:</string> + </property> + </widget> + <widget class="KIntNumInput"> + <property name="name"> + <cstring>from</cstring> + </property> + </widget> + <widget class="QLabel"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>4</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>To page:</string> + </property> + </widget> + <widget class="KIntNumInput"> + <property name="name"> + <cstring>to</cstring> + </property> + </widget> + </hbox> +</widget> +<customwidgets> +</customwidgets> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> + <includehint>knuminput.h</includehint> +</includehints> +</UI> |