source: trunk/tools/designer/src/lib/shared/newactiondialog.ui@ 944

Last change on this file since 944 was 846, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

File size: 8.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <comment>*********************************************************************
4**
5** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
6** All rights reserved.
7** Contact: Nokia Corporation ([email protected])
8**
9** This file is part of the Qt Designer of the Qt Toolkit.
10**
11** $QT_BEGIN_LICENSE:LGPL$
12** Commercial Usage
13** Licensees holding valid Qt Commercial licenses may use this file in
14** accordance with the Qt Commercial License Agreement provided with the
15** Software or, alternatively, in accordance with the terms contained in
16** a written agreement between you and Nokia.
17**
18** GNU Lesser General Public License Usage
19** Alternatively, this file may be used under the terms of the GNU Lesser
20** General Public License version 2.1 as published by the Free Software
21** Foundation and appearing in the file LICENSE.LGPL included in the
22** packaging of this file. Please review the following information to
23** ensure the GNU Lesser General Public License version 2.1 requirements
24** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
25**
26** In addition, as a special exception, Nokia gives you certain additional
27** rights. These rights are described in the Nokia Qt LGPL Exception
28** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
29**
30** GNU General Public License Usage
31** Alternatively, this file may be used under the terms of the GNU
32** General Public License version 3.0 as published by the Free Software
33** Foundation and appearing in the file LICENSE.GPL included in the
34** packaging of this file. Please review the following information to
35** ensure the GNU General Public License version 3.0 requirements will be
36** met: http://www.gnu.org/copyleft/gpl.html.
37**
38** If you have questions regarding the use of this file, please contact
39** Nokia at [email protected].
40** $QT_END_LICENSE$
41**
42*********************************************************************</comment>
43 <class>qdesigner_internal::NewActionDialog</class>
44 <widget class="QDialog" name="qdesigner_internal::NewActionDialog">
45 <property name="windowTitle">
46 <string>New Action...</string>
47 </property>
48 <layout class="QVBoxLayout" name="verticalLayout">
49 <item>
50 <layout class="QFormLayout" name="formLayout">
51 <item row="0" column="0">
52 <widget class="QLabel" name="textLabel">
53 <property name="text">
54 <string>&amp;Text:</string>
55 </property>
56 <property name="buddy">
57 <cstring>editActionText</cstring>
58 </property>
59 </widget>
60 </item>
61 <item row="0" column="1">
62 <widget class="QLineEdit" name="editActionText">
63 <property name="minimumSize">
64 <size>
65 <width>255</width>
66 <height>0</height>
67 </size>
68 </property>
69 </widget>
70 </item>
71 <item row="1" column="0">
72 <widget class="QLabel" name="objectNameLabel">
73 <property name="text">
74 <string>Object &amp;name:</string>
75 </property>
76 <property name="buddy">
77 <cstring>editObjectName</cstring>
78 </property>
79 </widget>
80 </item>
81 <item row="1" column="1">
82 <widget class="QLineEdit" name="editObjectName"/>
83 </item>
84 <item row="3" column="0">
85 <widget class="QLabel" name="iconLabel">
86 <property name="text">
87 <string>&amp;Icon:</string>
88 </property>
89 <property name="buddy">
90 <cstring>iconSelector</cstring>
91 </property>
92 </widget>
93 </item>
94 <item row="3" column="1">
95 <layout class="QHBoxLayout" name="horizontalLayout">
96 <item>
97 <widget class="qdesigner_internal::IconSelector" name="iconSelector" native="true"/>
98 </item>
99 <item>
100 <spacer>
101 <property name="orientation">
102 <enum>Qt::Horizontal</enum>
103 </property>
104 <property name="sizeHint" stdset="0">
105 <size>
106 <width>40</width>
107 <height>20</height>
108 </size>
109 </property>
110 </spacer>
111 </item>
112 </layout>
113 </item>
114 <item row="5" column="0">
115 <widget class="QLabel" name="shortcutLabel">
116 <property name="text">
117 <string>Shortcut:</string>
118 </property>
119 </widget>
120 </item>
121 <item row="4" column="1">
122 <widget class="QCheckBox" name="checkableCheckBox">
123 <property name="text">
124 <string/>
125 </property>
126 </widget>
127 </item>
128 <item row="4" column="0">
129 <widget class="QLabel" name="checkableLabel">
130 <property name="text">
131 <string>Checkable:</string>
132 </property>
133 </widget>
134 </item>
135 <item row="2" column="0">