Embedding: add embedCB checkboxes to IncludeUi and ExternalUi

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22411 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Bo Peng 2008-01-07 06:46:32 +00:00
parent c9a7e8c416
commit a63ec64642
2 changed files with 19 additions and 19 deletions

View File

@ -65,20 +65,11 @@
</widget> </widget>
</item> </item>
<item row="1" column="0" colspan="2" > <item row="1" column="0" colspan="2" >
<spacer> <widget class="QCheckBox" name="embedCB" >
<property name="orientation" > <property name="text" >
<enum>Qt::Horizontal</enum> <string>E&amp;mbed</string>
</property> </property>
<property name="sizeType" > </widget>
<enum>QSizePolicy::Expanding</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
</item> </item>
<item row="1" column="2" > <item row="1" column="2" >
<widget class="QPushButton" name="editPB" > <widget class="QPushButton" name="editPB" >
@ -731,6 +722,7 @@
<tabstop>tab</tabstop> <tabstop>tab</tabstop>
<tabstop>fileED</tabstop> <tabstop>fileED</tabstop>
<tabstop>browsePB</tabstop> <tabstop>browsePB</tabstop>
<tabstop>embedCB</tabstop>
<tabstop>editPB</tabstop> <tabstop>editPB</tabstop>
<tabstop>externalCO</tabstop> <tabstop>externalCO</tabstop>
<tabstop>externalTB</tabstop> <tabstop>externalTB</tabstop>

View File

@ -22,7 +22,7 @@
<property name="spacing" > <property name="spacing" >
<number>6</number> <number>6</number>
</property> </property>
<item row="3" column="0" colspan="5" > <item row="3" column="0" colspan="6" >
<widget class="QGroupBox" name="listingsGB" > <widget class="QGroupBox" name="listingsGB" >
<property name="sizePolicy" > <property name="sizePolicy" >
<sizepolicy> <sizepolicy>
@ -161,7 +161,7 @@
</layout> </layout>
</widget> </widget>
</item> </item>
<item row="2" column="0" colspan="5" > <item row="2" column="0" colspan="6" >
<layout class="QHBoxLayout" > <layout class="QHBoxLayout" >
<property name="margin" > <property name="margin" >
<number>0</number> <number>0</number>
@ -207,7 +207,7 @@
</item> </item>
</layout> </layout>
</item> </item>
<item row="4" column="0" colspan="5" > <item row="4" column="0" colspan="6" >
<layout class="QHBoxLayout" > <layout class="QHBoxLayout" >
<property name="margin" > <property name="margin" >
<number>0</number> <number>0</number>
@ -263,7 +263,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1" colspan="3" > <item row="0" column="1" colspan="4" >
<widget class="QLineEdit" name="filenameED" > <widget class="QLineEdit" name="filenameED" >
<property name="toolTip" > <property name="toolTip" >
<string>File name to include</string> <string>File name to include</string>
@ -320,7 +320,14 @@
</property> </property>
</spacer> </spacer>
</item> </item>
<item row="0" column="4" > <item row="1" column="4" >
<widget class="QCheckBox" name="embedCB" >
<property name="text" >
<string>E&amp;mbed</string>
</property>
</widget>
</item>
<item row="0" column="5" >
<widget class="QPushButton" name="browsePB" > <widget class="QPushButton" name="browsePB" >
<property name="toolTip" > <property name="toolTip" >
<string>Select a file</string> <string>Select a file</string>
@ -330,7 +337,7 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="1" column="4" > <item row="1" column="5" >
<widget class="QPushButton" name="editPB" > <widget class="QPushButton" name="editPB" >
<property name="toolTip" > <property name="toolTip" >
<string>Edit the file</string> <string>Edit the file</string>
@ -346,6 +353,7 @@
<tabstop>filenameED</tabstop> <tabstop>filenameED</tabstop>
<tabstop>browsePB</tabstop> <tabstop>browsePB</tabstop>
<tabstop>typeCO</tabstop> <tabstop>typeCO</tabstop>
<tabstop>embedCB</tabstop>
<tabstop>editPB</tabstop> <tabstop>editPB</tabstop>
<tabstop>visiblespaceCB</tabstop> <tabstop>visiblespaceCB</tabstop>
<tabstop>previewCB</tabstop> <tabstop>previewCB</tabstop>