]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/EmbeddedFilesUi.ui
Embedding dialog: use two buttons (will have more) for the actions
[lyx.git] / src / frontends / qt4 / ui / EmbeddedFilesUi.ui
1 <ui version="4.0" >
2  <class>GuiEmbeddedFilesUi</class>
3  <widget class="QWidget" name="GuiEmbeddedFilesUi" >
4   <property name="windowModality" >
5    <enum>Qt::NonModal</enum>
6   </property>
7   <property name="geometry" >
8    <rect>
9     <x>0</x>
10     <y>0</y>
11     <width>100</width>
12     <height>390</height>
13    </rect>
14   </property>
15   <property name="windowTitle" >
16    <string/>
17   </property>
18   <layout class="QVBoxLayout" >
19    <property name="margin" >
20     <number>9</number>
21    </property>
22    <property name="spacing" >
23     <number>6</number>
24    </property>
25    <item>
26     <widget class="QCheckBox" name="enableCB" >
27      <property name="text" >
28       <string>Enable embedding</string>
29      </property>
30     </widget>
31    </item>
32    <item>
33     <widget class="QListWidget" name="filesLW" >
34      <property name="toolTip" >
35       <string>List of embedded files</string>
36      </property>
37      <property name="selectionMode" >
38       <enum>QAbstractItemView::ExtendedSelection</enum>
39      </property>
40      <property name="currentRow" >
41       <number>-1</number>
42      </property>
43     </widget>
44    </item>
45    <item>
46     <widget class="QLabel" name="pathLBL" >
47      <property name="text" >
48       <string>External FIle Name:</string>
49      </property>
50     </widget>
51    </item>
52    <item>
53     <widget class="QLineEdit" name="fullpathLE" />
54    </item>
55    <item>
56     <widget class="QGroupBox" name="statusGB" >
57      <property name="title" >
58       <string>Status</string>
59      </property>
60      <layout class="QVBoxLayout" >
61       <property name="margin" >
62        <number>9</number>
63       </property>
64       <property name="spacing" >
65        <number>6</number>
66       </property>
67       <item>
68        <widget class="QRadioButton" name="autoRB" >
69         <property name="toolTip" >
70          <string>Automatic inclusion</string>
71         </property>
72         <property name="text" >
73          <string>Automatic</string>
74         </property>
75         <property name="autoExclusive" >
76          <bool>false</bool>
77         </property>
78        </widget>
79       </item>
80       <item>
81        <widget class="QRadioButton" name="embeddedRB" >
82         <property name="text" >
83          <string>Embedded</string>
84         </property>
85         <property name="autoExclusive" >
86          <bool>false</bool>
87         </property>
88        </widget>
89       </item>
90       <item>
91        <widget class="QRadioButton" name="externalRB" >
92         <property name="text" >
93          <string>External</string>
94         </property>
95         <property name="autoExclusive" >
96          <bool>false</bool>
97         </property>
98        </widget>
99       </item>
100      </layout>
101     </widget>
102    </item>
103    <item>
104     <layout class="QHBoxLayout" >
105      <property name="margin" >
106       <number>0</number>
107      </property>
108      <property name="spacing" >
109       <number>6</number>
110      </property>
111      <item>
112       <widget class="QToolButton" name="addPB" >
113        <property name="toolTip" >
114         <string>Add embedded file</string>
115        </property>
116        <property name="text" >
117         <string>...</string>
118        </property>
119        <property name="icon" >
120         <iconset>../../../../lib/images/file-open.png</iconset>
121        </property>
122        <property name="iconSize" >
123         <size>
124          <width>20</width>
125          <height>20</height>
126         </size>
127        </property>
128       </widget>
129      </item>
130      <item>
131       <widget class="QToolButton" name="extractPB" >
132        <property name="toolTip" >
133         <string>Extract selected file.</string>
134        </property>
135        <property name="text" >
136         <string>...</string>
137        </property>
138        <property name="icon" >
139         <iconset>../../../../lib/images/depth-increment.png</iconset>
140        </property>
141        <property name="iconSize" >
142         <size>
143          <width>20</width>
144          <height>20</height>
145         </size>
146        </property>
147       </widget>
148      </item>
149     </layout>
150    </item>
151   </layout>
152  </widget>
153  <includes>
154   <include location="local" >qt_helpers.h</include>
155  </includes>
156  <resources/>
157  <connections/>
158 </ui>