]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/EmbeddedFilesUi.ui
Embedding: remove AUTO feature, remove STATUS from embedding dialog
[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>145</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     <layout class="QHBoxLayout" >
57      <property name="margin" >
58       <number>0</number>
59      </property>
60      <property name="spacing" >
61       <number>6</number>
62      </property>
63      <item>
64       <widget class="QToolButton" name="addPB" >
65        <property name="toolTip" >
66         <string>Add embedded file</string>
67        </property>
68        <property name="text" >
69         <string>...</string>
70        </property>
71        <property name="icon" >
72         <iconset>../../../../lib/images/file-open.png</iconset>
73        </property>
74        <property name="iconSize" >
75         <size>
76          <width>20</width>
77          <height>20</height>
78         </size>
79        </property>
80       </widget>
81      </item>
82      <item>
83       <widget class="QToolButton" name="extractPB" >
84        <property name="toolTip" >
85         <string>Extract selected file.</string>
86        </property>
87        <property name="text" >
88         <string>...</string>
89        </property>
90        <property name="icon" >
91         <iconset>../../../../lib/images/depth-increment.png</iconset>
92        </property>
93        <property name="iconSize" >
94         <size>
95          <width>20</width>
96          <height>20</height>
97         </size>
98        </property>
99       </widget>
100      </item>
101      <item>
102       <widget class="QToolButton" name="updatePB" >
103        <property name="toolTip" >
104         <string>Update selected file with external files</string>
105        </property>
106        <property name="text" >
107         <string>...</string>
108        </property>
109        <property name="icon" >
110         <iconset>../../../../lib/images/copy.png</iconset>
111        </property>
112        <property name="iconSize" >
113         <size>
114          <width>20</width>
115          <height>20</height>
116         </size>
117        </property>
118       </widget>
119      </item>
120     </layout>
121    </item>
122   </layout>
123  </widget>
124  <includes>
125   <include location="local" >qt_helpers.h</include>
126  </includes>
127  <resources/>
128  <connections/>
129 </ui>