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,15 +341,44 @@
</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>
<layout class="QHBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="filenameL" >
<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>
</item>
<item>
<widget class="QLineEdit" name="filename" >
<property name="toolTip" >
<string>File name of image</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="browsePB" >
<property name="toolTip" > <property name="toolTip" >
<string>Select an image file</string> <string>Select an image file</string>
</property> </property>
@ -389,15 +386,9 @@
<string>&amp;Browse...</string> <string>&amp;Browse...</string>
</property> </property>
</widget> </widget>
</item>
<item>
<widget class="QPushButton" name="editPB" > <widget class="QPushButton" name="editPB" >
<property name="geometry" >
<rect>
<x>358</x>
<y>10</y>
<width>75</width>
<height>23</height>
</rect>
</property>
<property name="text" > <property name="text" >
<string>&amp;Edit</string> <string>&amp;Edit</string>
</property> </property>
@ -408,6 +399,9 @@
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</item>
</layout>
</widget>
</widget> </widget>
<widget class="QWidget" name="Clipping" > <widget class="QWidget" name="Clipping" >
<attribute name="title" > <attribute name="title" >