27 <item row="0" column="1"> |
27 <item row="0" column="1"> |
28 <widget class="QLineEdit" name="titleEdit"> |
28 <widget class="QLineEdit" name="titleEdit"> |
29 <property name="toolTip"> |
29 <property name="toolTip"> |
30 <string>Enter the menu entry title</string> |
30 <string>Enter the menu entry title</string> |
31 </property> |
31 </property> |
|
32 <property name="clearButtonEnabled"> |
|
33 <bool>true</bool> |
|
34 </property> |
32 </widget> |
35 </widget> |
33 </item> |
36 </item> |
34 <item row="1" column="0"> |
37 <item row="1" column="0"> |
35 <widget class="QLabel" name="label_2"> |
38 <widget class="QLabel" name="label_2"> |
36 <property name="text"> |
39 <property name="text"> |
41 <item row="1" column="1"> |
44 <item row="1" column="1"> |
42 <widget class="QLineEdit" name="stringEdit"> |
45 <widget class="QLineEdit" name="stringEdit"> |
43 <property name="toolTip"> |
46 <property name="toolTip"> |
44 <string>Enter the enclosing string or string format expression</string> |
47 <string>Enter the enclosing string or string format expression</string> |
45 </property> |
48 </property> |
|
49 <property name="clearButtonEnabled"> |
|
50 <bool>true</bool> |
|
51 </property> |
46 </widget> |
52 </widget> |
47 </item> |
53 </item> |
48 <item row="2" column="0" colspan="2"> |
54 <item row="2" column="0" colspan="2"> |
49 <widget class="QLabel" name="label_3"> |
55 <widget class="QLabel" name="label_3"> |
50 <property name="text"> |
56 <property name="text"> |
51 <string><b>Note</b>: '%s' or '{0}' is replace by the selected text</string> |
57 <string><b>Note</b>: '%s', '{0}' or '{}' is replace by the selected text</string> |
52 </property> |
58 </property> |
53 </widget> |
59 </widget> |
54 </item> |
60 </item> |
55 <item row="3" column="0" colspan="2"> |
61 <item row="3" column="0" colspan="2"> |
56 <widget class="QDialogButtonBox" name="buttonBox"> |
62 <widget class="QDialogButtonBox" name="buttonBox"> |