]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/EmbeddedFilesUi.ui
Embedding: bring embedding dialog back to shape
[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>199</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>Save file in bundled format</string>
29      </property>
30     </widget>
31    </item>
32    <item>
33     <widget class="QLabel" name="label" >
34      <property name="text" >
35       <string>Embedding status</string>
36      </property>
37     </widget>
38    </item>
39    <item>
40     <widget class="QListWidget" name="filesLW" >
41      <property name="toolTip" >
42       <string>List of embedded files</string>
43      </property>
44      <property name="selectionMode" >
45       <enum>QAbstractItemView::ExtendedSelection</enum>
46      </property>
47      <property name="currentRow" >
48       <number>-1</number>
49      </property>
50     </widget>
51    </item>
52    <item>
53     <widget class="QLabel" name="pathLBL" >
54      <property name="text" >
55       <string>External FIle Name:</string>
56      </property>
57     </widget>
58    </item>
59    <item>
60     <widget class="QLineEdit" name="fullpathLE" />
61    </item>
62    <item>
63     <layout class="QHBoxLayout" >
64      <property name="margin" >
65       <number>0</number>
66      </property>
67      <property name="spacing" >
68       <number>6</number>
69      </property>
70      <item>
71       <widget class="QToolButton" name="selectPB" >
72        <property name="toolTip" >
73         <string>Embed selected files</string>
74        </property>
75        <property name="text" >
76         <string>...</string>
77        </property>
78        <property name="icon" >
79         <iconset>../../../../lib/images/tabular-feature_set-all-lines.png</iconset>
80        </property>
81        <property name="iconSize" >
82         <size>
83          <width>20</width>
84          <height>20</height>
85         </size>
86        </property>
87       </widget>
88      </item>
89      <item>
90       <widget class="QToolButton" name="unselectPB" >
91        <property name="toolTip" >
92         <string>Do not embed selected files</string>
93        </property>
94        <property name="text" >
95         <string>...</string>
96        </property>
97        <property name="icon" >
98         <iconset>../../../../lib/images/tabular-feature_set-all-lines.png</iconset>
99        </property>
100        <property name="iconSize" >
101         <size>
102          <width>20</width>
103          <height>20</height>
104         </size>
105        </property>
106       </widget>
107      </item>
108      <item>
109       <widget class="QToolButton" name="addPB" >
110        <property name="toolTip" >
111         <string>Add embedded file</string>
112        </property>
113        <property name="text" >
114         <string>...</string>
115        </property>
116        <property name="icon" >
117         <iconset>../../../../lib/images/file-open.png</iconset>
118        </property>
119        <property name="iconSize" >
120         <size>
121          <width>20</width>
122          <height>20</height>
123         </size>
124        </property>
125       </widget>
126      </item>
127      <item>
128       <widget class="QToolButton" name="extractPB" >
129        <property name="toolTip" >
130         <string>Extract selected file, without changing embedding status.</string>
131        </property>
132        <property name="text" >
133         <string>...</string>
134        </property>
135        <property name="icon" >
136         <iconset>../../../../lib/images/depth-increment.png</iconset>
137        </property>
138        <property name="iconSize" >
139         <size>
140          <width>20</width>
141          <height>20</height>
142         </size>
143        </property>
144       </widget>
145      </item>
146      <item>
147       <widget class="QToolButton" name="updatePB" >
148        <property name="toolTip" >
149         <string>Update selected file with external files</string>
150        </property>
151        <property name="text" >
152         <string>...</string>
153        </property>
154        <property name="icon" >
155         <iconset>../../../../lib/images/depth-decrement.png</iconset>
156        </property>
157        <property name="iconSize" >
158         <size>
159          <width>20</width>
160          <height>20</height>
161         </size>
162        </property>
163       </widget>
164      </item>
165     </layout>
166    </item>
167   </layout>
168  </widget>
169  <includes>
170   <include location="local" >qt_helpers.h</include>
171  </includes>
172  <resources/>
173  <connections/>
174 </ui>