Put file editor and Browse and Edit buttons in the same horizontal layout.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17715 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-04-04 12:50:20 +00:00
parent 9ad5bde3c6
commit 1c9ea1546d

View File

@ -5,7 +5,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>467</width> <width>466</width>
<height>347</height> <height>347</height>
</rect> </rect>
</property> </property>
@ -141,25 +141,6 @@
<attribute name="title" > <attribute name="title" >
<string>&amp;Graphics</string> <string>&amp;Graphics</string>
</attribute> </attribute>
<widget class="QLabel" name="filenameL" >
<property name="geometry" >
<rect>
<x>9</x>
<y>9</y>
<width>20</width>
<height>25</height>
</rect>
</property>
<property name="toolTip" >
<string>File name of image</string>
</property>
<property name="text" >
<string>&amp;File:</string>
</property>
<property name="buddy" >
<cstring>filename</cstring>
</property>
</widget>
<widget class="QGroupBox" name="rotationGB" > <widget class="QGroupBox" name="rotationGB" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
@ -232,19 +213,6 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QLineEdit" name="filename" >
<property name="geometry" >
<rect>
<x>35</x>
<y>12</y>
<width>235</width>
<height>18</height>
</rect>
</property>
<property name="toolTip" >
<string>File name of image</string>
</property>
</widget>
<widget class="QGroupBox" name="sizeGB" > <widget class="QGroupBox" name="sizeGB" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
@ -373,40 +341,66 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<widget class="QPushButton" name="browsePB" > <widget class="QWidget" name="" >
<property name="geometry" > <property name="geometry" >
<rect> <rect>
<x>277</x> <x>9</x>
<y>10</y> <y>9</y>
<width>75</width> <width>421</width>
<height>23</height> <height>28</height>
</rect> </rect>
</property> </property>
<property name="toolTip" > <layout class="QHBoxLayout" >
<string>Select an image file</string> <property name="margin" >
</property> <number>0</number>
<property name="text" > </property>
<string>&amp;Browse...</string> <property name="spacing" >
</property> <number>6</number>
</widget> </property>
<widget class="QPushButton" name="editPB" > <item>
<property name="geometry" > <widget class="QLabel" name="filenameL" >
<rect> <property name="toolTip" >
<x>358</x> <string>File name of image</string>
<y>10</y> </property>
<width>75</width> <property name="text" >
<height>23</height> <string>&amp;File:</string>
</rect> </property>
</property> <property name="buddy" >
<property name="text" > <cstring>filename</cstring>
<string>&amp;Edit</string> </property>
</property> </widget>
<property name="autoDefault" > </item>
<bool>false</bool> <item>
</property> <widget class="QLineEdit" name="filename" >
<property name="default" > <property name="toolTip" >
<bool>false</bool> <string>File name of image</string>
</property> </property>
</widget>
</item>
<item>
<widget class="QPushButton" name="browsePB" >
<property name="toolTip" >
<string>Select an image file</string>
</property>
<property name="text" >
<string>&amp;Browse...</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="editPB" >
<property name="text" >
<string>&amp;Edit</string>
</property>
<property name="autoDefault" >
<bool>false</bool>
</property>
<property name="default" >
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget> </widget>
</widget> </widget>
<widget class="QWidget" name="Clipping" > <widget class="QWidget" name="Clipping" >