visual re-org

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@6888 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2003-04-29 21:32:12 +00:00
parent 8406bbecb7
commit 0a94135c65
2 changed files with 396 additions and 386 deletions

View File

@ -1,3 +1,7 @@
2003-04-29 John Levon <levon@movementarian.org>
* ui/QGraphicsDialogBase.ui: re-organise visually
2003-04-27 John Levon <levon@movementarian.org>
* Alert_pimpl.C: handle cancel_button

View File

@ -13,8 +13,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>414</width>
<height>491</height>
<width>392</width>
<height>494</height>
</rect>
</property>
<property stdset="1">
@ -61,7 +61,7 @@
<name>title</name>
<string>&amp;Graphics</string>
</attribute>
<vbox>
<grid>
<property stdset="1">
<name>margin</name>
<number>11</number>
@ -70,7 +70,7 @@
<name>spacing</name>
<number>6</number>
</property>
<widget>
<widget row="0" column="0" rowspan="1" colspan="2" >
<class>QLayoutWidget</class>
<property stdset="1">
<name>name</name>
@ -132,7 +132,206 @@
</widget>
</hbox>
</widget>
<widget>
<spacer row="3" column="1" >
<property>
<name>name</name>
<cstring>Spacer11</cstring>
</property>
<property stdset="1">
<name>orientation</name>
<enum>Vertical</enum>
</property>
<property stdset="1">
<name>sizeType</name>
<enum>Expanding</enum>
</property>
<property>
<name>sizeHint</name>
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget row="1" column="1" >
<class>QGroupBox</class>
<property stdset="1">
<name>name</name>
<cstring>GroupBox11</cstring>
</property>
<property stdset="1">
<name>title</name>
<string>Output</string>
</property>
<vbox>
<property stdset="1">
<name>margin</name>
<number>11</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>sizewidthL_2</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property stdset="1">
<name>text</name>
<string>&amp;Width:</string>
</property>
<property>
<name>buddy</name>
<cstring>width</cstring>
</property>
</widget>
<widget>
<class>QLayoutWidget</class>
<property stdset="1">
<name>name</name>
<cstring>Layout8</cstring>
</property>
<vbox>
<property stdset="1">
<name>margin</name>
<number>0</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget>
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>width</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property>
<name>toolTip</name>
<string>Width of image in output</string>
</property>
</widget>
<widget>
<class>QComboBox</class>
<property stdset="1">
<name>name</name>
<cstring>widthUnit</cstring>
</property>
</widget>
</vbox>
</widget>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>sizeheightL_2</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property stdset="1">
<name>text</name>
<string>&amp;Height:</string>
</property>
<property>
<name>buddy</name>
<cstring>height</cstring>
</property>
</widget>
<widget>
<class>QLayoutWidget</class>
<property stdset="1">
<name>name</name>
<cstring>Layout9</cstring>
</property>
<vbox>
<property stdset="1">
<name>margin</name>
<number>0</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget>
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>height</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property>
<name>toolTip</name>
<string>Height of image in output</string>
</property>
</widget>
<widget>
<class>LengthCombo</class>
<property stdset="1">
<name>name</name>
<cstring>heightUnit</cstring>
</property>
<property stdset="1">
<name>sizePolicy</name>
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>5</vsizetype>
</sizepolicy>
</property>
<property stdset="1">
<name>minimumSize</name>
<size>
<width>0</width>
<height>0</height>
</size>
</property>
<property stdset="1">
<name>focusPolicy</name>
<enum>StrongFocus</enum>
</property>
<property>
<name>toolTip</name>
<string>Units of height value</string>
</property>
</widget>
</vbox>
</widget>
<widget>
<class>QCheckBox</class>
<property stdset="1">
<name>name</name>
<cstring>aspectratio</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property stdset="1">
<name>text</name>
<string>&amp;Maintain aspect ratio</string>
</property>
<property>
<name>toolTip</name>
<string>Maintain aspect ratio with largest dimension</string>
</property>
</widget>
</vbox>
</widget>
<widget row="1" column="0" >
<class>QGroupBox</class>
<property stdset="1">
<name>name</name>
@ -142,7 +341,7 @@
<name>title</name>
<string>LyX Display</string>
</property>
<grid>
<vbox>
<property stdset="1">
<name>margin</name>
<number>11</number>
@ -151,7 +350,7 @@
<name>spacing</name>
<number>6</number>
</property>
<widget row="0" column="0" rowspan="1" colspan="5" >
<widget>
<class>QCheckBox</class>
<property stdset="1">
<name>name</name>
@ -166,7 +365,7 @@
<string>Display image in LyX</string>
</property>
</widget>
<widget row="1" column="0" >
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
@ -185,7 +384,7 @@
<string>Screen display</string>
</property>
</widget>
<widget row="1" column="1" >
<widget>
<class>QComboBox</class>
<item>
<property>
@ -220,7 +419,7 @@
<string>Screen display</string>
</property>
</widget>
<widget row="1" column="2" >
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
@ -239,268 +438,11 @@
<string>Percentage to scale by in LyX</string>
</property>
</widget>
<widget row="1" column="4" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>displayscaleL</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property stdset="1">
<name>focusPolicy</name>
<enum>NoFocus</enum>
</property>
<property stdset="1">
<name>text</name>
<string>%</string>
</property>
</widget>
<widget row="1" column="3" >
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>displayscale</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property stdset="1">
<name>sizePolicy</name>
<sizepolicy>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
</sizepolicy>
</property>
<property>
<name>toolTip</name>
<string>Percentage to scale by in LyX</string>
</property>
</widget>
</grid>
</widget>
<widget>
<class>QGroupBox</class>
<property stdset="1">
<name>name</name>
<cstring>GroupBox11</cstring>
</property>
<property stdset="1">
<name>title</name>
<string>Output</string>
</property>
<vbox>
<property stdset="1">
<name>margin</name>
<number>11</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget>
<class>QLayoutWidget</class>
<property stdset="1">
<name>name</name>
<cstring>Layout7</cstring>
</property>
<grid>
<property stdset="1">
<name>margin</name>
<number>0</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget row="1" column="1" >
<class>QLayoutWidget</class>
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring>
</property>
<hbox>
<property stdset="1">
<name>margin</name>
<number>0</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget>
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>height</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property>
<name>toolTip</name>
<string>Height of image in output</string>
</property>
</widget>
<widget>
<class>LengthCombo</class>
<property stdset="1">
<name>name</name>
<cstring>heightUnit</cstring>
</property>
<property stdset="1">
<name>sizePolicy</name>
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>0</vsizetype>
</sizepolicy>
</property>
<property stdset="1">
<name>minimumSize</name>
<size>
<width>80</width>
<height>22</height>
</size>
</property>
<property stdset="1">
<name>focusPolicy</name>
<enum>StrongFocus</enum>
</property>
<property>
<name>toolTip</name>
<string>Units of height value</string>
</property>
</widget>
</hbox>
</widget>
<widget row="0" column="1" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>sizeheightL_2</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property stdset="1">
<name>text</name>
<string>&amp;Height</string>
</property>
<property>
<name>buddy</name>
<cstring>height</cstring>
</property>
</widget>
<widget row="1" column="0" >
<class>QLayoutWidget</class>
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring>
</property>
<hbox>
<property stdset="1">
<name>margin</name>
<number>0</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget>
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>width</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property>
<name>toolTip</name>
<string>Width of image in output</string>
</property>
</widget>
<widget>
<class>QComboBox</class>
<property stdset="1">
<name>name</name>
<cstring>widthUnit</cstring>
</property>
</widget>
</hbox>
</widget>
<widget row="0" column="0" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>sizewidthL_2</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property stdset="1">
<name>text</name>
<string>&amp;Width</string>
</property>
<property>
<name>buddy</name>
<cstring>width</cstring>
</property>
</widget>
</grid>
</widget>
<widget>
<class>QCheckBox</class>
<property stdset="1">
<name>name</name>
<cstring>aspectratio</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property stdset="1">
<name>text</name>
<string>&amp;Maintain aspect ratio</string>
</property>
<property>
<name>toolTip</name>
<string>Maintain aspect ratio with largest dimension</string>
</property>
</widget>
</vbox>
</widget>
<widget>
<class>QGroupBox</class>
<property stdset="1">
<name>name</name>
<cstring>rotateGB</cstring>
</property>
<property stdset="1">
<name>title</name>
<string>Rotation</string>
</property>
<vbox>
<property stdset="1">
<name>margin</name>
<number>11</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget>
<class>QLayoutWidget</class>
<property stdset="1">
<name>name</name>
<cstring>Layout6</cstring>
<cstring>Layout10</cstring>
</property>
<hbox>
<property stdset="1">
@ -511,78 +453,140 @@
<name>spacing</name>
<number>6</number>
</property>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>angleL_2</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>A&amp;ngle:</string>
</property>
<property>
<name>buddy</name>
<cstring>angle</cstring>
</property>
<property>
<name>toolTip</name>
<string>Angle to rotate image by</string>
</property>
</widget>
<widget>
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>angle</cstring>
<cstring>displayscale</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property stdset="1">
<name>sizePolicy</name>
<sizepolicy>
<hsizetype>3</hsizetype>
<hsizetype>5</hsizetype>
<vsizetype>0</vsizetype>
</sizepolicy>
</property>
<property>
<name>toolTip</name>
<string>Angle to rotate image by</string>
<string>Percentage to scale by in LyX</string>
</property>
</widget>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>originL_2</cstring>
<cstring>displayscaleL</cstring>
</property>
<property stdset="1">
<name>enabled</name>
<bool>true</bool>
</property>
<property stdset="1">
<name>focusPolicy</name>
<enum>NoFocus</enum>
</property>
<property stdset="1">
<name>text</name>
<string>&amp;Origin:</string>
</property>
<property>
<name>buddy</name>
<cstring>origin</cstring>
</property>
<property>
<name>toolTip</name>
<string>The origin of the rotation</string>
</property>
</widget>
<widget>
<class>QComboBox</class>
<property stdset="1">
<name>name</name>
<cstring>origin</cstring>
</property>
<property>
<name>toolTip</name>
<string>The origin of the rotation</string>
<string>%</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
</vbox>
<widget row="2" column="0" rowspan="1" colspan="2" >
<class>QGroupBox</class>
<property stdset="1">
<name>name</name>
<cstring>rotateGB</cstring>
</property>
<property stdset="1">
<name>title</name>
<string>Rotation</string>
</property>
<hbox>
<property stdset="1">
<name>margin</name>
<number>11</number>
</property>
<property stdset="1">
<name>spacing</name>
<number>6</number>
</property>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>angleL_2</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>A&amp;ngle:</string>
</property>
<property>
<name>buddy</name>
<cstring>angle</cstring>
</property>
<property>
<name>toolTip</name>
<string>Angle to rotate image by</string>
</property>
</widget>
<widget>
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>angle</cstring>
</property>
<property stdset="1">
<name>sizePolicy</name>
<sizepolicy>
<hsizetype>3</hsizetype>
<vsizetype>0</vsizetype>
</sizepolicy>
</property>
<property>
<name>toolTip</name>
<string>Angle to rotate image by</string>
</property>
</widget>
<widget>
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>originL_2</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>&amp;Origin:</string>
</property>
<property>
<name>buddy</name>
<cstring>origin</cstring>
</property>
<property>
<name>toolTip</name>
<string>The origin of the rotation</string>
</property>
</widget>
<widget>
<class>QComboBox</class>
<property stdset="1">
<name>name</name>
<cstring>origin</cstring>
</property>
<property>
<name>toolTip</name>
<string>The origin of the rotation</string>
</property>
</widget>
</hbox>
</widget>
</grid>
</widget>
<widget>
<class>QWidget</class>
@ -594,7 +598,7 @@
<name>title</name>
<string>&amp;Clipping</string>
</attribute>
<vbox>
<grid>
<property stdset="1">
<name>margin</name>
<number>11</number>
@ -603,7 +607,7 @@
<name>spacing</name>
<number>6</number>
</property>
<widget>
<widget row="0" column="0" rowspan="1" colspan="2" >
<class>QLayoutWidget</class>
<property stdset="1">
<name>name</name>
@ -662,7 +666,7 @@
</property>
<property stdset="1">
<name>text</name>
<string>&amp;Get from file</string>
<string>&amp;Get from File</string>
</property>
<property>
<name>toolTip</name>
@ -671,7 +675,7 @@
</widget>
</hbox>
</widget>
<widget>
<widget row="1" column="0" >
<class>QFrame</class>
<property stdset="1">
<name>name</name>
@ -705,71 +709,6 @@
<name>spacing</name>
<number>6</number>
</property>
<widget row="0" column="3" rowspan="1" colspan="3" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>rtL</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Right &amp;top:</string>
</property>
<property>
<name>buddy</name>
<cstring>rtX</cstring>
</property>
</widget>
<widget row="2" column="3" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>yL_2</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>y</string>
</property>
</widget>
<widget row="2" column="4" >
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>rtY</cstring>
</property>
</widget>
<widget row="2" column="5" >
<class>QComboBox</class>
<property stdset="1">
<name>name</name>
<cstring>rtYunit</cstring>
</property>
</widget>
<widget row="1" column="3" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>xL_2</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>x</string>
</property>
</widget>
<widget row="1" column="4" >
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>rtX</cstring>
</property>
</widget>
<widget row="1" column="5" >
<class>QComboBox</class>
<property stdset="1">
<name>name</name>
<cstring>rtXunit</cstring>
</property>
</widget>
<widget row="1" column="2" >
<class>QComboBox</class>
<property stdset="1">
@ -839,9 +778,74 @@
<cstring>lbX</cstring>
</property>
</widget>
<widget row="5" column="2" >
<class>QComboBox</class>
<property stdset="1">
<name>name</name>
<cstring>rtYunit</cstring>
</property>
</widget>
<widget row="4" column="2" >
<class>QComboBox</class>
<property stdset="1">
<name>name</name>
<cstring>rtXunit</cstring>
</property>
</widget>
<widget row="4" column="1" >
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>rtX</cstring>
</property>
</widget>
<widget row="4" column="0" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>xL_2</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>x</string>
</property>
</widget>
<widget row="3" column="0" rowspan="1" colspan="3" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>rtL</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>Right &amp;top:</string>
</property>
<property>
<name>buddy</name>
<cstring>rtX</cstring>
</property>
</widget>
<widget row="5" column="0" >
<class>QLabel</class>
<property stdset="1">
<name>name</name>
<cstring>yL_2</cstring>
</property>
<property stdset="1">
<name>text</name>
<string>y</string>
</property>
</widget>
<widget row="5" column="1" >
<class>QLineEdit</class>
<property stdset="1">
<name>name</name>
<cstring>rtY</cstring>
</property>
</widget>
</grid>
</widget>
<spacer>
<spacer row="2" column="0" >
<property>
<name>name</name>
<cstring>Spacer48_2</cstring>
@ -862,7 +866,7 @@
</size>
</property>
</spacer>
</vbox>
</grid>
</widget>
<widget>
<class>QWidget</class>
@ -1124,7 +1128,7 @@
</property>
<property stdset="1">
<name>sizeType</name>
<enum>Expanding</enum>
<enum>MinimumExpanding</enum>
</property>
<property>
<name>sizeHint</name>
@ -1423,10 +1427,14 @@
<tabstop>showCB</tabstop>
<tabstop>displayscale</tabstop>
<tabstop>width</tabstop>
<tabstop>widthUnit</tabstop>
<tabstop>height</tabstop>
<tabstop>heightUnit</tabstop>
<tabstop>aspectratio</tabstop>
<tabstop>angle</tabstop>
<tabstop>origin</tabstop>
<tabstop>clip</tabstop>
<tabstop>getPB</tabstop>
<tabstop>lbX</tabstop>
<tabstop>lbXunit</tabstop>
<tabstop>lbY</tabstop>
@ -1435,7 +1443,6 @@
<tabstop>rtXunit</tabstop>
<tabstop>rtY</tabstop>
<tabstop>rtYunit</tabstop>
<tabstop>getPB</tabstop>
<tabstop>subfigure</tabstop>
<tabstop>subcaption</tabstop>
<tabstop>latexoptions</tabstop>
@ -1445,6 +1452,5 @@
<tabstop>okPB</tabstop>
<tabstop>applyPB</tabstop>
<tabstop>closePB</tabstop>
<tabstop>clip</tabstop>
</tabstops>
</UI>