diff options
Diffstat (limited to 'kgpg/adduid.ui')
-rw-r--r-- | kgpg/adduid.ui | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/kgpg/adduid.ui b/kgpg/adduid.ui new file mode 100644 index 0000000..b7e5b1b --- /dev/null +++ b/kgpg/adduid.ui @@ -0,0 +1,64 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>AddUid</class> +<widget class="QWidget"> + <property name="name"> + <cstring>AddUid</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>357</width> + <height>170</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <property name="margin"> + <number>0</number> + </property> + <widget class="KLineEdit" row="1" column="0"> + <property name="name"> + <cstring>kLineEdit1</cstring> + </property> + </widget> + <widget class="KLineEdit" row="3" column="0"> + <property name="name"> + <cstring>kLineEdit2</cstring> + </property> + </widget> + <widget class="KLineEdit" row="5" column="0"> + <property name="name"> + <cstring>kLineEdit3</cstring> + </property> + </widget> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel1</cstring> + </property> + <property name="text"> + <string>Name (minimum 5 characters):</string> + </property> + </widget> + <widget class="QLabel" row="2" column="0"> + <property name="name"> + <cstring>textLabel2</cstring> + </property> + <property name="text"> + <string>Email:</string> + </property> + </widget> + <widget class="QLabel" row="4" column="0"> + <property name="name"> + <cstring>textLabel3</cstring> + </property> + <property name="text"> + <string>Comment (optional):</string> + </property> + </widget> + </grid> +</widget> +<layoutdefaults spacing="6" margin="11"/> +</UI> |