summaryrefslogtreecommitdiff
path: root/src/webappcreation.ui
diff options
context:
space:
mode:
authorGiuseppe CalĂ  <gcala@gmail.com>2012-07-26 10:13:49 +0200
committerAndrea Diamantini <adjam7@gmail.com>2012-07-26 10:13:49 +0200
commit829308b887d3e85cc9c0628f2c3432b23c328410 (patch)
treea786a43e745939d172a5d3fd0d00c35abbe6968e /src/webappcreation.ui
parentSVN_SILENT made messages (.desktop file) (diff)
downloadrekonq-829308b887d3e85cc9c0628f2c3432b23c328410.tar.xz
Let user customize shortcut name & description.
PS: Grazie per il lavoro, Giuseppe ;) CCMAIL: gcala@gmail.com REVIEW: 105708 REVIEWED-BY: adjam
Diffstat (limited to 'src/webappcreation.ui')
-rw-r--r--src/webappcreation.ui39
1 files changed, 20 insertions, 19 deletions
diff --git a/src/webappcreation.ui b/src/webappcreation.ui
index 2fc242b0..1e688290 100644
--- a/src/webappcreation.ui
+++ b/src/webappcreation.ui
@@ -7,35 +7,36 @@
<x>0</x>
<y>0</y>
<width>461</width>
- <height>196</height>
+ <height>143</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <widget class="QLabel" name="iconLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QLabel" name="label_2">
<property name="text">
- <string>ICON</string>
+ <string>Name:</string>
</property>
</widget>
</item>
- <item>
- <widget class="QLabel" name="titleLabel">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
+ <item row="0" column="1">
+ <widget class="QLineEdit" name="nameLineEdit"/>
+ </item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="label_3">
+ <property name="text">
+ <string>Description:</string>
</property>
+ </widget>
+ </item>
+ <item row="1" column="1">
+ <widget class="QLineEdit" name="descriptionLineEdit">
<property name="text">
- <string>TITLE</string>
+ <string/>
+ </property>
+ <property name="placeholderText">
+ <string>(optional)</string>
</property>
</widget>
</item>