diff options
Diffstat (limited to 'kcm_gtk/mozillaprofile.ui')
-rw-r--r-- | kcm_gtk/mozillaprofile.ui | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/kcm_gtk/mozillaprofile.ui b/kcm_gtk/mozillaprofile.ui new file mode 100644 index 0000000..0c56821 --- /dev/null +++ b/kcm_gtk/mozillaprofile.ui @@ -0,0 +1,74 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>MozillaProfileWidget</class> +<widget class="QWidget"> + <property name="name"> + <cstring>MozillaProfileWidget</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>309</width> + <height>293</height> + </rect> + </property> + <property name="caption"> + <string>Form2</string> + </property> + <vbox> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="QLabel"> + <property name="name"> + <cstring>label</cstring> + </property> + <property name="sizePolicy"> + <sizepolicy> + <hsizetype>5</hsizetype> + <vsizetype>5</vsizetype> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="text"> + <string>Please select the profiles that you want to fix:</string> + </property> + </widget> + <widget class="KListView"> + <column> + <property name="text"> + <string>Profile</string> + </property> + <property name="clickable"> + <bool>true</bool> + </property> + <property name="resizable"> + <bool>true</bool> + </property> + </column> + <property name="name"> + <cstring>profilesList</cstring> + </property> + <property name="selectionMode" stdset="0"> + <enum>Multi</enum> + </property> + <property name="rootIsDecorated"> + <bool>false</bool> + </property> + <property name="fullWidth"> + <bool>true</bool> + </property> + </widget> + </vbox> +</widget> +<customwidgets> +</customwidgets> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>klistview.h</includehint> +</includehints> +</UI> |