]> git.lyx.org Git - lyx.git/blob - src/frontends/qt4/ui/EmbeddedFilesUi.ui
Embedding feature patch 3: basic gui support
[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="QComboBox" name="actionCB" >
113        <property name="toolTip" >
114         <string>Actions to perform</string>
115        </property>
116        <property name="currentIndex" >
117         <number>-1</number>
118        </property>
119       </widget>
120      </item>
121      <item>
122       <widget class="QPushButton" name="actionPB" >
123        <property name="toolTip" >
124         <string>Extract this file to disk</string>
125        </property>
126        <property name="text" >
127         <string>Action!</string>
128        </property>
129       </widget>
130      </item>
131     </layout>
132    </item>
133   </layout>
134  </widget>
135  <includes>
136   <include location="local" >qt_helpers.h</include>
137  </includes>
138  <resources/>
139  <connections/>
140 </ui>