diff options
Diffstat (limited to 'kdpkg-install/consoledialog.ui')
-rw-r--r-- | kdpkg-install/consoledialog.ui | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/kdpkg-install/consoledialog.ui b/kdpkg-install/consoledialog.ui new file mode 100644 index 0000000..1d1fa24 --- /dev/null +++ b/kdpkg-install/consoledialog.ui @@ -0,0 +1,72 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>Widget</class> +<widget class="QWidget"> + <property name="name"> + <cstring>Widget</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>546</width> + <height>440</height> + </rect> + </property> + <property name="caption"> + <string>Widget</string> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QFrame" row="0" column="0"> + <property name="name"> + <cstring>borderFrame</cstring> + </property> + <property name="frameShape"> + <enum>GroupBoxPanel</enum> + </property> + <property name="frameShadow"> + <enum>Plain</enum> + </property> + <property name="lineWidth"> + <number>2</number> + </property> + <property name="margin"> + <number>0</number> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QFrame" row="0" column="0"> + <property name="name"> + <cstring>konsoleFrame</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>7</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="frameShape"> + <enum>NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>Raised</enum> + </property> + <property name="lineWidth"> + <number>7</number> + </property> + </widget> + </grid> + </widget> + </grid> +</widget> +<slots> + <slot>button_clicked()</slot> +</slots> +<layoutdefaults spacing="2" margin="2"/> +</UI> |