mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
fix preferences dialog layout
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9725 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d996147dbb
commit
542c82edbe
@ -1,3 +1,7 @@
|
|||||||
|
2005-03-18 Georg Baum <Georg.Baum@post.rwth-aachen.de>
|
||||||
|
|
||||||
|
* ui/QPrefLatexModule.ui: fix layout
|
||||||
|
|
||||||
2005-02-18 Michael Schmitt <michael.schmitt@teststep.org>
|
2005-02-18 Michael Schmitt <michael.schmitt@teststep.org>
|
||||||
|
|
||||||
* ui/QRefDialogBase.ui: substitute "reference" by "label"
|
* ui/QRefDialogBase.ui: substitute "reference" by "label"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>371</width>
|
<width>433</width>
|
||||||
<height>350</height>
|
<height>350</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@ -21,340 +21,341 @@
|
|||||||
<name>caption</name>
|
<name>caption</name>
|
||||||
<string>LaTeX settings</string>
|
<string>LaTeX settings</string>
|
||||||
</property>
|
</property>
|
||||||
<widget>
|
<vbox>
|
||||||
<class>QLayoutWidget</class>
|
|
||||||
<property stdset="1">
|
<property stdset="1">
|
||||||
<name>name</name>
|
<name>margin</name>
|
||||||
<cstring>Layout3</cstring>
|
<number>11</number>
|
||||||
</property>
|
</property>
|
||||||
<property stdset="1">
|
<property stdset="1">
|
||||||
<name>geometry</name>
|
<name>spacing</name>
|
||||||
<rect>
|
<number>6</number>
|
||||||
<x>10</x>
|
|
||||||
<y>10</y>
|
|
||||||
<width>348</width>
|
|
||||||
<height>315</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
</property>
|
||||||
<grid>
|
<widget>
|
||||||
|
<class>QLayoutWidget</class>
|
||||||
<property stdset="1">
|
<property stdset="1">
|
||||||
<name>margin</name>
|
<name>name</name>
|
||||||
<number>0</number>
|
<cstring>Layout3</cstring>
|
||||||
</property>
|
</property>
|
||||||
<property stdset="1">
|
<grid>
|
||||||
<name>spacing</name>
|
<property stdset="1">
|
||||||
<number>6</number>
|
<name>margin</name>
|
||||||
</property>
|
<number>0</number>
|
||||||
<spacer row="3" column="0" >
|
|
||||||
<property>
|
|
||||||
<name>name</name>
|
|
||||||
<cstring>Spacer3</cstring>
|
|
||||||
</property>
|
</property>
|
||||||
<property stdset="1">
|
<property stdset="1">
|
||||||
<name>orientation</name>
|
<name>spacing</name>
|
||||||
<enum>Vertical</enum>
|
<number>6</number>
|
||||||
</property>
|
</property>
|
||||||
<property stdset="1">
|
<spacer row="3" column="0" >
|
||||||
<name>sizeType</name>
|
<property>
|
||||||
<enum>Expanding</enum>
|
<name>name</name>
|
||||||
</property>
|
<cstring>Spacer3</cstring>
|
||||||
<property>
|
|
||||||
<name>sizeHint</name>
|
|
||||||
<size>
|
|
||||||
<width>20</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
<widget row="1" column="0" >
|
|
||||||
<class>QCheckBox</class>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>name</name>
|
|
||||||
<cstring>latexAutoresetCB</cstring>
|
|
||||||
</property>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>text</name>
|
|
||||||
<string>&Reset class options when document class changes</string>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>toolTip</name>
|
|
||||||
<string>Set class options to default on class change</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget row="2" column="0" >
|
|
||||||
<class>QGroupBox</class>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>name</name>
|
|
||||||
<cstring>GroupBox3</cstring>
|
|
||||||
</property>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>title</name>
|
|
||||||
<string>External Applications</string>
|
|
||||||
</property>
|
|
||||||
<grid>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>margin</name>
|
|
||||||
<number>11</number>
|
|
||||||
</property>
|
</property>
|
||||||
<property stdset="1">
|
<property stdset="1">
|
||||||
<name>spacing</name>
|
<name>orientation</name>
|
||||||
<number>6</number>
|
<enum>Vertical</enum>
|
||||||
</property>
|
|
||||||
<widget row="0" column="1" >
|
|
||||||
<class>QLineEdit</class>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>name</name>
|
|
||||||
<cstring>latexChecktexED</cstring>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>toolTip</name>
|
|
||||||
<string>CheckTeX start options and flags</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget row="0" column="0" >
|
|
||||||
<class>QLabel</class>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>name</name>
|
|
||||||
<cstring>latexChecktexLA</cstring>
|
|
||||||
</property>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>text</name>
|
|
||||||
<string>Chec&kTeX command:</string>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>buddy</name>
|
|
||||||
<cstring>latexChecktexED</cstring>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget row="1" column="1" >
|
|
||||||
<class>QLineEdit</class>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>name</name>
|
|
||||||
<cstring>latexBibtexED</cstring>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>toolTip</name>
|
|
||||||
<string>BibTeX command and options</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget row="1" column="0" >
|
|
||||||
<class>QLabel</class>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>name</name>
|
|
||||||
<cstring>latexBibtexLA</cstring>
|
|
||||||
</property>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>text</name>
|
|
||||||
<string>&BibTeX command:</string>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>buddy</name>
|
|
||||||
<cstring>latexChecktexED</cstring>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget row="2" column="1" >
|
|
||||||
<class>QLineEdit</class>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>name</name>
|
|
||||||
<cstring>latexIndexED</cstring>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>toolTip</name>
|
|
||||||
<string>Index command and options (makeindex, xindy)</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget row="2" column="0" >
|
|
||||||
<class>QLabel</class>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>name</name>
|
|
||||||
<cstring>latexIndexLA</cstring>
|
|
||||||
</property>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>text</name>
|
|
||||||
<string>Index command:</string>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>buddy</name>
|
|
||||||
<cstring>latexDviPaperED</cstring>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget row="3" column="0" >
|
|
||||||
<class>QLabel</class>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>name</name>
|
|
||||||
<cstring>latexDviPaperLA</cstring>
|
|
||||||
</property>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>text</name>
|
|
||||||
<string>DVI viewer paper size options:</string>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>buddy</name>
|
|
||||||
<cstring>latexDviPaperED</cstring>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget row="3" column="1" >
|
|
||||||
<class>QLineEdit</class>
|
|
||||||
<property stdset="1">
|
|
||||||
<name>name</name>
|
|
||||||
<cstring>latexDviPaperED</cstring>
|
|
||||||
</property>
|
|
||||||
<property>
|
|
||||||
<name>toolTip</name>
|
|
||||||
<string>Optional paper size flag (-paper) for some DVI viewers</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</grid>
|
|
||||||
</widget>
|
|
||||||
<widget row="0" column="0" >
|
|
||||||
<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>
|
||||||
<property stdset="1">
|
<property stdset="1">
|
||||||
<name>spacing</name>
|
<name>sizeType</name>
|
||||||
<number>6</number>
|
<enum>Expanding</enum>
|
||||||
</property>
|
</property>
|
||||||
<widget>
|
<property>
|
||||||
<class>QLayoutWidget</class>
|
<name>sizeHint</name>
|
||||||
|
<size>
|
||||||
|
<width>20</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
<widget row="1" column="0" >
|
||||||
|
<class>QCheckBox</class>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>name</name>
|
||||||
|
<cstring>latexAutoresetCB</cstring>
|
||||||
|
</property>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>text</name>
|
||||||
|
<string>&Reset class options when document class changes</string>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>toolTip</name>
|
||||||
|
<string>Set class options to default on class change</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget row="2" column="0" >
|
||||||
|
<class>QGroupBox</class>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>name</name>
|
||||||
|
<cstring>GroupBox3</cstring>
|
||||||
|
</property>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>title</name>
|
||||||
|
<string>External Applications</string>
|
||||||
|
</property>
|
||||||
|
<grid>
|
||||||
<property stdset="1">
|
<property stdset="1">
|
||||||
<name>name</name>
|
<name>margin</name>
|
||||||
<cstring>Layout3</cstring>
|
<number>11</number>
|
||||||
</property>
|
</property>
|
||||||
<grid>
|
<property stdset="1">
|
||||||
|
<name>spacing</name>
|
||||||
|
<number>6</number>
|
||||||
|
</property>
|
||||||
|
<widget row="0" column="1" >
|
||||||
|
<class>QLineEdit</class>
|
||||||
<property stdset="1">
|
<property stdset="1">
|
||||||
<name>margin</name>
|
<name>name</name>
|
||||||
<number>0</number>
|
<cstring>latexChecktexED</cstring>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>toolTip</name>
|
||||||
|
<string>CheckTeX start options and flags</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget row="0" column="0" >
|
||||||
|
<class>QLabel</class>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>name</name>
|
||||||
|
<cstring>latexChecktexLA</cstring>
|
||||||
</property>
|
</property>
|
||||||
<property stdset="1">
|
<property stdset="1">
|
||||||
<name>spacing</name>
|
<name>text</name>
|
||||||
<number>6</number>
|
<string>Chec&kTeX command:</string>
|
||||||
</property>
|
</property>
|
||||||
<widget row="1" column="1" >
|
<property>
|
||||||
<class>QComboBox</class>
|
<name>buddy</name>
|
||||||
<item>
|
<cstring>latexChecktexED</cstring>
|
||||||
<property>
|
</property>
|
||||||
<name>text</name>
|
</widget>
|
||||||
<string>Default</string>
|
<widget row="1" column="1" >
|
||||||
</property>
|
<class>QLineEdit</class>
|
||||||
</item>
|
<property stdset="1">
|
||||||
<item>
|
<name>name</name>
|
||||||
<property>
|
<cstring>latexBibtexED</cstring>
|
||||||
<name>text</name>
|
</property>
|
||||||
<string>US Letter</string>
|
<property>
|
||||||
</property>
|
<name>toolTip</name>
|
||||||
</item>
|
<string>BibTeX command and options</string>
|
||||||
<item>
|
</property>
|
||||||
<property>
|
</widget>
|
||||||
<name>text</name>
|
<widget row="1" column="0" >
|
||||||
<string>Legal</string>
|
<class>QLabel</class>
|
||||||
</property>
|
<property stdset="1">
|
||||||
</item>
|
<name>name</name>
|
||||||
<item>
|
<cstring>latexBibtexLA</cstring>
|
||||||
<property>
|
</property>
|
||||||
<name>text</name>
|
<property stdset="1">
|
||||||
<string>Executive</string>
|
<name>text</name>
|
||||||
</property>
|
<string>&BibTeX command:</string>
|
||||||
</item>
|
</property>
|
||||||
<item>
|
<property>
|
||||||
<property>
|
<name>buddy</name>
|
||||||
<name>text</name>
|
<cstring>latexChecktexED</cstring>
|
||||||
<string>A3</string>
|
</property>
|
||||||
</property>
|
</widget>
|
||||||
</item>
|
<widget row="2" column="1" >
|
||||||
<item>
|
<class>QLineEdit</class>
|
||||||
<property>
|
<property stdset="1">
|
||||||
<name>text</name>
|
<name>name</name>
|
||||||
<string>A4</string>
|
<cstring>latexIndexED</cstring>
|
||||||
</property>
|
</property>
|
||||||
</item>
|
<property>
|
||||||
<item>
|
<name>toolTip</name>
|
||||||
<property>
|
<string>Index command and options (makeindex, xindy)</string>
|
||||||
<name>text</name>
|
</property>
|
||||||
<string>A5</string>
|
</widget>
|
||||||
</property>
|
<widget row="2" column="0" >
|
||||||
</item>
|
<class>QLabel</class>
|
||||||
<item>
|
<property stdset="1">
|
||||||
<property>
|
<name>name</name>
|
||||||
<name>text</name>
|
<cstring>latexIndexLA</cstring>
|
||||||
<string>B5</string>
|
</property>
|
||||||
</property>
|
<property stdset="1">
|
||||||
</item>
|
<name>text</name>
|
||||||
<property stdset="1">
|
<string>Index command:</string>
|
||||||
<name>name</name>
|
</property>
|
||||||
<cstring>latexPaperSizeCO</cstring>
|
<property>
|
||||||
</property>
|
<name>buddy</name>
|
||||||
</widget>
|
<cstring>latexDviPaperED</cstring>
|
||||||
<widget row="0" column="1" >
|
</property>
|
||||||
<class>QLineEdit</class>
|
</widget>
|
||||||
<property stdset="1">
|
<widget row="3" column="0" >
|
||||||
<name>name</name>
|
<class>QLabel</class>
|
||||||
<cstring>latexEncodingED</cstring>
|
<property stdset="1">
|
||||||
</property>
|
<name>name</name>
|
||||||
</widget>
|
<cstring>latexDviPaperLA</cstring>
|
||||||
<widget row="0" column="0" >
|
</property>
|
||||||
<class>QLabel</class>
|
<property stdset="1">
|
||||||
<property stdset="1">
|
<name>text</name>
|
||||||
<name>name</name>
|
<string>DVI viewer paper size options:</string>
|
||||||
<cstring>latexEncodingLA</cstring>
|
</property>
|
||||||
</property>
|
<property>
|
||||||
<property stdset="1">
|
<name>buddy</name>
|
||||||
<name>text</name>
|
<cstring>latexDviPaperED</cstring>
|
||||||
<string>Te&X encoding:</string>
|
</property>
|
||||||
</property>
|
</widget>
|
||||||
<property>
|
<widget row="3" column="1" >
|
||||||
<name>buddy</name>
|
<class>QLineEdit</class>
|
||||||
<cstring>latexEncodingED</cstring>
|
<property stdset="1">
|
||||||
</property>
|
<name>name</name>
|
||||||
</widget>
|
<cstring>latexDviPaperED</cstring>
|
||||||
<widget row="1" column="0" >
|
</property>
|
||||||
<class>QLabel</class>
|
<property>
|
||||||
<property stdset="1">
|
<name>toolTip</name>
|
||||||
<name>name</name>
|
<string>Optional paper size flag (-paper) for some DVI viewers</string>
|
||||||
<cstring>latexPaperSizeLA</cstring>
|
</property>
|
||||||
</property>
|
</widget>
|
||||||
<property stdset="1">
|
</grid>
|
||||||
<name>text</name>
|
</widget>
|
||||||
<string>Default paper si&ze:</string>
|
<widget row="0" column="0" >
|
||||||
</property>
|
<class>QLayoutWidget</class>
|
||||||
<property>
|
<property stdset="1">
|
||||||
<name>buddy</name>
|
<name>name</name>
|
||||||
<cstring>latexPaperSizeCO</cstring>
|
<cstring>Layout4</cstring>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
<hbox>
|
||||||
</grid>
|
<property stdset="1">
|
||||||
</widget>
|
<name>margin</name>
|
||||||
<spacer>
|
<number>0</number>
|
||||||
<property>
|
|
||||||
<name>name</name>
|
|
||||||
<cstring>Spacer4</cstring>
|
|
||||||
</property>
|
</property>
|
||||||
<property stdset="1">
|
<property stdset="1">
|
||||||
<name>orientation</name>
|
<name>spacing</name>
|
||||||
<enum>Horizontal</enum>
|
<number>6</number>
|
||||||
</property>
|
</property>
|
||||||
<property stdset="1">
|
<widget>
|
||||||
<name>sizeType</name>
|
<class>QLayoutWidget</class>
|
||||||
<enum>Expanding</enum>
|
<property stdset="1">
|
||||||
</property>
|
<name>name</name>
|
||||||
<property>
|
<cstring>Layout3</cstring>
|
||||||
<name>sizeHint</name>
|
</property>
|
||||||
<size>
|
<grid>
|
||||||
<width>20</width>
|
<property stdset="1">
|
||||||
<height>20</height>
|
<name>margin</name>
|
||||||
</size>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
</spacer>
|
<property stdset="1">
|
||||||
</hbox>
|
<name>spacing</name>
|
||||||
</widget>
|
<number>6</number>
|
||||||
</grid>
|
</property>
|
||||||
</widget>
|
<widget row="1" column="1" >
|
||||||
|
<class>QComboBox</class>
|
||||||
|
<item>
|
||||||
|
<property>
|
||||||
|
<name>text</name>
|
||||||
|
<string>Default</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property>
|
||||||
|
<name>text</name>
|
||||||
|
<string>US Letter</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property>
|
||||||
|
<name>text</name>
|
||||||
|
<string>Legal</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property>
|
||||||
|
<name>text</name>
|
||||||
|
<string>Executive</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property>
|
||||||
|
<name>text</name>
|
||||||
|
<string>A3</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property>
|
||||||
|
<name>text</name>
|
||||||
|
<string>A4</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property>
|
||||||
|
<name>text</name>
|
||||||
|
<string>A5</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<property>
|
||||||
|
<name>text</name>
|
||||||
|
<string>B5</string>
|
||||||
|
</property>
|
||||||
|
</item>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>name</name>
|
||||||
|
<cstring>latexPaperSizeCO</cstring>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget row="0" column="1" >
|
||||||
|
<class>QLineEdit</class>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>name</name>
|
||||||
|
<cstring>latexEncodingED</cstring>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget row="0" column="0" >
|
||||||
|
<class>QLabel</class>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>name</name>
|
||||||
|
<cstring>latexEncodingLA</cstring>
|
||||||
|
</property>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>text</name>
|
||||||
|
<string>Te&X encoding:</string>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>buddy</name>
|
||||||
|
<cstring>latexEncodingED</cstring>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
<widget row="1" column="0" >
|
||||||
|
<class>QLabel</class>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>name</name>
|
||||||
|
<cstring>latexPaperSizeLA</cstring>
|
||||||
|
</property>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>text</name>
|
||||||
|
<string>Default paper si&ze:</string>
|
||||||
|
</property>
|
||||||
|
<property>
|
||||||
|
<name>buddy</name>
|
||||||
|
<cstring>latexPaperSizeCO</cstring>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</grid>
|
||||||
|
</widget>
|
||||||
|
<spacer>
|
||||||
|
<property>
|
||||||
|
<name>name</name>
|
||||||
|
<cstring>Spacer4</cstring>
|
||||||
|
</property>
|
||||||
|
<property stdset="1">
|
||||||
|
<name>orientation</name>
|
||||||
|
<enum>Horizontal</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>
|
||||||
|
</hbox>
|
||||||
|
</widget>
|
||||||
|
</grid>
|
||||||
|
</widget>
|
||||||
|
</vbox>
|
||||||
</widget>
|
</widget>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>latexEncodingED</tabstop>
|
<tabstop>latexEncodingED</tabstop>
|
||||||
|
Loading…
Reference in New Issue
Block a user