diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e9ae80694875f869892f13f4fcaf1170a00dea41 (patch) | |
tree | aa2f8d8a217e2d376224c8d46b7397b68d35de2d /quanta/project/subprojecteditdlgs.ui | |
download | tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.tar.gz tdewebdev-e9ae80694875f869892f13f4fcaf1170a00dea41.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdewebdev@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'quanta/project/subprojecteditdlgs.ui')
-rw-r--r-- | quanta/project/subprojecteditdlgs.ui | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/quanta/project/subprojecteditdlgs.ui b/quanta/project/subprojecteditdlgs.ui new file mode 100644 index 00000000..422bf2b8 --- /dev/null +++ b/quanta/project/subprojecteditdlgs.ui @@ -0,0 +1,73 @@ +<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<class>SubprojectEditDlgS</class> +<widget class="QWidget"> + <property name="name"> + <cstring>SubprojectEditDlgS</cstring> + </property> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>403</width> + <height>111</height> + </rect> + </property> + <grid> + <property name="name"> + <cstring>unnamed</cstring> + </property> + <widget class="QLabel" row="0" column="0"> + <property name="name"> + <cstring>textLabel9</cstring> + </property> + <property name="text"> + <string>&Name:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>nameEdit</cstring> + </property> + </widget> + <widget class="KLineEdit" row="1" column="1"> + <property name="name"> + <cstring>locationEdit</cstring> + </property> + <property name="toolTip" stdset="0"> + <string>The relative path of the subproject folder inside the project.</string> + </property> + </widget> + <widget class="KLineEdit" row="0" column="1"> + <property name="name"> + <cstring>nameEdit</cstring> + </property> + </widget> + <widget class="QLabel" row="1" column="0"> + <property name="name"> + <cstring>textLabel10</cstring> + </property> + <property name="text"> + <string>&Location:</string> + </property> + <property name="buddy" stdset="0"> + <cstring>locationEdit</cstring> + </property> + </widget> + <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="2"> + <property name="name"> + <cstring>createNew</cstring> + </property> + <property name="text"> + <string>&Create new subproject</string> + </property> + <property name="toolTip" stdset="0"> + <string>Check this if you want to create a new subproject with the above entered data.</string> + </property> + </widget> + </grid> +</widget> +<tabstops> + <tabstop>nameEdit</tabstop> + <tabstop>locationEdit</tabstop> + <tabstop>createNew</tabstop> +</tabstops> +<layoutdefaults spacing="6" margin="11"/> +</UI> |