Convert ui files to qt3 format:

* src/frontends/qt3/moc/Makefile.am: Add src/frontends/qt3 to includes
	* src/frontends/qt3/ui/moc/Makefile.am: ditto

	* src/frontends/qt3/ui/*.ui: Convert to qt3 format, no functional
	change


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@13787 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-05-01 09:16:50 +00:00
parent 143e14045f
commit f5ca956ab1
70 changed files with 7277 additions and 10995 deletions

View File

@ -12,6 +12,7 @@ AM_CPPFLAGS += \
$(PCH_FLAGS) \ $(PCH_FLAGS) \
-I$(top_srcdir)/src \ -I$(top_srcdir)/src \
-I$(top_srcdir)/src/frontends \ -I$(top_srcdir)/src/frontends \
-I$(top_srcdir)/src/frontends/qt3 \
-I$(top_srcdir)/src/frontends/controllers \ -I$(top_srcdir)/src/frontends/controllers \
-I$(top_builddir)/src/frontends/qt3 \ -I$(top_builddir)/src/frontends/qt3 \
$(QT_INCLUDES) \ $(QT_INCLUDES) \

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>BiblioModuleBase</class> <class>BiblioModuleBase</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>BiblioModuleBase</cstring> <cstring>BiblioModuleBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,132 +12,110 @@
<height>376</height> <height>376</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>BiblioModuleBase</string>
<string></string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QButtonGroup" row="0" column="0">
<class>QButtonGroup</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>CiteStyleBG</cstring> <cstring>CiteStyleBG</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Citation Style</string> <string>Citation Style</string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="2" column="0" > <widget class="QRadioButton" row="2" column="0">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>citeJurabibRB</cstring> <cstring>citeJurabibRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Jurabib</string> <string>&amp;Jurabib</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Use the jurabib styles for law and humanities</string> <string>Use the jurabib styles for law and humanities</string>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QRadioButton" row="1" column="0">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>citeNatbibRB</cstring> <cstring>citeNatbibRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Natbib</string> <string>&amp;Natbib</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Use the natbib styles for natural sciences and arts</string> <string>Use the natbib styles for natural sciences and arts</string>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QRadioButton" row="0" column="0">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>citeDefaultRB</cstring> <cstring>citeDefaultRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Default (numerical)</string> <string>&amp;Default (numerical)</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Use BibTeX's default numerical styles</string> <string>Use BibTeX's default numerical styles</string>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLayoutWidget" row="1" column="1">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>citationStyleL</cstring> <cstring>citationStyleL</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Natbib &amp;style:</string> <string>Natbib &amp;style:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>citeStyleCO</cstring> <cstring>citeStyleCO</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QComboBox">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>citeStyleCO</cstring> <cstring>citeStyleCO</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
@ -150,39 +123,31 @@
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer row="2" column="0" > <spacer row="2" column="0">
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="1" column="0" > <widget class="QCheckBox" row="1" column="0">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>bibtopicCB</cstring> <cstring>bibtopicCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>S&amp;ectioned bibliography</string> <string>S&amp;ectioned bibliography</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Select this if you want to split your bibliography into sections</string> <string>Select this if you want to split your bibliography into sections</string>
</property> </property>
</widget> </widget>
@ -202,4 +167,9 @@
<slot>setEnabled(bool)</slot> <slot>setEnabled(bool)</slot>
</connection> </connection>
</connections> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>BranchesModuleBase</class> <class>BranchesModuleBase</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>BranchesModuleBase</cstring> <cstring>BranchesModuleBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,267 +12,212 @@
<height>297</height> <height>297</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>BranchesModuleBase</string>
<string></string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="0" rowspan="5" colspan="1" > <widget class="QLayoutWidget" row="1" column="0" rowspan="5" colspan="1">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>availableLB</cstring> <cstring>availableLB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>A&amp;vailable Branches:</string> <string>A&amp;vailable Branches:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>branchesLV</cstring> <cstring>branchesLV</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QListView" row="1" column="0">
<class>QListView</class>
<column> <column>
<property> <property name="text">
<name>text</name>
<string>Name</string> <string>Name</string>
</property> </property>
<property> <property name="clickable">
<name>clickable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="resizable">
<name>resizeable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</column> </column>
<column> <column>
<property> <property name="text">
<name>text</name>
<string>Activated</string> <string>Activated</string>
</property> </property>
<property> <property name="clickable">
<name>clickable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="resizable">
<name>resizeable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</column> </column>
<column> <column>
<property> <property name="text">
<name>text</name>
<string>Color</string> <string>Color</string>
</property> </property>
<property> <property name="clickable">
<name>clickable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="resizable">
<name>resizeable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</column> </column>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>branchesLV</cstring> <cstring>branchesLV</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="focusPolicy">
<name>focusPolicy</name>
<enum>NoFocus</enum> <enum>NoFocus</enum>
</property> </property>
<property stdset="1"> <property name="resizePolicy">
<name>resizePolicy</name>
<enum>AutoOneFit</enum> <enum>AutoOneFit</enum>
</property> </property>
<property stdset="1"> <property name="vScrollBarMode">
<name>vScrollBarMode</name>
<enum>Auto</enum> <enum>Auto</enum>
</property> </property>
<property stdset="1"> <property name="hScrollBarMode">
<name>hScrollBarMode</name>
<enum>Auto</enum> <enum>Auto</enum>
</property> </property>
<property stdset="1"> <property name="allColumnsShowFocus">
<name>allColumnsShowFocus</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="rootIsDecorated">
<name>rootIsDecorated</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>The available branches</string> <string>The available branches</string>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<widget row="3" column="1" > <widget class="QPushButton" row="3" column="1">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>activatePB</cstring> <cstring>activatePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>(&amp;De)activate</string> <string>(&amp;De)activate</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Toggle the selected branch</string> <string>Toggle the selected branch</string>
</property> </property>
</widget> </widget>
<widget row="4" column="1" > <widget class="QPushButton" row="4" column="1">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>colorPB</cstring> <cstring>colorPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Alter Co&amp;lor...</string> <string>Alter Co&amp;lor...</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Define or change background color</string> <string>Define or change background color</string>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QPushButton" row="2" column="1">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>removePB</cstring> <cstring>removePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Remove</string> <string>&amp;Remove</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Remove the selected branch</string> <string>Remove the selected branch</string>
</property> </property>
</widget> </widget>
<spacer row="5" column="1" > <spacer row="5" column="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="0" column="0" rowspan="1" colspan="2" > <widget class="QLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>newBranchLA</cstring> <cstring>newBranchLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;New:</string> <string>&amp;New:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>newBranchLE</cstring> <cstring>newBranchLE</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>newBranchLE</cstring> <cstring>newBranchLE</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>addBranchPB</cstring> <cstring>addBranchPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Add</string> <string>&amp;Add</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Add a new branch to the list</string> <string>Add a new branch to the list</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<spacer row="1" column="1" > <spacer row="1" column="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -289,4 +229,9 @@
<tabstops> <tabstops>
<tabstop>branchesLV</tabstop> <tabstop>branchesLV</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>LaTeXModuleBase</class> <class>LaTeXModuleBase</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>LaTeXModuleBase</cstring> <cstring>LaTeXModuleBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,194 +12,169 @@
<height>273</height> <height>273</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>LaTeXModuleBase</string>
<string></string>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout20</cstring> <cstring>Layout20</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>classL</cstring> <cstring>classL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Document &amp;class:</string> <string>Document &amp;class:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>classCO</cstring> <cstring>classCO</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QComboBox">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>classCO</cstring> <cstring>classCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer19</cstring> <cstring>Spacer19</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>21</height> <height>21</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout19</cstring> <cstring>Layout19</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QGroupBox">
<class>QGroupBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>GroupBox4</cstring> <cstring>GroupBox4</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Class Settings</string> <string>Class Settings</string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>optionsL</cstring> <cstring>optionsL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Options:</string> <string>&amp;Options:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>optionsLE</cstring> <cstring>optionsLE</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QLineEdit" row="0" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>optionsLE</cstring> <cstring>optionsLE</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QComboBox" row="1" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>psdriverCO</cstring> <cstring>psdriverCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="duplicatesEnabled">
<name>duplicatesEnabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>psdriverL</cstring> <cstring>psdriverL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Postscript &amp;driver:</string> <string>Postscript &amp;driver:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>psdriverCO</cstring> <cstring>psdriverCO</cstring>
</property> </property>
</widget> </widget>
@ -213,20 +183,16 @@
</hbox> </hbox>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer9</cstring> <cstring>Spacer9</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -242,4 +208,9 @@
<tabstop>optionsLE</tabstop> <tabstop>optionsLE</tabstop>
<tabstop>psdriverCO</tabstop> <tabstop>psdriverCO</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>LanguageModuleBase</class> <class>LanguageModuleBase</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>LanguageModuleBase</cstring> <cstring>LanguageModuleBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,78 +12,68 @@
<height>451</height> <height>451</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name>
<string>LanguageModuleBase</string> <string>LanguageModuleBase</string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLayoutWidget" row="0" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout18</cstring> <cstring>Layout18</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>languageL</cstring> <cstring>languageL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Language:</string> <string>&amp;Language:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>languageCO</cstring> <cstring>languageCO</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QComboBox">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>languageCO</cstring> <cstring>languageCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer32</cstring> <cstring>Spacer32</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>MinimumExpanding</enum> <enum>MinimumExpanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -97,178 +82,149 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget row="1" column="0" > <widget class="QCheckBox" row="1" column="0">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>defaultencodingCB</cstring> <cstring>defaultencodingCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Use language's default encoding</string> <string>&amp;Use language's default encoding</string>
</property> </property>
</widget> </widget>
<spacer row="3" column="0" > <spacer row="3" column="0">
<property> <property name="name">
<name>name</name>
<cstring>Spacer7</cstring> <cstring>Spacer7</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="2" column="0" > <widget class="QLayoutWidget" row="2" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>encodingL</cstring> <cstring>encodingL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Encoding:</string> <string>&amp;Encoding:</string>
</property> </property>
<property stdset="1"> <property name="alignment">
<name>alignment</name>
<set>AlignVCenter|AlignLeft</set> <set>AlignVCenter|AlignLeft</set>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>encodingCO</cstring> <cstring>encodingCO</cstring>
</property> </property>
<property> <property name="hAlign" stdset="0">
<name>hAlign</name>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>typeL</cstring> <cstring>typeL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Quote Style:</string> <string>&amp;Quote Style:</string>
</property> </property>
<property stdset="1"> <property name="alignment">
<name>alignment</name>
<set>AlignVCenter|AlignLeft</set> <set>AlignVCenter|AlignLeft</set>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>quoteStyleCO</cstring> <cstring>quoteStyleCO</cstring>
</property> </property>
<property> <property name="hAlign" stdset="0">
<name>hAlign</name>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring> <cstring>Layout4</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="0" > <widget class="QComboBox" row="1" column="0">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>quoteStyleCO</cstring> <cstring>quoteStyleCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QComboBox" row="0" column="0">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>encodingCO</cstring> <cstring>encodingCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="duplicatesEnabled">
<name>duplicatesEnabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer7_2</cstring> <cstring>Spacer7_2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -299,4 +255,9 @@
<tabstop>encodingCO</tabstop> <tabstop>encodingCO</tabstop>
<tabstop>quoteStyleCO</tabstop> <tabstop>quoteStyleCO</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>MarginsModuleBase</class> <class>MarginsModuleBase</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>MarginsModuleBase</cstring> <cstring>MarginsModuleBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,428 +12,334 @@
<height>373</height> <height>373</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>MarginsModuleBase</string>
<string></string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QCheckBox" row="0" column="0">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>marginCB</cstring> <cstring>marginCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Default Margins</string> <string>&amp;Default Margins</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Use the margin settings provided by the document class</string> <string>Use the margin settings provided by the document class</string>
</property> </property>
</widget> </widget>
<spacer row="1" column="1" > <spacer row="1" column="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer22</cstring> <cstring>Spacer22</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<spacer row="2" column="0" > <spacer row="2" column="0">
<property> <property name="name">
<name>name</name>
<cstring>Spacer21</cstring> <cstring>Spacer21</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="1" column="0" > <widget class="QLayoutWidget" row="1" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring> <cstring>Layout4</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>topL</cstring> <cstring>topL</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Top:</string> <string>&amp;Top:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>topLE</cstring> <cstring>topLE</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>bottomL</cstring> <cstring>bottomL</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Bottom:</string> <string>&amp;Bottom:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>bottomLE</cstring> <cstring>bottomLE</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>innerL</cstring> <cstring>innerL</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Inner:</string> <string>&amp;Inner:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>innerLE</cstring> <cstring>innerLE</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>outerL</cstring> <cstring>outerL</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>O&amp;uter:</string> <string>O&amp;uter:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>outerLE</cstring> <cstring>outerLE</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>headsepL</cstring> <cstring>headsepL</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Head &amp;sep:</string> <string>Head &amp;sep:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>headsepLE</cstring> <cstring>headsepLE</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>headheightL</cstring> <cstring>headheightL</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Head &amp;height:</string> <string>Head &amp;height:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>headheightLE</cstring> <cstring>headheightLE</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>footskipL</cstring> <cstring>footskipL</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Foot skip:</string> <string>&amp;Foot skip:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>footskipLE</cstring> <cstring>footskipLE</cstring>
</property> </property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>topLE</cstring> <cstring>topLE</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>bottomLE</cstring> <cstring>bottomLE</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string></string> <string></string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>innerLE</cstring> <cstring>innerLE</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>outerLE</cstring> <cstring>outerLE</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>headsepLE</cstring> <cstring>headsepLE</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>headheightLE</cstring> <cstring>headheightLE</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>footskipLE</cstring> <cstring>footskipLE</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="LengthCombo">
<class>LengthCombo</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>topUnit</cstring> <cstring>topUnit</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="LengthCombo">
<class>LengthCombo</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>bottomUnit</cstring> <cstring>bottomUnit</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="LengthCombo">
<class>LengthCombo</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>innerUnit</cstring> <cstring>innerUnit</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="LengthCombo">
<class>LengthCombo</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>outerUnit</cstring> <cstring>outerUnit</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="LengthCombo">
<class>LengthCombo</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>headsepUnit</cstring> <cstring>headsepUnit</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="LengthCombo">
<class>LengthCombo</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>headheightUnit</cstring> <cstring>headheightUnit</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="LengthCombo">
<class>LengthCombo</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>footskipUnit</cstring> <cstring>footskipUnit</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -460,15 +361,16 @@
<sizepolicy> <sizepolicy>
<hordata>5</hordata> <hordata>5</hordata>
<verdata>5</verdata> <verdata>5</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
<signal>selectionChanged(LyXLength::UNIT)</signal> <signal>selectionChanged(LyXLength::UNIT)</signal>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="256">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000c749444154388dad55db1184200c4c180bb81a28c73aad811228c356f42b3792db3cc0db2fc724bb7901dc7b270f27ed17fa5fa9b117b7cd90211f4ba0ac906a7f1453b4d30ca917bb590681552af23f69bfc4ffa71519d2c8f62546ea5ea03738b1c18c33a4d156f0d13f43b61952e4af6d6e8fb3a408f080448419a433d6486d85052fdba892a295f5d45785cd8c51a9d6de6a814a8d2131da51f98e7a3b64ec9da04a8db53d43be3c3c0b22cacf17e4cdb5a931649ceddf34b190cf0aa019f03f1fd3e7457f03b5a66c9ed26e86130000000049454e44ae426082</data>
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image> </image>
</images> </images>
<tabstops> <tabstops>
@ -480,4 +382,18 @@
<tabstop>headheightLE</tabstop> <tabstop>headheightLE</tabstop>
<tabstop>footskipLE</tabstop> <tabstop>footskipLE</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>lengthcombo.h</includehint>
<includehint>lengthcombo.h</includehint>
<includehint>lengthcombo.h</includehint>
<includehint>lengthcombo.h</includehint>
<includehint>lengthcombo.h</includehint>
<includehint>lengthcombo.h</includehint>
<includehint>lengthcombo.h</includehint>
</includehints>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>MathsModuleBase</class> <class>MathsModuleBase</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>MathsModuleBase</cstring> <cstring>MathsModuleBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,60 +12,49 @@
<height>233</height> <height>233</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>MathsModuleBase</string>
<string></string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>amsautoCB</cstring> <cstring>amsautoCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Use AMS math package automatically</string> <string>&amp;Use AMS math package automatically</string>
</property> </property>
<property stdset="1"> <property name="checked">
<name>checked</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>amsCB</cstring> <cstring>amsCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Use AMS &amp;math package</string> <string>Use AMS &amp;math package</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -90,4 +74,9 @@
<tabstops> <tabstops>
<tabstop>amsautoCB</tabstop> <tabstop>amsautoCB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>NumberingModuleBase</class> <class>NumberingModuleBase</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>NumberingModuleBase</cstring> <cstring>NumberingModuleBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,186 +12,147 @@
<height>323</height> <height>323</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>NumberingModuleBase</string>
<string></string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>TextLabel1_2</cstring> <cstring>TextLabel1_2</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Numbering</string> <string>&amp;Numbering</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>depthSL</cstring> <cstring>depthSL</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QSlider">
<class>QSlider</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>depthSL</cstring> <cstring>depthSL</cstring>
</property> </property>
<property stdset="1"> <property name="minValue">
<name>minValue</name>
<number>-2</number> <number>-2</number>
</property> </property>
<property stdset="1"> <property name="maxValue">
<name>maxValue</name>
<number>5</number> <number>5</number>
</property> </property>
<property stdset="1"> <property name="value">
<name>value</name>
<number>3</number> <number>3</number>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>TextLabel1</cstring> <cstring>TextLabel1</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;List in Table of Contents</string> <string>&amp;List in Table of Contents</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>tocSL</cstring> <cstring>tocSL</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QSlider">
<class>QSlider</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>tocSL</cstring> <cstring>tocSL</cstring>
</property> </property>
<property stdset="1"> <property name="minValue">
<name>minValue</name>
<number>-1</number> <number>-1</number>
</property> </property>
<property stdset="1"> <property name="maxValue">
<name>maxValue</name>
<number>5</number> <number>5</number>
</property> </property>
<property stdset="1"> <property name="value">
<name>value</name>
<number>3</number> <number>3</number>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
</widget> </widget>
<widget> <widget class="QListView">
<class>QListView</class>
<column> <column>
<property> <property name="text">
<name>text</name>
<string>Example</string> <string>Example</string>
</property> </property>
<property> <property name="clickable">
<name>clickable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="resizable">
<name>resizeable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</column> </column>
<column> <column>
<property> <property name="text">
<name>text</name>
<string>Numbered</string> <string>Numbered</string>
</property> </property>
<property> <property name="clickable">
<name>clickable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="resizable">
<name>resizeable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</column> </column>
<column> <column>
<property> <property name="text">
<name>text</name>
<string>Appears in TOC</string> <string>Appears in TOC</string>
</property> </property>
<property> <property name="clickable">
<name>clickable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="resizable">
<name>resizeable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</column> </column>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>tocLV</cstring> <cstring>tocLV</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="focusPolicy">
<name>focusPolicy</name>
<enum>NoFocus</enum> <enum>NoFocus</enum>
</property> </property>
<property stdset="1"> <property name="resizePolicy">
<name>resizePolicy</name>
<enum>AutoOneFit</enum> <enum>AutoOneFit</enum>
</property> </property>
<property stdset="1"> <property name="vScrollBarMode">
<name>vScrollBarMode</name>
<enum>AlwaysOff</enum> <enum>AlwaysOff</enum>
</property> </property>
<property stdset="1"> <property name="hScrollBarMode">
<name>hScrollBarMode</name>
<enum>AlwaysOff</enum> <enum>AlwaysOff</enum>
</property> </property>
<property stdset="1"> <property name="rootIsDecorated">
<name>rootIsDecorated</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Example numbering and table of contents</string> <string>Example numbering and table of contents</string>
</property> </property>
</widget> </widget>
@ -207,4 +163,9 @@
<tabstop>depthSL</tabstop> <tabstop>depthSL</tabstop>
<tabstop>tocLV</tabstop> <tabstop>tocLV</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>PageLayoutModuleBase</class> <class>PageLayoutModuleBase</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>PageLayoutModuleBase</cstring> <cstring>PageLayoutModuleBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,285 +12,236 @@
<height>448</height> <height>448</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>PageLayoutModuleBase</string>
<string></string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QGroupBox">
<class>QGroupBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>psizeGB</cstring> <cstring>psizeGB</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Paper Size</string> <string>Paper Size</string>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>paperheightL</cstring> <cstring>paperheightL</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Height:</string> <string>&amp;Height:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>paperheightLE</cstring> <cstring>paperheightLE</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>paperwidthL</cstring> <cstring>paperwidthL</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Width:</string> <string>&amp;Width:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>paperwidthLE</cstring> <cstring>paperwidthLE</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" rowspan="1" colspan="2" > <widget class="QComboBox" row="0" column="1" rowspan="1" colspan="2">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>papersizeCO</cstring> <cstring>papersizeCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Choose a particular paper size, or set your own with "Custom"</string> <string>Choose a particular paper size, or set your own with "Custom"</string>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>paperheightLE</cstring> <cstring>paperheightLE</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QLineEdit" row="2" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>paperwidthLE</cstring> <cstring>paperwidthLE</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget row="1" column="2" > <widget class="LengthCombo" row="1" column="2">
<class>LengthCombo</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>paperheightUnitCO</cstring> <cstring>paperheightUnitCO</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="2" column="2" > <widget class="LengthCombo" row="2" column="2">
<class>LengthCombo</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>paperwidthUnitCO</cstring> <cstring>paperwidthUnitCO</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<widget> <widget class="QButtonGroup">
<class>QButtonGroup</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>orientationBG</cstring> <cstring>orientationBG</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Orientation</string> <string>Orientation</string>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QRadioButton">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>portraitRB</cstring> <cstring>portraitRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Portrait</string> <string>&amp;Portrait</string>
</property> </property>
<property stdset="1"> <property name="checked">
<name>checked</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QRadioButton">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>landscapeRB</cstring> <cstring>landscapeRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Landscape</string> <string>&amp;Landscape</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout23</cstring> <cstring>Layout23</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>pagestyleL</cstring> <cstring>pagestyleL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Page &amp;style:</string> <string>Page &amp;style:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>pagestyleCO</cstring> <cstring>pagestyleCO</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QComboBox">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>pagestyleCO</cstring> <cstring>pagestyleCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Style used for the page header and footer</string> <string>Style used for the page header and footer</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>facingPagesCB</cstring> <cstring>facingPagesCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Two-sided document</string> <string>&amp;Two-sided document</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Lay out the page for double-sided printing</string> <string>Lay out the page for double-sided printing</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer24</cstring> <cstring>Spacer24</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -316,15 +262,16 @@
<sizepolicy> <sizepolicy>
<hordata>5</hordata> <hordata>5</hordata>
<verdata>5</verdata> <verdata>5</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
<signal>selectionChanged(LyXLength::UNIT)</signal> <signal>selectionChanged(LyXLength::UNIT)</signal>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="256">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000c749444154388dad55db1184200c4c180bb81a28c73aad811228c356f42b3792db3cc0db2fc724bb7901dc7b270f27ed17fa5fa9b117b7cd90211f4ba0ac906a7f1453b4d30ca917bb590681552af23f69bfc4ffa71519d2c8f62546ea5ea03738b1c18c33a4d156f0d13f43b61952e4af6d6e8fb3a408f080448419a433d6486d85052fdba892a295f5d45785cd8c51a9d6de6a814a8d2131da51f98e7a3b64ec9da04a8db53d43be3c3c0b22cacf17e4cdb5a931649ceddf34b190cf0aa019f03f1fd3e7457f03b5a66c9ed26e86130000000049454e44ae426082</data>
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image> </image>
</images> </images>
<tabstops> <tabstops>
@ -336,4 +283,13 @@
<tabstop>pagestyleCO</tabstop> <tabstop>pagestyleCO</tabstop>
<tabstop>facingPagesCB</tabstop> <tabstop>facingPagesCB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>lengthcombo.h</includehint>
<includehint>lengthcombo.h</includehint>
</includehints>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>PreambleModuleBase</class> <class>PreambleModuleBase</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>PreambleModuleBase</cstring> <cstring>PreambleModuleBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,27 +12,24 @@
<height>278</height> <height>278</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>PreambleModuleBase</string>
<string></string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QMultiLineEdit" row="0" column="0">
<class>QMultiLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>preambleMLE</cstring> <cstring>preambleMLE</cstring>
</property> </property>
<property stdset="1"> <property name="font">
<name>font</name>
<font> <font>
<family>adobe-courier</family> <family>adobe-courier</family>
</font> </font>
@ -45,4 +37,9 @@
</widget> </widget>
</grid> </grid>
</widget> </widget>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QAboutDialogBase</class> <class>QAboutDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>AboutDialog</cstring> <cstring>AboutDialog</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,203 +12,171 @@
<height>232</height> <height>232</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>AboutDialog</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QTabWidget">
<class>QTabWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>tab</cstring> <cstring>tab</cstring>
</property> </property>
<widget> <widget class="QWidget">
<class>QWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>versiontab</cstring> <cstring>versiontab</cstring>
</property> </property>
<attribute> <attribute name="title">
<name>title</name>
<string>Version</string> <string>Version</string>
</attribute> </attribute>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>versionLA</cstring> <cstring>versionLA</cstring>
</property> </property>
<property stdset="1"> <property name="frameShape">
<name>frameShape</name>
<enum>Box</enum> <enum>Box</enum>
</property> </property>
<property stdset="1"> <property name="frameShadow">
<name>frameShadow</name>
<enum>Sunken</enum> <enum>Sunken</enum>
</property> </property>
<property stdset="1"> <property name="margin">
<name>margin</name>
<number>6</number> <number>6</number>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Version goes here</string> <string>Version goes here</string>
</property> </property>
<property stdset="1"> <property name="alignment">
<name>alignment</name>
<set>WordBreak|AlignCenter</set> <set>WordBreak|AlignCenter</set>
</property> </property>
<property> <property name="hAlign" stdset="0">
<name>hAlign</name>
</property> </property>
<property> <property name="wordwrap" stdset="0">
<name>wordwrap</name>
</property> </property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<widget> <widget class="QWidget">
<class>QWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>creditstab</cstring> <cstring>creditstab</cstring>
</property> </property>
<attribute> <attribute name="title">
<name>title</name>
<string>Credits</string> <string>Credits</string>
</attribute> </attribute>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QTextView">
<class>QTextView</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>creditsTV</cstring> <cstring>creditsTV</cstring>
</property> </property>
<property stdset="1"> <property name="textFormat">
<name>text</name>
<string></string>
</property>
<property stdset="1">
<name>textFormat</name>
<enum>RichText</enum> <enum>RichText</enum>
</property> </property>
<property name="text">
<string></string>
</property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<widget> <widget class="QWidget">
<class>QWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>copyrighttab</cstring> <cstring>copyrighttab</cstring>
</property> </property>
<attribute> <attribute name="title">
<name>title</name>
<string>Copyright</string> <string>Copyright</string>
</attribute> </attribute>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QTextView" row="0" column="0">
<class>QTextView</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>copyright</cstring> <cstring>copyright</cstring>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout1</cstring> <cstring>Layout1</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>0</hsizetype> <hsizetype>0</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
@ -229,4 +192,9 @@
<slot>reject()</slot> <slot>reject()</slot>
</connection> </connection>
</connections> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,145 +1,119 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QAskForTextDialog</class> <class>QAskForTextDialog</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QAskForTextDialog</cstring> <cstring>QAskForTextDialog</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>269</width> <width>269</width>
<height>116</height> <height>122</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name>
<string>LyX: Enter text</string> <string>LyX: Enter text</string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer5</cstring> <cstring>Spacer5</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>askLA</cstring> <cstring>askLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Dummy</string> <string>&amp;Dummy</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>askLE</cstring> <cstring>askLE</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>askLE</cstring> <cstring>askLE</cstring>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer6</cstring> <cstring>Spacer6</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="accel">
<name>default</name> <string>Alt+O</string>
</property>
<property name="default">
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Cancel</string> <string>&amp;Cancel</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -148,17 +122,22 @@
</vbox> </vbox>
</widget> </widget>
<connections> <connections>
<connection>
<sender>okPB</sender>
<signal>clicked()</signal>
<receiver>QAskForTextDialog</receiver>
<slot>accept()</slot>
</connection>
<connection> <connection>
<sender>closePB</sender> <sender>closePB</sender>
<signal>clicked()</signal> <signal>clicked()</signal>
<receiver>QAskForTextDialog</receiver> <receiver>QAskForTextDialog</receiver>
<slot>reject()</slot> <slot>reject()</slot>
</connection> </connection>
<connection>
<sender>okPB</sender>
<signal>clicked()</signal>
<receiver>QAskForTextDialog</receiver>
<slot>accept()</slot>
</connection>
</connections> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QBibitemDialogBase</class> <class>QBibitemDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QBibitemDialogBase</cstring> <cstring>QBibitemDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,190 +12,161 @@
<height>134</height> <height>134</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QBibitemDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout13</cstring> <cstring>Layout13</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>keyLA</cstring> <cstring>keyLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Key:</string> <string>&amp;Key:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>keyED</cstring> <cstring>keyED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>The bibliography key</string> <string>The bibliography key</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>keyED</cstring> <cstring>keyED</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>7</hsizetype> <hsizetype>7</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>The bibliography key</string> <string>The bibliography key</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout14</cstring> <cstring>Layout14</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>labelLA</cstring> <cstring>labelLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Label:</string> <string>&amp;Label:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>labelED</cstring> <cstring>labelED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>The label as it appears in the document</string> <string>The label as it appears in the document</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>labelED</cstring> <cstring>labelED</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>7</hsizetype> <hsizetype>7</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>The label as it appears in the document</string> <string>The label as it appears in the document</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout10</cstring> <cstring>Layout10</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
@ -221,6 +187,13 @@
<receiver>QBibitemDialogBase</receiver> <receiver>QBibitemDialogBase</receiver>
<slot>change_adaptor()</slot> <slot>change_adaptor()</slot>
</connection> </connection>
<slot access="public">change_adaptor()</slot>
</connections> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>change_adaptor()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QBibtexAddDialogBase</class> <class>QBibtexAddDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QBibtexAddDialogBase</cstring> <cstring>QBibtexAddDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,184 +12,152 @@
<height>321</height> <height>321</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>1</vsizetype> <vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name>
<string>LyX: Add BibTeX Database</string> <string>LyX: Add BibTeX Database</string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="2" column="0" > <widget class="QPushButton" row="2" column="0">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>browsePB</cstring> <cstring>browsePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Browse...</string> <string>&amp;Browse...</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget row="1" column="0" rowspan="1" colspan="2" > <widget class="QLineEdit" row="1" column="0" rowspan="1" colspan="2">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>bibED</cstring> <cstring>bibED</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>7</hsizetype> <hsizetype>7</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Enter BibTeX database name</string> <string>Enter BibTeX database name</string>
</property> </property>
</widget> </widget>
<widget row="0" column="0" rowspan="1" colspan="2" > <widget class="QListBox" row="0" column="0" rowspan="1" colspan="2">
<class>QListBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>New Item</string> <string>New Item</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>bibLB</cstring> <cstring>bibLB</cstring>
</property> </property>
<property stdset="1"> <property name="vScrollBarMode">
<name>vScrollBarMode</name>
<enum>AlwaysOn</enum> <enum>AlwaysOn</enum>
</property> </property>
<property stdset="1"> <property name="hScrollBarMode">
<name>hScrollBarMode</name>
<enum>AlwaysOff</enum> <enum>AlwaysOff</enum>
</property> </property>
<property stdset="1"> <property name="selectionMode">
<name>selectionMode</name>
<enum>Extended</enum> <enum>Extended</enum>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Available BibTeX databases</string> <string>Available BibTeX databases</string>
</property> </property>
</widget> </widget>
<spacer row="2" column="1" > <spacer row="2" column="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="3" column="0" rowspan="1" colspan="2" > <widget class="QLayoutWidget" row="3" column="0" rowspan="1" colspan="2">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring> <cstring>Layout4</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer4</cstring> <cstring>Spacer4</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>addPB</cstring> <cstring>addPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Add</string> <string>&amp;Add</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Cancel</string> <string>Cancel</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -222,4 +185,9 @@
<tabstop>addPB</tabstop> <tabstop>addPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,366 +1,291 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QBibtexDialogBase</class> <class>QBibtexDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QBibtexDialogBase</cstring> <cstring>QBibtexDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>352</width> <width>411</width>
<height>313</height> <height>313</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QBibtexDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="4" column="0" rowspan="1" colspan="2" > <widget class="QLabel" row="4" column="0" rowspan="1" colspan="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>styleLA</cstring> <cstring>styleLA</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>St&amp;yle</string> <string>St&amp;yle</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>styleCB</cstring> <cstring>styleCB</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>The BibTeX style</string> <string>The BibTeX style</string>
</property> </property>
</widget> </widget>
<widget row="8" column="0" rowspan="1" colspan="3" > <widget class="QLayoutWidget" row="8" column="0" rowspan="1" colspan="3">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout8</cstring> <cstring>Layout8</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Cancel</string> <string>Cancel</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget row="0" column="0" rowspan="1" colspan="3" > <widget class="QLabel" row="0" column="0" rowspan="1" colspan="3">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>databaseLA</cstring> <cstring>databaseLA</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Databa&amp;ses</string> <string>Databa&amp;ses</string>
</property> </property>
<property stdset="1"> <property name="alignment">
<name>alignment</name>
<set>AlignTop|AlignLeft</set> <set>AlignTop|AlignLeft</set>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>databaseLB</cstring> <cstring>databaseLB</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>BibTeX database to use</string> <string>BibTeX database to use</string>
</property> </property>
<property> <property name="vAlign" stdset="0">
<name>vAlign</name>
</property> </property>
</widget> </widget>
<widget row="1" column="0" rowspan="3" colspan="2" > <widget class="QListBox" row="1" column="0" rowspan="3" colspan="2">
<class>QListBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>databaseLB</cstring> <cstring>databaseLB</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Selected BibTeX databases</string> <string>Selected BibTeX databases</string>
</property> </property>
</widget> </widget>
<widget row="1" column="2" > <widget class="QPushButton" row="1" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>addBibPB</cstring> <cstring>addBibPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Add...</string> <string>&amp;Add...</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Add a BibTeX database file</string> <string>Add a BibTeX database file</string>
</property> </property>
</widget> </widget>
<widget row="2" column="2" > <widget class="QPushButton" row="2" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>deletePB</cstring> <cstring>deletePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Delete</string> <string>&amp;Delete</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Remove the selected database</string> <string>Remove the selected database</string>
</property> </property>
</widget> </widget>
<spacer row="3" column="2" rowspan="2" colspan="1" > <spacer row="3" column="2" rowspan="2" colspan="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer5</cstring> <cstring>Spacer5</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="5" column="0" rowspan="1" colspan="2" > <widget class="QComboBox" row="5" column="0" rowspan="1" colspan="2">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>styleCB</cstring> <cstring>styleCB</cstring>
</property> </property>
<property stdset="1"> <property name="editable">
<name>editable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="autoCompletion">
<name>autoCompletion</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="duplicatesEnabled">
<name>duplicatesEnabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Choose a style file</string> <string>Choose a style file</string>
</property> </property>
</widget> </widget>
<widget row="5" column="2" > <widget class="QPushButton" row="5" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>stylePB</cstring> <cstring>stylePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Browse...</string> <string>&amp;Browse...</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Choose a style file</string> <string>Choose a style file</string>
</property> </property>
</widget> </widget>
<spacer row="6" column="2" rowspan="2" colspan="1" > <spacer row="6" column="2" rowspan="2" colspan="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer6</cstring> <cstring>Spacer6</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="6" column="1" > <widget class="QComboBox" row="6" column="1">
<class>QComboBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>all cited references</string> <string>all cited references</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>all uncited references</string> <string>all uncited references</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>all references</string> <string>all references</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>btPrintCO</cstring> <cstring>btPrintCO</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>This bibliography section contains...</string> <string>This bibliography section contains...</string>
</property> </property>
</widget> </widget>
<widget row="6" column="0" > <widget class="QLabel" row="6" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>btPrintLA</cstring> <cstring>btPrintLA</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Content:</string> <string>&amp;Content:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>styleCB</cstring> <cstring>styleCB</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>This bibliography section contains...</string> <string>This bibliography section contains...</string>
</property> </property>
</widget> </widget>
<widget row="7" column="0" rowspan="1" colspan="2" > <widget class="QCheckBox" row="7" column="0" rowspan="1" colspan="2">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>bibtocCB</cstring> <cstring>bibtocCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Add bibliography to &amp;TOC</string> <string>Add bibliography to &amp;TOC</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Add bibliography to the table of contents</string> <string>Add bibliography to the table of contents</string>
</property> </property>
</widget> </widget>
@ -409,11 +334,6 @@
<receiver>QBibtexDialogBase</receiver> <receiver>QBibtexDialogBase</receiver>
<slot>addPressed()</slot> <slot>addPressed()</slot>
</connection> </connection>
<slot access="public">addPressed()</slot>
<slot access="public">browsePressed()</slot>
<slot access="public">change_adaptor()</slot>
<slot access="public">databaseChanged()</slot>
<slot access="public">deletePressed()</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>databaseLB</tabstop> <tabstop>databaseLB</tabstop>
@ -426,4 +346,16 @@
<tabstop>okPB</tabstop> <tabstop>okPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>addPressed()</slot>
<slot>browsePressed()</slot>
<slot>change_adaptor()</slot>
<slot>databaseChanged()</slot>
<slot>deletePressed()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QBranchDialogBase</class> <class>QBranchDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QBranchDialogBase</cstring> <cstring>QBranchDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,91 +12,77 @@
<height>129</height> <height>129</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QBranchDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="0" > <widget class="QPushButton" row="1" column="0">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="accel">
<name>default</name> <string>Alt+O</string>
</property>
<property name="default">
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QPushButton" row="1" column="1">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget row="0" column="0" rowspan="1" colspan="2" > <widget class="QLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout1</cstring> <cstring>Layout1</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>branchLA</cstring> <cstring>branchLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Available branches:</string> <string>&amp;Available branches:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>branchCO</cstring> <cstring>branchCO</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QComboBox">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>branchCO</cstring> <cstring>branchCO</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Select your branch</string> <string>Select your branch</string>
</property> </property>
</widget> </widget>
@ -116,6 +97,13 @@
<receiver>QBranchDialogBase</receiver> <receiver>QBranchDialogBase</receiver>
<slot>change_adaptor()</slot> <slot>change_adaptor()</slot>
</connection> </connection>
<slot access="public">change_adaptor()</slot>
</connections> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>change_adaptor()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QChangesDialogBase</class> <class>QChangesDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QChangesDialogBase</cstring> <cstring>QChangesDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,134 +12,110 @@
<height>252</height> <height>252</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QChangesDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring> <cstring>Layout4</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>changeLA</cstring> <cstring>changeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Change:</string> <string>Change:</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QTextView">
<class>QTextView</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>changeTV</cstring> <cstring>changeTV</cstring>
</property> </property>
<property stdset="1"> <property name="focusPolicy">
<name>focusPolicy</name>
<enum>WheelFocus</enum> <enum>WheelFocus</enum>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Details of the change</string> <string>Details of the change</string>
</property> </property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>acceptPB</cstring> <cstring>acceptPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Accept</string> <string>&amp;Accept</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Accept this change</string> <string>Accept this change</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>rejectPB</cstring> <cstring>rejectPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Reject</string> <string>&amp;Reject</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Reject this change</string> <string>Reject this change</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -154,89 +125,72 @@
</hbox> </hbox>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer4</cstring> <cstring>Spacer4</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>nextPB</cstring> <cstring>nextPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Next change</string> <string>&amp;Next change</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Go to next change</string> <string>Go to next change</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Cancel</string> <string>Cancel</string>
</property> </property>
</widget> </widget>
@ -263,9 +217,6 @@
<receiver>QChangesDialogBase</receiver> <receiver>QChangesDialogBase</receiver>
<slot>acceptPressed()</slot> <slot>acceptPressed()</slot>
</connection> </connection>
<slot access="public">acceptPressed()</slot>
<slot access="public">rejectPressed()</slot>
<slot access="public">nextPressed()</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>changeTV</tabstop> <tabstop>changeTV</tabstop>
@ -274,4 +225,14 @@
<tabstop>nextPB</tabstop> <tabstop>nextPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>acceptPressed()</slot>
<slot>rejectPressed()</slot>
<slot>nextPressed()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,391 +1,323 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QCharacterDialogBase</class> <class>QCharacterDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QCharacterDialogBase</cstring> <cstring>QCharacterDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>356</width> <width>450</width>
<height>305</height> <height>305</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QCharacterDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="layoutMargin" stdset="0">
<name>layoutMargin</name>
</property> </property>
<property> <property name="layoutSpacing" stdset="0">
<name>layoutSpacing</name>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout14</cstring> <cstring>Layout14</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout13</cstring> <cstring>Layout13</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>familyLA</cstring> <cstring>familyLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Family:</string> <string>&amp;Family:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>familyCO</cstring> <cstring>familyCO</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Font family</string> <string>Font family</string>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QComboBox" row="2" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>shapeCO</cstring> <cstring>shapeCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Font shape</string> <string>Font shape</string>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>shapeLA</cstring> <cstring>shapeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>S&amp;hape:</string> <string>S&amp;hape:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>shapeCO</cstring> <cstring>shapeCO</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Font shape</string> <string>Font shape</string>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QComboBox" row="1" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>seriesCO</cstring> <cstring>seriesCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Font series</string> <string>Font series</string>
</property> </property>
</widget> </widget>
<widget row="4" column="1" > <widget class="QComboBox" row="4" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>langCO</cstring> <cstring>langCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Language</string> <string>Language</string>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QComboBox" row="0" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>familyCO</cstring> <cstring>familyCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Font family</string> <string>Font family</string>
</property> </property>
</widget> </widget>
<widget row="3" column="1" > <widget class="QComboBox" row="3" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>colorCO</cstring> <cstring>colorCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Font color</string> <string>Font color</string>
</property> </property>
</widget> </widget>
<widget row="4" column="0" > <widget class="QLabel" row="4" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>langLA</cstring> <cstring>langLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Language:</string> <string>&amp;Language:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>langCO</cstring> <cstring>langCO</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Language</string> <string>Language</string>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>seriesLA</cstring> <cstring>seriesLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Series:</string> <string>&amp;Series:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>seriesCO</cstring> <cstring>seriesCO</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Font series</string> <string>Font series</string>
</property> </property>
</widget> </widget>
<widget row="3" column="0" > <widget class="QLabel" row="3" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>colorLA</cstring> <cstring>colorLA</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Color:</string> <string>&amp;Color:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>colorCO</cstring> <cstring>colorCO</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Font color</string> <string>Font color</string>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout6</cstring> <cstring>Layout6</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QGroupBox">
<class>QGroupBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>sizeGB</cstring> <cstring>sizeGB</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Never Toggled</string> <string>Never Toggled</string>
</property> </property>
<property> <property name="layoutMargin" stdset="0">
<name>layoutMargin</name>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>sizeLA</cstring> <cstring>sizeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Si&amp;ze:</string> <string>Si&amp;ze:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>sizeCO</cstring> <cstring>sizeCO</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Font size</string> <string>Font size</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QComboBox">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>sizeCO</cstring> <cstring>sizeCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Font size</string> <string>Font size</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QGroupBox">
<class>QGroupBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>miscGB</cstring> <cstring>miscGB</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Always Toggled</string> <string>Always Toggled</string>
</property> </property>
<property> <property name="layoutMargin" stdset="0">
<name>layoutMargin</name>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Other font settings</string> <string>Other font settings</string>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>miscLA</cstring> <cstring>miscLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Misc:</string> <string>&amp;Misc:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>miscCO</cstring> <cstring>miscCO</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QComboBox">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>miscCO</cstring> <cstring>miscCO</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Other font settings</string> <string>Other font settings</string>
</property> </property>
</widget> </widget>
@ -395,156 +327,125 @@
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout16</cstring> <cstring>Layout16</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>toggleallCB</cstring> <cstring>toggleallCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Toggle all</string> <string>&amp;Toggle all</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>toggle font on all of the above</string> <string>toggle font on all of the above</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>autoapplyCB</cstring> <cstring>autoapplyCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Apply changes immediately</string> <string>Apply changes immediately</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Apply each change automatically</string> <string>Apply each change automatically</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout15</cstring> <cstring>Layout15</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer2_2</cstring> <cstring>Spacer2_2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>applyPB</cstring> <cstring>applyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Apply</string> <string>&amp;Apply</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Close</string> <string>Close</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -601,7 +502,6 @@
<receiver>QCharacterDialogBase</receiver> <receiver>QCharacterDialogBase</receiver>
<slot>change_adaptor()</slot> <slot>change_adaptor()</slot>
</connection> </connection>
<slot access="public">change_adaptor()</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>familyCO</tabstop> <tabstop>familyCO</tabstop>
@ -617,4 +517,12 @@
<tabstop>applyPB</tabstop> <tabstop>applyPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>change_adaptor()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,232 +1,190 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QCitationDialogBase</class> <class>QCitationDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QCitationDialogBase</cstring> <cstring>QCitationDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>400</width> <width>475</width>
<height>310</height> <height>319</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>1</vsizetype> <vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QCitationDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="1" > <widget class="QMultiLineEdit" row="0" column="1">
<class>QMultiLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>infoML</cstring> <cstring>infoML</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>7</vsizetype> <vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="focusPolicy">
<name>focusPolicy</name>
<enum>NoFocus</enum> <enum>NoFocus</enum>
</property> </property>
<property stdset="1"> <property name="wordWrap">
<name>wordWrap</name>
<enum>WidgetWidth</enum> <enum>WidgetWidth</enum>
</property> </property>
<property stdset="1"> <property name="readOnly">
<name>readOnly</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Bibliography entry</string> <string>Bibliography entry</string>
</property> </property>
</widget> </widget>
<widget row="0" column="0" rowspan="2" colspan="1" > <widget class="QLayoutWidget" row="0" column="0" rowspan="2" colspan="1">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="2" column="2" > <widget class="QPushButton" row="2" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>downPB</cstring> <cstring>downPB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>0</hsizetype> <hsizetype>0</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string></string> <string></string>
</property> </property>
<property stdset="1"> <property name="pixmap">
<name>pixmap</name>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Move the selected citation down</string> <string>Move the selected citation down</string>
</property> </property>
</widget> </widget>
<widget row="1" column="0" rowspan="3" colspan="2" > <widget class="QListBox" row="1" column="0" rowspan="3" colspan="2">
<class>QListBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>New Item</string> <string>New Item</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>selectedLB</cstring> <cstring>selectedLB</cstring>
</property> </property>
<property stdset="1"> <property name="vScrollBarMode">
<name>vScrollBarMode</name>
<enum>AlwaysOn</enum> <enum>AlwaysOn</enum>
</property> </property>
<property stdset="1"> <property name="hScrollBarMode">
<name>hScrollBarMode</name>
<enum>AlwaysOff</enum> <enum>AlwaysOff</enum>
</property> </property>
<property stdset="1"> <property name="selectionMode">
<name>selectionMode</name>
<enum>Single</enum> <enum>Single</enum>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Citations currently selected</string> <string>Citations currently selected</string>
</property> </property>
</widget> </widget>
<widget row="4" column="1" rowspan="1" colspan="2" > <widget class="QPushButton" row="4" column="1" rowspan="1" colspan="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>deletePB</cstring> <cstring>deletePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>D&amp;elete</string> <string>D&amp;elete</string>
</property> </property>
</widget> </widget>
<widget row="1" column="2" > <widget class="QPushButton" row="1" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>upPB</cstring> <cstring>upPB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>0</hsizetype> <hsizetype>0</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string></string> <string></string>
</property> </property>
<property stdset="1"> <property name="pixmap">
<name>pixmap</name>
<pixmap>image1</pixmap> <pixmap>image1</pixmap>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Move the selected citation up</string> <string>Move the selected citation up</string>
</property> </property>
</widget> </widget>
<widget row="0" column="0" rowspan="1" colspan="3" > <widget class="QLabel" row="0" column="0" rowspan="1" colspan="3">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>insetKeysLA</cstring> <cstring>insetKeysLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Citations:</string> <string>&amp;Citations:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>selectedLB</cstring> <cstring>selectedLB</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="0" > <widget class="QPushButton" row="4" column="0">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>addPB</cstring> <cstring>addPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Add...</string> <string>&amp;Add...</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string></string> <string></string>
</property> </property>
</widget> </widget>
<spacer row="3" column="2" > <spacer row="3" column="2">
<property> <property name="name">
<name>name</name>
<cstring>Spacer14</cstring> <cstring>Spacer14</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -235,245 +193,197 @@
</spacer> </spacer>
</grid> </grid>
</widget> </widget>
<widget row="2" column="0" rowspan="1" colspan="2" > <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout6</cstring> <cstring>Layout6</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>restorePB</cstring> <cstring>restorePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Restore</string> <string>&amp;Restore</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer4</cstring> <cstring>Spacer4</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>applyPB</cstring> <cstring>applyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>A&amp;pply</string> <string>A&amp;pply</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Cancel</string> <string>Cancel</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget row="1" column="1" > <widget class="QGroupBox" row="1" column="1">
<class>QGroupBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>GroupBox8</cstring> <cstring>GroupBox8</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Style</string> <string>Style</string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>citationStyleLA</cstring> <cstring>citationStyleLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Citation &amp;style:</string> <string>Citation &amp;style:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>citationStyleCO</cstring> <cstring>citationStyleCO</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QComboBox" row="0" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>citationStyleCO</cstring> <cstring>citationStyleCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Natbib citation style to use</string> <string>Natbib citation style to use</string>
</property> </property>
</widget> </widget>
<widget row="4" column="0" rowspan="1" colspan="2" > <widget class="QCheckBox" row="4" column="0" rowspan="1" colspan="2">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>forceuppercaseCB</cstring> <cstring>forceuppercaseCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Force &amp;upper case</string> <string>Force &amp;upper case</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Force upper case in citation</string> <string>Force upper case in citation</string>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>textAfterLA</cstring> <cstring>textAfterLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Text after:</string> <string>&amp;Text after:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>textAfterED</cstring> <cstring>textAfterED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QLineEdit" row="2" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>textAfterED</cstring> <cstring>textAfterED</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Text to place after citation</string> <string>Text to place after citation</string>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>textBeforeED</cstring> <cstring>textBeforeED</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Text to place before citation</string> <string>Text to place before citation</string>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>textBeforeLA</cstring> <cstring>textBeforeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Text &amp;before:</string> <string>Text &amp;before:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>textAfterED</cstring> <cstring>textAfterED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="0" rowspan="1" colspan="2" > <widget class="QCheckBox" row="3" column="0" rowspan="1" colspan="2">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>fulllistCB</cstring> <cstring>fulllistCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Full author list</string> <string>&amp;Full author list</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>List all authors</string> <string>List all authors</string>
</property> </property>
</widget> </widget>
@ -482,13 +392,11 @@
</grid> </grid>
</widget> </widget>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="460">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b0000019349444154388dd5d52f4843411cc0f1ef93851b2cbc605030f8ba65f5923a2c6232af68552cfe01912583a0c669114c6be29298742b7206c13517677b0f0cbbf060bf3098616e6c73db7b8a0b5e3bee7e9f77bffbdd8fe7186398c4989a883a4938316e71f9e0bc356ebd74bae7fc0a0658ddd9e578318d974a02500b1b64ae8a044759606f645c249c5fd3dcbffb94038b9b52f82288b55161d1f06c12aa4db80deb0481e04eab4814e216af09d20484ee95fc0d0cf4262f9179f65cc5a81750f21b7df35ad84025140268adbfc518639c3e589e8aa8fd3c5b2b4b00ed2289500d055f84198100b01698f750877954d840894053b01f75e4eeb2fb01a7b7a5b5d62db59fe731b78597689fae62858bc0a72602f2b551d12da27da9c14d1179b8ee9eb6efc49d34b4d6ad0c5038dca414589e6dbd1f05500a2f95a4527e1b8ac290e219631c39db267b72cdf29c4b757083ab48cf8c4787c2837861c103a5dab9c54447c2c37057c54721a2f33a779e058e37d6c9955f63a191702f9e03a8bcc64261e0b98d1b9d668883fe08fee9f87fbfa64fb56fd82e80135b990000000049454e44ae426082</data>
<data format="XPM.GZ" length="1337">789ca5d2cb6ee2301480e13d4f11c10e8da6101293a89a45e9fd02a59745a5aa0bc7760ab4909424b4a1eabbd7e71c9b409559d562914fbf8d4dcc5edb79180f9df65e23cb793e158e98f0a5d396c57c5e3e3efdfb6c345dd7d11f2f70bacd3f8de65f4738a364a1e059e9e7560707b0850c7ac27781d744cf63c80b43c138b024f6fdd003ae0c43e288188611f2c45046129811235720ef0c193131e4c46343257d6041142ef114d8ed301944c017a23dd587a10c05f01c19b06e1f279f19fa410f288981cf71ed3dd1eebb24da7d5343538f806e27e2c4055130e21019dab5b7c05ed7324786924bbc140ef45dce05d60324b7efea90a8bf1927df001997ae62c035b0dfb3c778230a45754eb49367c020928c3801869ead0343ae70a367a4b093a740ee4945758cd4fbc458df8191548c780514bee2c44b62ecc6313002ca4d8d81b092aa00c61bbe2271e09fb976fcb2b4cca8293c1242ffae9a123f4fa6b397baf23a5f24697d795b66f97f4a91e5abdd42877ad725fd50386c51e57a7dc0078747d9f1c9eaf4ecfc625374ba8caf06c324cb92341d5dabad7d5439beb9d5212b720ad509742a92adb07536487755d83eb54ef755d879d7aa9c5561f7165459851ff7a3aaf0db3bfd59bef61bdf12452a24</data>
</image> </image>
<image> <image name="image1">
<name>image1</name> <data format="PNG" length="554">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000001f149444154388dedd53f68136118c7f16f4a86b750e1021d92413083d04205af38e881cb8b148c38984dfc038d1487db8cdca263c75b1d75d4c9d22983430a22470769c14acfa17019c4cb20e4851edc331c9c83a6a169f307b5e0e033be777cee797ff73ebc852008388b9a3913f59f80b5e7e7ce4a2dffabb0f6fcdc5d6d60df7e8453ab4f8517a7419f3d6972ef86c34b0195a638b57a1eb4360abfddb1f6fcbcb9eaf2fc8ec3db4e8c9c2fc1758dbaac27763e12d69e9f37d75cd61b1a7f2fe6b508d642052e56e1660d75653c7e6a1447e8c35f284224299859ac8512a8450ca050236339016bcfcfdd078d012a3f5131020850c25eaa106660445099e0acd4f3e0dd717c66186dacb9b8776fb1beb5cf5637a697a4482283979294ddaf4275a902730a6c1b7555337c140bfd91d69e9f57e7cb5cbbb44cd7f48880c82a61db8bc8bc45980864a0ca25646f1f0e3a607a9008f4623006f9d82668b70ac7a2900f1b8428c2cd57839032a1fee91b664e413726fc2e580acc970ef2e605d28d203b124ecf380882133f407b7eae2f5468272976719610a16a297633900c82f7ed916779e2e42d9f1b5a2832c5584d39d2920db6d9cf7a524dfcf6ce218407315122a84383981292a57f0edf7ffc94b45ca6dbef727b07a20826e06361d96e117eb6a0a8861e0824662c5cf87f35f5eb077d75e64c8401bd420000000049454e44ae426082</data>
<data format="XPM.GZ" length="2333">789cc5d4c96edb301006e0bb9f42086f413191686d44d143f67ddf53f4409192b7388be3c4498abe7ba99911112768e34b5133877ce63f143779613eb838d80de6175a0f633dee99c074f52898b78fc3e1cbf71fdf7eb6e6a40cdc5f960572ee4b6bee701c9860eff6a6ac01a18308f1838ebc73b464c7ec2b761e515eb30d7bc59bf2961c85643160c712f3a260e752613e43e791610b72db243879b821c761a2d16376cc7e699c52fe926dc8a2ef4df92e3909d9176c9b15e87372aaf236d677d836a7fe5d7216b1cfd84ac5e823b65506bd4cce23f6035b69caefb02d7be84df953b2b205f55f930b6912f4c8dba237d92959e079456116f1fc5276c2ee905542e38b8aac9382c6db2217a5a5e73d918d644fd8dad2fd5a42fbe7c3335bb3efc996f3a2575b867e3f37c8fe7909d94a1e7f0fad9af3135db6caf0bce090eccfcbd46e47beff84ece71fb353f61dbb59cf23d93fff18ad7449fb2f4ab2dfff6d7229cb14fbf13ec751635864a7ec03b4f6f35d2737fb25f07d4ab4df8ffddaa96cee9700b29fef2a5aeb88cfefb576d6568aef4fc16eee13ee7f563853fe96ecebdb645b96343eae376f37eb873572333f61c86ebd94c7f73f2f6cb37e452ed38a9cd736b6925585c6fb674b6f7c7f2bfcd08fd9eced7fe541809e3defd20518b0b3e55dba840a3ad0fd58f131efd23de8c300ae610837ef2bdee75dfa16d377700f237880f174c574dea71fe10926aee2d955bcbcad789b77e9571efbc98d3d72158bb004cb6e562b1ff32ebdea56b906ebb0019b98df7215dbb003bb6e567a3aefd27bb00f07700847700c2758318153388373b8804bd77f35950f21c226dd7f036843ecf209a490b96feaef4308ffb89f3928013012426851ccb0ff7dcabbd5a6b3e585c1fcfd8ce3e7c28a525430119d59f2a22b7a2e59b7be187c9a9760c5801aac40f459feefed9fe77f7d6dfd06af616644</data>
</image> </image>
</images> </images>
<connections> <connections>
@ -552,14 +460,6 @@
<receiver>QCitationDialogBase</receiver> <receiver>QCitationDialogBase</receiver>
<slot>del()</slot> <slot>del()</slot>
</connection> </connection>
<slot access="protected">add()</slot>
<slot access="public">availableChanged()</slot>
<slot access="public">changed_adaptor()</slot>
<slot access="protected">del()</slot>
<slot access="protected">down()</slot>
<slot access="public">find()</slot>
<slot access="public">selectedChanged()</slot>
<slot access="public">up()</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>selectedLB</tabstop> <tabstop>selectedLB</tabstop>
@ -577,4 +477,19 @@
<tabstop>applyPB</tabstop> <tabstop>applyPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot access="protected">add()</slot>
<slot>availableChanged()</slot>
<slot>changed_adaptor()</slot>
<slot access="protected">del()</slot>
<slot access="protected">down()</slot>
<slot>find()</slot>
<slot>selectedChanged()</slot>
<slot>up()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,332 +1,280 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QCitationFindDialogBase</class> <class>QCitationFindDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QCitationFindDialogBase</cstring> <cstring>QCitationFindDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>375</width> <width>419</width>
<height>257</height> <height>266</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>1</vsizetype> <vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name>
<string>LyX: Add Citation</string> <string>LyX: Add Citation</string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" rowspan="2" colspan="1" > <widget class="QLayoutWidget" row="0" column="0" rowspan="2" colspan="1">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout7</cstring> <cstring>Layout7</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QListBox">
<class>QListBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>New Item</string> <string>New Item</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>availableLB</cstring> <cstring>availableLB</cstring>
</property> </property>
<property stdset="1"> <property name="vScrollBarMode">
<name>vScrollBarMode</name>
<enum>AlwaysOn</enum> <enum>AlwaysOn</enum>
</property> </property>
<property stdset="1"> <property name="hScrollBarMode">
<name>hScrollBarMode</name>
<enum>AlwaysOff</enum> <enum>AlwaysOff</enum>
</property> </property>
<property stdset="1"> <property name="selectionMode">
<name>selectionMode</name>
<enum>Extended</enum> <enum>Extended</enum>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Available bibliography keys</string> <string>Available bibliography keys</string>
</property> </property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<widget row="0" column="1" rowspan="1" colspan="3" > <widget class="QMultiLineEdit" row="0" column="1" rowspan="1" colspan="3">
<class>QMultiLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>infoML</cstring> <cstring>infoML</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>7</vsizetype> <vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="focusPolicy">
<name>focusPolicy</name>
<enum>NoFocus</enum> <enum>NoFocus</enum>
</property> </property>
<property stdset="1"> <property name="wordWrap">
<name>wordWrap</name>
<enum>WidgetWidth</enum> <enum>WidgetWidth</enum>
</property> </property>
<property stdset="1"> <property name="readOnly">
<name>readOnly</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Bibliography entry</string> <string>Bibliography entry</string>
</property> </property>
</widget> </widget>
<spacer row="2" column="1" > <spacer row="2" column="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer4</cstring> <cstring>Spacer4</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="2" column="3" > <widget class="QPushButton" row="2" column="3">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Cancel</string> <string>Cancel</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="2" column="2" > <widget class="QPushButton" row="2" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>addPB</cstring> <cstring>addPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Add</string> <string>&amp;Add</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget row="1" column="1" rowspan="1" colspan="3" > <widget class="QLayoutWidget" row="1" column="1" rowspan="1" colspan="3">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring> <cstring>Layout4</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="2" column="1" > <widget class="QPushButton" row="2" column="1">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>previousPB</cstring> <cstring>previousPB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Previous</string> <string>&amp;Previous</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="1" column="0" rowspan="1" colspan="2" > <widget class="QLineEdit" row="1" column="0" rowspan="1" colspan="2">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>searchED</cstring> <cstring>searchED</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>7</hsizetype> <hsizetype>7</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Browse the available bibliography entries</string> <string>Browse the available bibliography entries</string>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QCheckBox" row="2" column="0">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>searchCaseCB</cstring> <cstring>searchCaseCB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Case &amp;sensitive</string> <string>Case &amp;sensitive</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Make the search case-sensitive</string> <string>Make the search case-sensitive</string>
</property> </property>
</widget> </widget>
<widget row="3" column="1" > <widget class="QPushButton" row="3" column="1">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>nextPB</cstring> <cstring>nextPB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Next</string> <string>&amp;Next</string>
</property> </property>
<property stdset="1"> <property name="accel">
<name>accel</name> <string>Alt+N</string>
<number>276824142</number>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLayoutWidget" row="0" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>TextLabel1</cstring> <cstring>TextLabel1</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>0</hsizetype> <hsizetype>0</hsizetype>
<vsizetype>1</vsizetype> <vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Find:</string> <string>&amp;Find:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>searchED</cstring> <cstring>searchED</cstring>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer5</cstring> <cstring>Spacer5</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -335,25 +283,22 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget row="3" column="0" > <widget class="QCheckBox" row="3" column="0">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>searchTypeCB</cstring> <cstring>searchTypeCB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Regular Expression</string> <string>&amp;Regular Expression</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Interpret search entry as a regular expression</string> <string>Interpret search entry as a regular expression</string>
</property> </property>
</widget> </widget>
@ -385,4 +330,9 @@
<tabstop>addPB</tabstop> <tabstop>addPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QDelimiterDialogBase</class> <class>QDelimiterDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QDelimiterDialogBase</cstring> <cstring>QDelimiterDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,151 +12,136 @@
<height>283</height> <height>283</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QDelimiterDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout14</cstring> <cstring>Layout14</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout13</cstring> <cstring>Layout13</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="IconPalette">
<class>IconPalette</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>leftIP</cstring> <cstring>leftIP</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>7</vsizetype> <vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout9</cstring> <cstring>Layout9</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout8</cstring> <cstring>Layout8</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>leftPI</cstring> <cstring>leftPI</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>1</vsizetype> <vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="minimumSize">
<name>minimumSize</name>
<size> <size>
<width>5</width> <width>5</width>
<height>5</height> <height>5</height>
</size> </size>
</property> </property>
<property stdset="1"> <property name="maximumSize">
<name>maximumSize</name>
<size> <size>
<width>40</width> <width>40</width>
<height>40</height> <height>40</height>
</size> </size>
</property> </property>
<property stdset="1"> <property name="scaledContents">
<name>scaledContents</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Left delimiter</string> <string>Left delimiter</string>
</property> </property>
</widget> </widget>
@ -171,118 +151,105 @@
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout12</cstring> <cstring>Layout12</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="IconPalette">
<class>IconPalette</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>rightIP</cstring> <cstring>rightIP</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>7</vsizetype> <vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout11</cstring> <cstring>Layout11</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout10</cstring> <cstring>Layout10</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>rightPI</cstring> <cstring>rightPI</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>1</vsizetype> <vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="minimumSize">
<name>minimumSize</name>
<size> <size>
<width>5</width> <width>5</width>
<height>5</height> <height>5</height>
</size> </size>
</property> </property>
<property stdset="1"> <property name="maximumSize">
<name>maximumSize</name>
<size> <size>
<width>40</width> <width>40</width>
<height>40</height> <height>40</height>
</size> </size>
</property> </property>
<property stdset="1"> <property name="scaledContents">
<name>scaledContents</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Right delimiter</string> <string>Right delimiter</string>
</property> </property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer2_2</cstring> <cstring>Spacer2_2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -295,55 +262,45 @@
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout7</cstring> <cstring>Layout7</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>matchCB</cstring> <cstring>matchCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Keep matched</string> <string>&amp;Keep matched</string>
</property> </property>
<property stdset="1"> <property name="checked">
<name>checked</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Match delimiter types</string> <string>Match delimiter types</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer4</cstring> <cstring>Spacer4</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -352,65 +309,53 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring> <cstring>Layout4</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>insertPB</cstring> <cstring>insertPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Insert</string> <string>&amp;Insert</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Insert the delimiters</string> <string>Insert the delimiters</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
@ -430,14 +375,15 @@
<sizepolicy> <sizepolicy>
<hordata>5</hordata> <hordata>5</hordata>
<verdata>5</verdata> <verdata>5</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="256">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000c749444154388dad55db1184200c4c180bb81a28c73aad811228c356f42b3792db3cc0db2fc724bb7901dc7b270f27ed17fa5fa9b117b7cd90211f4ba0ac906a7f1453b4d30ca917bb590681552af23f69bfc4ffa71519d2c8f62546ea5ea03738b1c18c33a4d156f0d13f43b61952e4af6d6e8fb3a408f080448419a433d6486d85052fdba892a295f5d45785cd8c51a9d6de6a814a8d2131da51f98e7a3b64ec9da04a8db53d43be3c3c0b22cacf17e4cdb5a931649ceddf34b190cf0aa019f03f1fd3e7457f03b5a66c9ed26e86130000000049454e44ae426082</data>
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image> </image>
</images> </images>
<connections> <connections>
@ -453,6 +399,17 @@
<receiver>QDelimiterDialogBase</receiver> <receiver>QDelimiterDialogBase</receiver>
<slot>insertClicked()</slot> <slot>insertClicked()</slot>
</connection> </connection>
<slot access="public">insertClicked()</slot>
</connections> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>insertClicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>iconpalette.h</includehint>
<includehint>iconpalette.h</includehint>
</includehints>
</UI> </UI>

View File

@ -1,127 +1,109 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QDocumentDialogBase</class> <class>QDocumentDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QDocumentDialogBase</cstring> <cstring>QDocumentDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>422</width> <width>459</width>
<height>124</height> <height>124</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>1</vsizetype> <vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QDocumentDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="PanelStack">
<class>PanelStack</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>docPS</cstring> <cstring>docPS</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>defaultPB</cstring> <cstring>defaultPB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Use Class Defaults</string> <string>Use Class Defaults</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Reset to the default settings for the document class</string> <string>Reset to the default settings for the document class</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>savePB</cstring> <cstring>savePB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Save as Document Defaults</string> <string>Save as Document Defaults</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Save settings as LyX's default document settings</string> <string>Save settings as LyX's default document settings</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -130,91 +112,72 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>restorePB</cstring> <cstring>restorePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Restore</string> <string>&amp;Restore</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>applyPB</cstring> <cstring>applyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Apply</string> <string>&amp;Apply</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Cancel</string> <string>&amp;Cancel</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -234,14 +197,15 @@
<sizepolicy> <sizepolicy>
<hordata>7</hordata> <hordata>7</hordata>
<verdata>7</verdata> <verdata>7</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="256">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000c749444154388dad55db1184200c4c180bb81a28c73aad811228c356f42b3792db3cc0db2fc724bb7901dc7b270f27ed17fa5fa9b117b7cd90211f4ba0ac906a7f1453b4d30ca917bb590681552af23f69bfc4ffa71519d2c8f62546ea5ea03738b1c18c33a4d156f0d13f43b61952e4af6d6e8fb3a408f080448419a433d6486d85052fdba892a295f5d45785cd8c51a9d6de6a814a8d2131da51f98e7a3b64ec9da04a8db53d43be3c3c0b22cacf17e4cdb5a931649ceddf34b190cf0aa019f03f1fd3e7457f03b5a66c9ed26e86130000000049454e44ae426082</data>
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image> </image>
</images> </images>
<connections> <connections>
@ -257,8 +221,18 @@
<receiver>QDocumentDialogBase</receiver> <receiver>QDocumentDialogBase</receiver>
<slot>useDefaultsClicked()</slot> <slot>useDefaultsClicked()</slot>
</connection> </connection>
<slot access="public">change_adaptor()</slot> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>change_adaptor()</slot>
<slot access="protected">saveDefaultClicked()</slot> <slot access="protected">saveDefaultClicked()</slot>
<slot access="protected">useDefaultsClicked()</slot> <slot access="protected">useDefaultsClicked()</slot>
</connections> </slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>panelstack.h</includehint>
</includehints>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QERTDialogBase</class> <class>QERTDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QERTDialogBase</cstring> <cstring>QERTDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,152 +12,124 @@
<height>194</height> <height>194</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QERTDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QButtonGroup">
<class>QButtonGroup</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>ertBG</cstring> <cstring>ertBG</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Display</string> <string>Display</string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QRadioButton">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>inlineRB</cstring> <cstring>inlineRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Inline</string> <string>&amp;Inline</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Show ERT inline</string> <string>Show ERT inline</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QRadioButton">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>collapsedRB</cstring> <cstring>collapsedRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Collapsed</string> <string>&amp;Collapsed</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Show ERT button only</string> <string>Show ERT button only</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QRadioButton">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>openRB</cstring> <cstring>openRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>O&amp;pen</string> <string>O&amp;pen</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Show ERT contents</string> <string>Show ERT contents</string>
</property> </property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Close</string> <string>Close</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
@ -189,6 +156,13 @@
<receiver>QERTDialogBase</receiver> <receiver>QERTDialogBase</receiver>
<slot>change_adaptor()</slot> <slot>change_adaptor()</slot>
</connection> </connection>
<slot access="public">change_adaptor()</slot>
</connections> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>change_adaptor()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QErrorListDialogBase</class> <class>QErrorListDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QErrorListDialogBase</cstring> <cstring>QErrorListDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,72 +12,59 @@
<height>367</height> <height>367</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QErrorListDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" rowspan="1" colspan="2" > <widget class="QListBox" row="0" column="0" rowspan="1" colspan="2">
<class>QListBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>New Item</string> <string>New Item</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>errorsLB</cstring> <cstring>errorsLB</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QPushButton" row="2" column="1">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
<spacer row="2" column="0" > <spacer row="2" column="0">
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="1" column="0" rowspan="1" colspan="2" > <widget class="QTextBrowser" row="1" column="0" rowspan="1" colspan="2">
<class>QTextBrowser</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>descriptionTB</cstring> <cstring>descriptionTB</cstring>
</property> </property>
</widget> </widget>
@ -96,8 +78,13 @@
<slot>select_adaptor(int)</slot> <slot>select_adaptor(int)</slot>
</connection> </connection>
</connections> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots> <slots>
<slot>close_adaptor()</slot> <slot>close_adaptor()</slot>
<slot>select_adaptor(int)</slot> <slot>select_adaptor(int)</slot>
</slots> </slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QFloatDialogBase</class> <class>QFloatDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QFloatDialogBase</cstring> <cstring>QFloatDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,115 +12,93 @@
<height>336</height> <height>336</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QFloatDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="FloatPlacement">
<class>FloatPlacement</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>floatFP</cstring> <cstring>floatFP</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout1</cstring> <cstring>Layout1</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>restorePB</cstring> <cstring>restorePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Restore</string> <string>&amp;Restore</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>applyPB</cstring> <cstring>applyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Apply</string> <string>&amp;Apply</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
@ -145,23 +118,32 @@
<sizepolicy> <sizepolicy>
<hordata>5</hordata> <hordata>5</hordata>
<verdata>5</verdata> <verdata>5</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="256">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000c749444154388dad55db1184200c4c180bb81a28c73aad811228c356f42b3792db3cc0db2fc724bb7901dc7b270f27ed17fa5fa9b117b7cd90211f4ba0ac906a7f1453b4d30ca917bb590681552af23f69bfc4ffa71519d2c8f62546ea5ea03738b1c18c33a4d156f0d13f43b61952e4af6d6e8fb3a408f080448419a433d6486d85052fdba892a295f5d45785cd8c51a9d6de6a814a8d2131da51f98e7a3b64ec9da04a8db53d43be3c3c0b22cacf17e4cdb5a931649ceddf34b190cf0aa019f03f1fd3e7457f03b5a66c9ed26e86130000000049454e44ae426082</data>
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image> </image>
</images> </images>
<connections>
<slot access="protected">change_adaptor()</slot>
</connections>
<tabstops> <tabstops>
<tabstop>restorePB</tabstop> <tabstop>restorePB</tabstop>
<tabstop>okPB</tabstop> <tabstop>okPB</tabstop>
<tabstop>applyPB</tabstop> <tabstop>applyPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot access="protected">change_adaptor()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>floatplacement.h</includehint>
</includehints>
</UI> </UI>

File diff suppressed because it is too large Load Diff

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QIncludeDialogBase</class> <class>QIncludeDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QIncludeDialogBase</cstring> <cstring>QIncludeDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,269 +12,225 @@
<height>266</height> <height>266</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QIncludeDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>filenameLA</cstring> <cstring>filenameLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;File:</string> <string>&amp;File:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>filenameED</cstring> <cstring>filenameED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string></string> <string></string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>filenameED</cstring> <cstring>filenameED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>File name to include</string> <string>File name to include</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>browsePB</cstring> <cstring>browsePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Browse...</string> <string>&amp;Browse...</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Select a file</string> <string>Select a file</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>TextLabel1</cstring> <cstring>TextLabel1</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Include Type:</string> <string>&amp;Include Type:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>typeCO</cstring> <cstring>typeCO</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QComboBox">
<class>QComboBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Input</string> <string>Input</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Include</string> <string>Include</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Verbatim</string> <string>Verbatim</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>typeCO</cstring> <cstring>typeCO</cstring>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer27</cstring> <cstring>Spacer27</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>loadPB</cstring> <cstring>loadPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Load</string> <string>&amp;Load</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Load the file</string> <string>Load the file</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring> <cstring>Layout4</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>visiblespaceCB</cstring> <cstring>visiblespaceCB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Mark spaces in output</string> <string>&amp;Mark spaces in output</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Underline spaces in generated output</string> <string>Underline spaces in generated output</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>previewCB</cstring> <cstring>previewCB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Show preview</string> <string>&amp;Show preview</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Show LaTeX preview</string> <string>Show LaTeX preview</string>
</property> </property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer5</cstring> <cstring>Spacer5</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -289,85 +240,69 @@
</hbox> </hbox>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer13_2</cstring> <cstring>Spacer13_2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
@ -418,10 +353,6 @@
<receiver>QIncludeDialogBase</receiver> <receiver>QIncludeDialogBase</receiver>
<slot>change_adaptor()</slot> <slot>change_adaptor()</slot>
</connection> </connection>
<slot access="public">browseClicked()</slot>
<slot access="public">change_adaptor()</slot>
<slot access="public">loadClicked()</slot>
<slot access="public">typeChanged(int)</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>filenameED</tabstop> <tabstop>filenameED</tabstop>
@ -433,4 +364,15 @@
<tabstop>okPB</tabstop> <tabstop>okPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>browseClicked()</slot>
<slot>change_adaptor()</slot>
<slot>loadClicked()</slot>
<slot>typeChanged(int)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,145 +1,118 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QIndexDialogBase</class> <class>QIndexDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QIndexDialogBase</cstring> <cstring>QIndexDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>203</width> <width>203</width>
<height>82</height> <height>86</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QIndexDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout28</cstring> <cstring>Layout28</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>keywordLA</cstring> <cstring>keywordLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string></string> <string></string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>keywordED</cstring> <cstring>keywordED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string></string> <string></string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>keywordED</cstring> <cstring>keywordED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string></string> <string></string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout27</cstring> <cstring>Layout27</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Cancel</string> <string>Cancel</string>
</property> </property>
</widget> </widget>
@ -154,6 +127,13 @@
<receiver>QIndexDialogBase</receiver> <receiver>QIndexDialogBase</receiver>
<slot>change_adaptor()</slot> <slot>change_adaptor()</slot>
</connection> </connection>
<slot access="public">change_adaptor()</slot>
</connections> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>change_adaptor()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QLogDialogBase</class> <class>QLogDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QLogDialogBase</cstring> <cstring>QLogDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,93 +12,77 @@
<height>328</height> <height>328</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QLogDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QTextView">
<class>QTextView</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>logTV</cstring> <cstring>logTV</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout27</cstring> <cstring>Layout27</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>updatePB</cstring> <cstring>updatePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Update</string> <string>&amp;Update</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Update the display</string> <string>Update the display</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
@ -118,11 +97,18 @@
<receiver>QLogDialogBase</receiver> <receiver>QLogDialogBase</receiver>
<slot>updateClicked()</slot> <slot>updateClicked()</slot>
</connection> </connection>
<slot access="public">updateClicked()</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>logTV</tabstop> <tabstop>logTV</tabstop>
<tabstop>updatePB</tabstop> <tabstop>updatePB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>updateClicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

File diff suppressed because it is too large Load Diff

View File

@ -1,161 +1,126 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QMathMatrixDialogBase</class> <class>QMathMatrixDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QMathMatrixDialogBase</cstring> <cstring>QMathMatrixDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>248</width> <width>321</width>
<height>371</height> <height>371</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QMathMatrixDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" rowspan="1" colspan="2" > <widget class="QLayoutWidget" row="0" column="0" rowspan="1" colspan="2">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout1</cstring> <cstring>Layout1</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>rowsL</cstring> <cstring>rowsL</cstring>
</property> </property>
<property stdset="1"> <property name="frameShape">
<name>frameShape</name>
<enum>MShape</enum> <enum>MShape</enum>
</property> </property>
<property stdset="1"> <property name="frameShadow">
<name>frameShadow</name>
<enum>MShadow</enum> <enum>MShadow</enum>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Rows:</string> <string>&amp;Rows:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>rowsSB</cstring> <cstring>rowsSB</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Number of rows</string> <string>Number of rows</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QSpinBox">
<class>QSpinBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>rowsSB</cstring> <cstring>rowsSB</cstring>
</property> </property>
<property stdset="1"> <property name="buttonSymbols">
<name>buttonSymbols</name>
<enum>PlusMinus</enum> <enum>PlusMinus</enum>
</property> </property>
<property stdset="1"> <property name="maxValue">
<name>maxValue</name>
<number>511</number> <number>511</number>
</property> </property>
<property stdset="1"> <property name="minValue">
<name>minValue</name>
<number>1</number> <number>1</number>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Number of rows</string> <string>Number of rows</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>columnsL</cstring> <cstring>columnsL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Columns:</string> <string>&amp;Columns:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>columnsSB</cstring> <cstring>columnsSB</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Number of columns</string> <string>Number of columns</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QSpinBox">
<class>QSpinBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>columnsSB</cstring> <cstring>columnsSB</cstring>
</property> </property>
<property stdset="1"> <property name="buttonSymbols">
<name>buttonSymbols</name>
<enum>PlusMinus</enum> <enum>PlusMinus</enum>
</property> </property>
<property stdset="1"> <property name="maxValue">
<name>maxValue</name>
<number>511</number> <number>511</number>
</property> </property>
<property stdset="1"> <property name="minValue">
<name>minValue</name>
<number>1</number> <number>1</number>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Number of columns</string> <string>Number of columns</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -164,242 +129,197 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<spacer row="1" column="1" > <spacer row="1" column="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer1_2</cstring> <cstring>Spacer1_2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>MinimumExpanding</enum> <enum>MinimumExpanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="1" column="0" > <widget class="EmptyTable" row="1" column="0">
<class>EmptyTable</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>table</cstring> <cstring>table</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>5</vsizetype> <vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Resize this to the correct table dimensions</string> <string>Resize this to the correct table dimensions</string>
</property> </property>
</widget> </widget>
<widget row="4" column="0" rowspan="1" colspan="2" > <widget class="QLayoutWidget" row="4" column="0" rowspan="1" colspan="2">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Close</string> <string>Close</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<spacer row="2" column="0" > <spacer row="2" column="0">
<property> <property name="name">
<name>name</name>
<cstring>Spacer2_2</cstring> <cstring>Spacer2_2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>MinimumExpanding</enum> <enum>MinimumExpanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="3" column="0" rowspan="1" colspan="2" > <widget class="QGroupBox" row="3" column="0" rowspan="1" colspan="2">
<class>QGroupBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>alignmentG</cstring> <cstring>alignmentG</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Alignment</string> <string>Alignment</string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="0" > <widget class="QComboBox" row="1" column="0">
<class>QComboBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Top</string> <string>Top</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Middle</string> <string>Middle</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Bottom</string> <string>Bottom</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>valignCO</cstring> <cstring>valignCO</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Vertical alignment</string> <string>Vertical alignment</string>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>valignLA</cstring> <cstring>valignLA</cstring>
</property> </property>
<property stdset="1"> <property name="frameShape">
<name>frameShape</name>
<enum>MShape</enum> <enum>MShape</enum>
</property> </property>
<property stdset="1"> <property name="frameShadow">
<name>frameShadow</name>
<enum>MShadow</enum> <enum>MShadow</enum>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Vertical:</string> <string>&amp;Vertical:</string>
</property> </property>
<property stdset="1"> <property name="alignment">
<name>alignment</name>
<set>AlignVCenter|AlignLeft</set> <set>AlignVCenter|AlignLeft</set>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>valignCO</cstring> <cstring>valignCO</cstring>
</property> </property>
<property> <property name="wordwrap" stdset="0">
<name>wordwrap</name>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>halignED</cstring> <cstring>halignED</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Horizontal alignment per column (l,c,r)</string> <string>Horizontal alignment per column (l,c,r)</string>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QLabel" row="0" column="1">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>widthLA_2</cstring> <cstring>widthLA_2</cstring>
</property> </property>
<property stdset="1"> <property name="frameShape">
<name>frameShape</name>
<enum>MShape</enum> <enum>MShape</enum>
</property> </property>
<property stdset="1"> <property name="frameShadow">
<name>frameShadow</name>
<enum>MShadow</enum> <enum>MShadow</enum>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Horizontal:</string> <string>&amp;Horizontal:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>halignED</cstring> <cstring>halignED</cstring>
</property> </property>
</widget> </widget>
@ -419,18 +339,19 @@
<sizepolicy> <sizepolicy>
<hordata>5</hordata> <hordata>5</hordata>
<verdata>5</verdata> <verdata>5</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
<signal>colsChanged(int)</signal> <signal>colsChanged(int)</signal>
<signal>rowsChanged(int)</signal> <signal>rowsChanged(int)</signal>
<slot access="public">setNumberColumns(int)</slot> <slot access="public" specifier="">setNumberColumns(int)</slot>
<slot access="public">setNumberRows(int)</slot> <slot access="public" specifier="">setNumberRows(int)</slot>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="256">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000c749444154388dad55db1184200c4c180bb81a28c73aad811228c356f42b3792db3cc0db2fc724bb7901dc7b270f27ed17fa5fa9b117b7cd90211f4ba0ac906a7f1453b4d30ca917bb590681552af23f69bfc4ffa71519d2c8f62546ea5ea03738b1c18c33a4d156f0d13f43b61952e4af6d6e8fb3a408f080448419a433d6486d85052fdba892a295f5d45785cd8c51a9d6de6a814a8d2131da51f98e7a3b64ec9da04a8db53d43be3c3c0b22cacf17e4cdb5a931649ceddf34b190cf0aa019f03f1fd3e7457f03b5a66c9ed26e86130000000049454e44ae426082</data>
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image> </image>
</images> </images>
<connections> <connections>
@ -482,8 +403,18 @@
<receiver>QMathMatrixDialogBase</receiver> <receiver>QMathMatrixDialogBase</receiver>
<slot>change_adaptor()</slot> <slot>change_adaptor()</slot>
</connection> </connection>
<slot access="public">change_adaptor()</slot>
<slot access="public">columnsChanged(int)</slot>
<slot access="public">rowsChanged(int)</slot>
</connections> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>change_adaptor()</slot>
<slot>columnsChanged(int)</slot>
<slot>rowsChanged(int)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>emptytable.h</includehint>
</includehints>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QNoteDialogBase</class> <class>QNoteDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QNoteDialogBase</cstring> <cstring>QNoteDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,114 +12,91 @@
<height>192</height> <height>192</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QNoteDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="0" > <widget class="QPushButton" row="1" column="0">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QPushButton" row="1" column="1">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Close</string> <string>Close</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget row="0" column="0" rowspan="1" colspan="2" > <widget class="QButtonGroup" row="0" column="0" rowspan="1" colspan="2">
<class>QButtonGroup</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>NoteBG</cstring> <cstring>NoteBG</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Type</string> <string>Type</string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QRadioButton">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>noteRB</cstring> <cstring>noteRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>LyX &amp;Note</string> <string>LyX &amp;Note</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>LyX internal only</string> <string>LyX internal only</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QRadioButton">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>commentRB</cstring> <cstring>commentRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Comment</string> <string>&amp;Comment</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Export to LaTeX/Docbook but don't print</string> <string>Export to LaTeX/Docbook but don't print</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QRadioButton">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>greyedoutRB</cstring> <cstring>greyedoutRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Greyed out</string> <string>&amp;Greyed out</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Print as grey text</string> <string>Print as grey text</string>
</property> </property>
</widget> </widget>
@ -151,6 +123,13 @@
<receiver>QNoteDialogBase</receiver> <receiver>QNoteDialogBase</receiver>
<slot>change_adaptor()</slot> <slot>change_adaptor()</slot>
</connection> </connection>
<slot access="public">change_adaptor()</slot>
</connections> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>change_adaptor()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QParagraphDialogBase</class> <class>QParagraphDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QParagraphDialogBase</cstring> <cstring>QParagraphDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,211 +12,173 @@
<height>254</height> <height>254</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QParagraphDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="1" > <widget class="QComboBox" row="1" column="1">
<class>QComboBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Default</string> <string>Default</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Single</string> <string>Single</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>1.5</string> <string>1.5</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Double</string> <string>Double</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Custom</string> <string>Custom</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>linespacing</cstring> <cstring>linespacing</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>linespacingL</cstring> <cstring>linespacingL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>L&amp;ine spacing:</string> <string>L&amp;ine spacing:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>linespacing</cstring> <cstring>linespacing</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QComboBox" row="0" column="1">
<class>QComboBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Justified</string> <string>Justified</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Left</string> <string>Left</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Right</string> <string>Right</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Center</string> <string>Center</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>align</cstring> <cstring>align</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>alignL</cstring> <cstring>alignL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Alig&amp;nment:</string> <string>Alig&amp;nment:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>align</cstring> <cstring>align</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="2" rowspan="2" colspan="1" > <widget class="QLayoutWidget" row="0" column="2" rowspan="2" colspan="1">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring> <cstring>Layout4</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>linespacingValue</cstring> <cstring>linespacingValue</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<widget row="2" column="0" rowspan="1" colspan="3" > <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="3">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>indentCB</cstring> <cstring>indentCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>In&amp;dent paragraph</string> <string>In&amp;dent paragraph</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer14</cstring> <cstring>Spacer14</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -230,179 +187,142 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget row="3" column="0" rowspan="1" colspan="3" > <widget class="QButtonGroup" row="3" column="0" rowspan="1" colspan="3">
<class>QButtonGroup</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>labelwidthGB</cstring> <cstring>labelwidthGB</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Label Width</string> <string>Label Width</string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="1" > <widget class="QLineEdit" row="0" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>labelWidth</cstring> <cstring>labelWidth</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>This text defines the width of the paragraph label</string> <string>This text defines the width of the paragraph label</string>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>TextLabel2</cstring> <cstring>TextLabel2</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Longest label</string> <string>&amp;Longest label</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>labelWidth</cstring> <cstring>labelWidth</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>This text defines the width of the paragraph label</string> <string>This text defines the width of the paragraph label</string>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer row="4" column="2" > <spacer row="4" column="2">
<property> <property name="name">
<name>name</name>
<cstring>Spacer5</cstring> <cstring>Spacer5</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="5" column="0" rowspan="1" colspan="3" > <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="3">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout1</cstring> <cstring>Layout1</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>restorePB</cstring> <cstring>restorePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Restore</string> <string>&amp;Restore</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>applyPB</cstring> <cstring>applyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Apply</string> <string>&amp;Apply</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -447,8 +367,6 @@
<receiver>QParagraphDialogBase</receiver> <receiver>QParagraphDialogBase</receiver>
<slot>change_adaptor()</slot> <slot>change_adaptor()</slot>
</connection> </connection>
<slot access="protected">change_adaptor()</slot>
<slot access="protected">enableLinespacingValue(int)</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>restorePB</tabstop> <tabstop>restorePB</tabstop>
@ -456,4 +374,13 @@
<tabstop>applyPB</tabstop> <tabstop>applyPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot access="protected">change_adaptor()</slot>
<slot access="protected">enableLinespacingValue(int)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefAsciiModule</class> <class>QPrefAsciiModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefAsciiModule</cstring> <cstring>QPrefAsciiModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,94 +12,80 @@
<height>99</height> <height>99</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefAsciiModule</string>
<string></string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>asciiRoffLA</cstring> <cstring>asciiRoffLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;roff command:</string> <string>&amp;roff command:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>asciiRoffED</cstring> <cstring>asciiRoffED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QLayoutWidget" row="0" column="1">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QSpinBox">
<class>QSpinBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>asciiLinelengthSB</cstring> <cstring>asciiLinelengthSB</cstring>
</property> </property>
<property stdset="1"> <property name="maxValue">
<name>maxValue</name>
<number>120</number> <number>120</number>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Max. line length of exported plain text/LaTeX/SGML files</string> <string>Max. line length of exported plain text/LaTeX/SGML files</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer6</cstring> <cstring>Spacer6</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -113,49 +94,38 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>asciiLinelengthLA</cstring> <cstring>asciiLinelengthLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Output &amp;line length:</string> <string>Output &amp;line length:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>asciiLinelengthSB</cstring> <cstring>asciiLinelengthSB</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>asciiRoffED</cstring> <cstring>asciiRoffED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>External app for formating tables in plain text output</string> <string>External app for formating tables in plain text output</string>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -164,4 +134,9 @@
</spacer> </spacer>
</vbox> </vbox>
</widget> </widget>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefColorsModule</class> <class>QPrefColorsModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefColorsModule</cstring> <cstring>QPrefColorsModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,113 +12,94 @@
<height>259</height> <height>259</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefColorsModule</string>
<string></string>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>lyxObjectsLA</cstring> <cstring>lyxObjectsLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Colors</string> <string>&amp;Colors</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>lyxObjectsLB</cstring> <cstring>lyxObjectsLB</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QListBox">
<class>QListBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>lyxObjectsLB</cstring> <cstring>lyxObjectsLB</cstring>
</property> </property>
<property stdset="1"> <property name="resizePolicy">
<name>resizePolicy</name>
<enum>AutoOneFit</enum> <enum>AutoOneFit</enum>
</property> </property>
<property stdset="1"> <property name="vScrollBarMode">
<name>vScrollBarMode</name>
<enum>AlwaysOn</enum> <enum>AlwaysOn</enum>
</property> </property>
<property stdset="1"> <property name="hScrollBarMode">
<name>hScrollBarMode</name>
<enum>AlwaysOff</enum> <enum>AlwaysOff</enum>
</property> </property>
<property stdset="1"> <property name="columnMode">
<name>columnMode</name> <enum>FitToWidth</enum>
<enum>FitToHeight</enum>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout1</cstring> <cstring>Layout1</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>colorChangePB</cstring> <cstring>colorChangePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Alter...</string> <string>&amp;Alter...</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -135,20 +111,16 @@
</vbox> </vbox>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -157,4 +129,9 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,242 +1,198 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefConvertersModule</class> <class>QPrefConvertersModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefConvertersModule</cstring> <cstring>QPrefConvertersModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>472</width> <width>568</width>
<height>265</height> <height>265</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefConvertersModule</string>
<string></string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="1" > <widget class="QLayoutWidget" row="0" column="1">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout16</cstring> <cstring>Layout16</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLayoutWidget" row="0" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="1" > <widget class="QComboBox" row="0" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>converterFromCO</cstring> <cstring>converterFromCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>converterLA</cstring> <cstring>converterLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>C&amp;onverter:</string> <string>C&amp;onverter:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>converterED</cstring> <cstring>converterED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QComboBox" row="1" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>converterToCO</cstring> <cstring>converterToCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget row="3" column="1" > <widget class="QLineEdit" row="3" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>converterFlagED</cstring> <cstring>converterFlagED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>converterToLA</cstring> <cstring>converterToLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;To:[[as in 'From format x to format y']]</string> <string>&amp;To:[[as in 'From format x to format y']]</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>converterToCO</cstring> <cstring>converterToCO</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>converterFromLA</cstring> <cstring>converterFromLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;From:</string> <string>&amp;From:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>converterFromCO</cstring> <cstring>converterFromCO</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QLineEdit" row="2" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>converterED</cstring> <cstring>converterED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="0" > <widget class="QLabel" row="3" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>converterFlagLA</cstring> <cstring>converterFlagLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>E&amp;xtra flag:</string> <string>E&amp;xtra flag:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>converterFlagED</cstring> <cstring>converterFlagED</cstring>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer row="2" column="0" > <spacer row="2" column="0">
<property> <property name="name">
<name>name</name>
<cstring>Spacer28</cstring> <cstring>Spacer28</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="1" column="0" > <widget class="QLayoutWidget" row="1" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout14</cstring> <cstring>Layout14</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>converterNewPB</cstring> <cstring>converterNewPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>A&amp;dd</string> <string>A&amp;dd</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>converterModifyPB</cstring> <cstring>converterModifyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Modify</string> <string>&amp;Modify</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -247,110 +203,93 @@
</widget> </widget>
</grid> </grid>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLayoutWidget" row="0" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout6</cstring> <cstring>Layout6</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>formatsLA_2</cstring> <cstring>formatsLA_2</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Converters</string> <string>&amp;Converters</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>convertersLB</cstring> <cstring>convertersLB</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLayoutWidget" row="2" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer8</cstring> <cstring>Spacer8</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>converterRemovePB</cstring> <cstring>converterRemovePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Remove</string> <string>&amp;Remove</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget row="1" column="0" > <widget class="QListBox" row="1" column="0">
<class>QListBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>New Item</string> <string>New Item</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>convertersLB</cstring> <cstring>convertersLB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>7</vsizetype> <vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="vScrollBarMode">
<name>vScrollBarMode</name>
<enum>AlwaysOn</enum> <enum>AlwaysOn</enum>
</property> </property>
<property stdset="1"> <property name="hScrollBarMode">
<name>hScrollBarMode</name>
<enum>AlwaysOff</enum> <enum>AlwaysOff</enum>
</property> </property>
</widget> </widget>
@ -367,4 +306,9 @@
<tabstop>converterNewPB</tabstop> <tabstop>converterNewPB</tabstop>
<tabstop>converterRemovePB</tabstop> <tabstop>converterRemovePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefCopiersModule</class> <class>QPrefCopiersModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefCopiersModule</cstring> <cstring>QPrefCopiersModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,195 +12,166 @@
<height>261</height> <height>261</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefCopiersModule</string>
<string></string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLayoutWidget" row="0" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout7</cstring> <cstring>Layout7</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="0" > <widget class="QListBox" row="1" column="0">
<class>QListBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>New Item</string> <string>New Item</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>AllCopiersLB</cstring> <cstring>AllCopiersLB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>7</vsizetype> <vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="vScrollBarMode">
<name>vScrollBarMode</name>
<enum>Auto</enum> <enum>Auto</enum>
</property> </property>
<property stdset="1"> <property name="hScrollBarMode">
<name>hScrollBarMode</name>
<enum>AlwaysOff</enum> <enum>AlwaysOff</enum>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLayoutWidget" row="2" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout6</cstring> <cstring>Layout6</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Preferred</enum> <enum>Preferred</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>copierRemovePB</cstring> <cstring>copierRemovePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Remove</string> <string>&amp;Remove</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>AllCopiersLA</cstring> <cstring>AllCopiersLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>C&amp;opiers</string> <string>C&amp;opiers</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>AllCopiersLB</cstring> <cstring>AllCopiersLB</cstring>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<widget row="0" column="1" > <widget class="QLayoutWidget" row="0" column="1">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout9</cstring> <cstring>Layout9</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="0" > <widget class="QLayoutWidget" row="1" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout8</cstring> <cstring>Layout8</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>copierNewPB</cstring> <cstring>copierNewPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Add</string> <string>&amp;Add</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>copierModifyPB</cstring> <cstring>copierModifyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Modify</string> <string>&amp;Modify</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -214,89 +180,73 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLayoutWidget" row="0" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="1" > <widget class="QComboBox" row="0" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>copierFormatCO</cstring> <cstring>copierFormatCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>copierLA</cstring> <cstring>copierLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Copier:</string> <string>&amp;Copier:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>copierED</cstring> <cstring>copierED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>copierFormatLA</cstring> <cstring>copierFormatLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Format:</string> <string>&amp;Format:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>copierFormatCO</cstring> <cstring>copierFormatCO</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QLineEdit" row="2" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>copierED</cstring> <cstring>copierED</cstring>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer row="2" column="0" > <spacer row="2" column="0">
<property> <property name="name">
<name>name</name>
<cstring>Spacer28</cstring> <cstring>Spacer28</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -314,4 +264,9 @@
<tabstop>copierNewPB</tabstop> <tabstop>copierNewPB</tabstop>
<tabstop>copierRemovePB</tabstop> <tabstop>copierRemovePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefCygwinPathModule</class> <class>QPrefCygwinPathModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefCygwinPathModule</cstring> <cstring>QPrefCygwinPathModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,43 +12,17 @@
<height>91</height> <height>91</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefCygwinPathModule</string>
<string></string>
</property> </property>
<spacer> <widget class="QCheckBox">
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</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>
<class>QCheckBox</class>
<property stdset="1">
<name>name</name>
<cstring>pathCB</cstring> <cstring>pathCB</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>10</x> <x>10</x>
<y>10</y> <y>10</y>
@ -61,18 +30,45 @@
<height>26</height> <height>26</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Use Cygwin-style paths</string> <string>&amp;Use Cygwin-style paths</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string></string> <string></string>
</property> </property>
<property> <property name="whatsThis" stdset="0">
<name>whatsThis</name>
<string>Select if LyX should output Cygwin-style paths rather than Windows-style paths. Useful if you're using the Cygwin teTeX rather than a native Windows MikTeX. Note, however, that you'll need to write shell script wrappers for all your converters.</string> <string>Select if LyX should output Cygwin-style paths rather than Windows-style paths. Useful if you're using the Cygwin teTeX rather than a native Windows MikTeX. Note, however, that you'll need to write shell script wrappers for all your converters.</string>
</property> </property>
</widget> </widget>
<spacer>
<property name="name">
<cstring>Spacer1</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>20</width>
<height>20</height>
</rect>
</property>
</spacer>
</widget> </widget>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefDateModule</class> <class>QPrefDateModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefDateModule</cstring> <cstring>QPrefDateModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,77 +12,65 @@
<height>91</height> <height>91</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefDateModule</string>
<string></string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout1</cstring> <cstring>Layout1</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>DateLA</cstring> <cstring>DateLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Date format:</string> <string>&amp;Date format:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>DateED</cstring> <cstring>DateED</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>DateED</cstring> <cstring>DateED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Date format for strftime output</string> <string>Date format for strftime output</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -96,4 +79,9 @@
</spacer> </spacer>
</vbox> </vbox>
</widget> </widget>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,153 +1,124 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefDisplayModule</class> <class>QPrefDisplayModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefDisplayModule</cstring> <cstring>QPrefDisplayModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>264</width> <width>316</width>
<height>133</height> <height>133</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefDisplayModule</string>
<string></string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLayoutWidget" row="0" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>displayGraphicsLA</cstring> <cstring>displayGraphicsLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Display &amp;Graphics:</string> <string>Display &amp;Graphics:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>displayGraphicsCO</cstring> <cstring>displayGraphicsCO</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QComboBox" row="1" column="1">
<class>QComboBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Off</string> <string>Off</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>No math</string> <string>No math</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>On</string> <string>On</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>instantPreviewCO</cstring> <cstring>instantPreviewCO</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QComboBox" row="0" column="1">
<class>QComboBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Monochrome</string> <string>Monochrome</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Grayscale</string> <string>Grayscale</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Color</string> <string>Color</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Do not display</string> <string>Do not display</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>displayGraphicsCO</cstring> <cstring>displayGraphicsCO</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>instantPreviewLA</cstring> <cstring>instantPreviewLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Instant &amp;Preview:</string> <string>Instant &amp;Preview:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>instantPreviewCO</cstring> <cstring>instantPreviewCO</cstring>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer row="1" column="0" > <spacer row="1" column="0">
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -156,4 +127,9 @@
</spacer> </spacer>
</grid> </grid>
</widget> </widget>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefFileformatsModule</class> <class>QPrefFileformatsModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefFileformatsModule</cstring> <cstring>QPrefFileformatsModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,220 +12,172 @@
<height>261</height> <height>261</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefFileformatsModule</string>
<string></string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="1" rowspan="1" colspan="2" > <widget class="QLayoutWidget" row="0" column="1" rowspan="1" colspan="2">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring> <cstring>Layout4</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="4" column="1" > <widget class="QLineEdit" row="4" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>viewerED</cstring> <cstring>viewerED</cstring>
</property> </property>
</widget> </widget>
<widget row="5" column="1" > <widget class="QLineEdit" row="5" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>editorED</cstring> <cstring>editorED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QLineEdit" row="2" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>shortcutED</cstring> <cstring>shortcutED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>guiNameLA</cstring> <cstring>guiNameLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;GUI name:</string> <string>&amp;GUI name:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>guiNameED</cstring> <cstring>guiNameED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>formatLA</cstring> <cstring>formatLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>F&amp;ormat:</string> <string>F&amp;ormat:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>formatED</cstring> <cstring>formatED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>guiNameED</cstring> <cstring>guiNameED</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="0" > <widget class="QLabel" row="4" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>viewerLA</cstring> <cstring>viewerLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Viewer:</string> <string>&amp;Viewer:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>viewerED</cstring> <cstring>viewerED</cstring>
</property> </property>
</widget> </widget>
<widget row="5" column="0" > <widget class="QLabel" row="5" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>editorLA</cstring> <cstring>editorLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Ed&amp;itor:</string> <string>Ed&amp;itor:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>editorED</cstring> <cstring>editorED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QLineEdit" row="0" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>formatED</cstring> <cstring>formatED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>shortcutLA</cstring> <cstring>shortcutLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>S&amp;hortcut:</string> <string>S&amp;hortcut:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>shortcutED</cstring> <cstring>shortcutED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="0" > <widget class="QLabel" row="3" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>extensionLA</cstring> <cstring>extensionLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>E&amp;xtension:</string> <string>E&amp;xtension:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>extensionED</cstring> <cstring>extensionED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="1" > <widget class="QLineEdit" row="3" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>extensionED</cstring> <cstring>extensionED</cstring>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<widget row="1" column="1" rowspan="1" colspan="2" > <widget class="QLayoutWidget" row="1" column="1" rowspan="1" colspan="2">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>formatNewPB</cstring> <cstring>formatNewPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Add</string> <string>&amp;Add</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>formatModifyPB</cstring> <cstring>formatModifyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Modify</string> <string>&amp;Modify</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3_2</cstring> <cstring>Spacer3_2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>MinimumExpanding</enum> <enum>MinimumExpanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -239,129 +186,108 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<spacer row="2" column="2" > <spacer row="2" column="2">
<property> <property name="name">
<name>name</name>
<cstring>Spacer26</cstring> <cstring>Spacer26</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="0" column="0" rowspan="3" colspan="1" > <widget class="QLayoutWidget" row="0" column="0" rowspan="3" colspan="1">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout10</cstring> <cstring>Layout10</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>formatsLA</cstring> <cstring>formatsLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;File formats</string> <string>&amp;File formats</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>formatsLB</cstring> <cstring>formatsLB</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QListBox">
<class>QListBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>New Item</string> <string>New Item</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>formatsLB</cstring> <cstring>formatsLB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>7</vsizetype> <vsizetype>7</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="vScrollBarMode">
<name>vScrollBarMode</name>
<enum>AlwaysOn</enum> <enum>AlwaysOn</enum>
</property> </property>
<property stdset="1"> <property name="hScrollBarMode">
<name>hScrollBarMode</name>
<enum>AlwaysOff</enum> <enum>AlwaysOff</enum>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout7</cstring> <cstring>Layout7</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Preferred</enum> <enum>Preferred</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>formatRemovePB</cstring> <cstring>formatRemovePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Remove</string> <string>&amp;Remove</string>
</property> </property>
</widget> </widget>
@ -369,21 +295,17 @@
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<spacer row="2" column="1" > <spacer row="2" column="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer4</cstring> <cstring>Spacer4</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Minimum</enum> <enum>Minimum</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -403,4 +325,9 @@
<tabstop>viewerED</tabstop> <tabstop>viewerED</tabstop>
<tabstop>editorED</tabstop> <tabstop>editorED</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefIdentityModule</class> <class>QPrefIdentityModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefIdentityModule</cstring> <cstring>QPrefIdentityModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,103 +12,84 @@
<height>209</height> <height>209</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefIdentityModule</string>
<string></string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>emailLA</cstring> <cstring>emailLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;E-mail:</string> <string>&amp;E-mail:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>emailED</cstring> <cstring>emailED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QLineEdit" row="0" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>nameED</cstring> <cstring>nameED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Your name</string> <string>Your name</string>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>nameLA</cstring> <cstring>nameLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Name:</string> <string>&amp;Name:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>nameED</cstring> <cstring>nameED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>emailED</cstring> <cstring>emailED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Your E-mail address</string> <string>Your E-mail address</string>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -126,4 +102,9 @@
<tabstop>nameED</tabstop> <tabstop>nameED</tabstop>
<tabstop>emailED</tabstop> <tabstop>emailED</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefKeyboardModule</class> <class>QPrefKeyboardModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefKeyboardModule</cstring> <cstring>QPrefKeyboardModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,122 +12,95 @@
<height>253</height> <height>253</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefKeyboardModule</string>
<string></string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer row="3" column="1" > <spacer row="3" column="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer4</cstring> <cstring>Spacer4</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>firstKeymapED</cstring> <cstring>firstKeymapED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QLineEdit" row="2" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>secondKeymapED</cstring> <cstring>secondKeymapED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="2" > <widget class="QPushButton" row="2" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>secondKeymapPB</cstring> <cstring>secondKeymapPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Bro&amp;wse...</string> <string>Bro&amp;wse...</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>secondKeymapLA</cstring> <cstring>secondKeymapLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>S&amp;econd:</string> <string>S&amp;econd:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>secondKeymapED</cstring> <cstring>secondKeymapED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>firstKeymapLA</cstring> <cstring>firstKeymapLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;First:</string> <string>&amp;First:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>firstKeymapED</cstring> <cstring>firstKeymapED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="2" > <widget class="QPushButton" row="1" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>firstKeymapPB</cstring> <cstring>firstKeymapPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Br&amp;owse...</string> <string>Br&amp;owse...</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="0" column="0" rowspan="1" colspan="3" > <widget class="QCheckBox" row="0" column="0" rowspan="1" colspan="3">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>keymapCB</cstring> <cstring>keymapCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Use &amp;keyboard map</string> <string>Use &amp;keyboard map</string>
</property> </property>
</widget> </widget>
@ -183,4 +151,9 @@
<tabstop>secondKeymapED</tabstop> <tabstop>secondKeymapED</tabstop>
<tabstop>secondKeymapPB</tabstop> <tabstop>secondKeymapPB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,246 +1,187 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefLanguageModule</class> <class>QPrefLanguageModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefLanguageModule</cstring> <cstring>QPrefLanguageModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>360</width> <width>419</width>
<height>323</height> <height>323</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefLanguageModule</string>
<string></string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>startCommandLA</cstring> <cstring>startCommandLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Command s&amp;tart:</string> <string>Command s&amp;tart:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>startCommandED</cstring> <cstring>startCommandED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="1" > <widget class="QLineEdit" row="3" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>endCommandED</cstring> <cstring>endCommandED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QLineEdit" row="2" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>startCommandED</cstring> <cstring>startCommandED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>languagePackageED</cstring> <cstring>languagePackageED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QComboBox" row="0" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>defaultLanguageCO</cstring> <cstring>defaultLanguageCO</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>defaultLanguageLA</cstring> <cstring>defaultLanguageLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Default language:</string> <string>&amp;Default language:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>defaultLanguageCO</cstring> <cstring>defaultLanguageCO</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="0" > <widget class="QLabel" row="3" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>endCommandLA</cstring> <cstring>endCommandLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Command e&amp;nd:</string> <string>Command e&amp;nd:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>endCommandED</cstring> <cstring>endCommandED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>languagePackageLA</cstring> <cstring>languagePackageLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Language pac&amp;kage:</string> <string>Language pac&amp;kage:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>languagePackageED</cstring> <cstring>languagePackageED</cstring>
</property> </property>
</widget> </widget>
<widget row="6" column="0" > <widget class="QCheckBox" row="6" column="0">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>autoBeginCB</cstring> <cstring>autoBeginCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Auto &amp;begin</string> <string>Auto &amp;begin</string>
</property> </property>
</widget> </widget>
<widget row="4" column="0" > <widget class="QCheckBox" row="4" column="0">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>useBabelCB</cstring> <cstring>useBabelCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Use b&amp;abel</string> <string>Use b&amp;abel</string>
</property> </property>
</widget> </widget>
<spacer row="6" column="1" rowspan="2" colspan="1" > <spacer row="6" column="1" rowspan="2" colspan="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="5" column="0" > <widget class="QCheckBox" row="5" column="0">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>globalCB</cstring> <cstring>globalCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Global</string> <string>&amp;Global</string>
</property> </property>
</widget> </widget>
<widget row="5" column="1" > <widget class="QCheckBox" row="5" column="1">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>rtlCB</cstring> <cstring>rtlCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Right-to-left language support</string> <string>&amp;Right-to-left language support</string>
</property> </property>
</widget> </widget>
<widget row="7" column="0" > <widget class="QCheckBox" row="7" column="0">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>autoEndCB</cstring> <cstring>autoEndCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Auto &amp;end</string> <string>Auto &amp;end</string>
</property> </property>
</widget> </widget>
<widget row="4" column="1" > <widget class="QCheckBox" row="4" column="1">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>markForeignCB</cstring> <cstring>markForeignCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Mark &amp;foreign languages</string> <string>Mark &amp;foreign languages</string>
</property> </property>
</widget> </widget>
<spacer row="8" column="0" > <spacer row="8" column="0">
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<spacer row="8" column="1" > <spacer row="8" column="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -261,4 +202,9 @@
<tabstop>markForeignCB</tabstop> <tabstop>markForeignCB</tabstop>
<tabstop>rtlCB</tabstop> <tabstop>rtlCB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefLatexModule</class> <class>QPrefLatexModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefLatexModule</cstring> <cstring>QPrefLatexModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,334 +12,269 @@
<height>350</height> <height>350</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefLatexModule</string>
<string></string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer row="3" column="0" > <spacer row="3" column="0">
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="1" column="0" > <widget class="QCheckBox" row="1" column="0">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>latexAutoresetCB</cstring> <cstring>latexAutoresetCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Reset class options when document class changes</string> <string>&amp;Reset class options when document class changes</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Set class options to default on class change</string> <string>Set class options to default on class change</string>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QGroupBox" row="2" column="0">
<class>QGroupBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>GroupBox3</cstring> <cstring>GroupBox3</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>External Applications</string> <string>External Applications</string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="1" > <widget class="QLineEdit" row="0" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>latexChecktexED</cstring> <cstring>latexChecktexED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>CheckTeX start options and flags</string> <string>CheckTeX start options and flags</string>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>latexChecktexLA</cstring> <cstring>latexChecktexLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Chec&amp;kTeX command:</string> <string>Chec&amp;kTeX command:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>latexChecktexED</cstring> <cstring>latexChecktexED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>latexBibtexED</cstring> <cstring>latexBibtexED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>BibTeX command and options</string> <string>BibTeX command and options</string>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>latexBibtexLA</cstring> <cstring>latexBibtexLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;BibTeX command:</string> <string>&amp;BibTeX command:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>latexChecktexED</cstring> <cstring>latexChecktexED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QLineEdit" row="2" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>latexIndexED</cstring> <cstring>latexIndexED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Index command and options (makeindex, xindy)</string> <string>Index command and options (makeindex, xindy)</string>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>latexIndexLA</cstring> <cstring>latexIndexLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Index command:</string> <string>Index command:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>latexDviPaperED</cstring> <cstring>latexDviPaperED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="0" > <widget class="QLabel" row="3" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>latexDviPaperLA</cstring> <cstring>latexDviPaperLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>DVI viewer paper size options:</string> <string>DVI viewer paper size options:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>latexDviPaperED</cstring> <cstring>latexDviPaperED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="1" > <widget class="QLineEdit" row="3" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>latexDviPaperED</cstring> <cstring>latexDviPaperED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Optional paper size flag (-paper) for some DVI viewers</string> <string>Optional paper size flag (-paper) for some DVI viewers</string>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLayoutWidget" row="0" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring> <cstring>Layout4</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="1" > <widget class="QComboBox" row="1" column="1">
<class>QComboBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Default</string> <string>Default</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>US letter</string> <string>US letter</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>US legal</string> <string>US legal</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>US executive</string> <string>US executive</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>A3</string> <string>A3</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>A4</string> <string>A4</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>A5</string> <string>A5</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>B5</string> <string>B5</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>latexPaperSizeCO</cstring> <cstring>latexPaperSizeCO</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QLineEdit" row="0" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>latexEncodingED</cstring> <cstring>latexEncodingED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>latexEncodingLA</cstring> <cstring>latexEncodingLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Te&amp;X encoding:</string> <string>Te&amp;X encoding:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>latexEncodingED</cstring> <cstring>latexEncodingED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>latexPaperSizeLA</cstring> <cstring>latexPaperSizeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Default paper si&amp;ze:</string> <string>Default paper si&amp;ze:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>latexPaperSizeCO</cstring> <cstring>latexPaperSizeCO</cstring>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer4</cstring> <cstring>Spacer4</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -364,4 +294,9 @@
<tabstop>latexChecktexED</tabstop> <tabstop>latexChecktexED</tabstop>
<tabstop>latexDviPaperED</tabstop> <tabstop>latexDviPaperED</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefPathsModule</class> <class>QPrefPathsModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefPathsModule</cstring> <cstring>QPrefPathsModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,258 +12,197 @@
<height>329</height> <height>329</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefPathsModule</string>
<string></string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="4" column="1" > <widget class="QLineEdit" row="4" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>tempDirED</cstring> <cstring>tempDirED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="2" > <widget class="QPushButton" row="3" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>lyxserverDirPB</cstring> <cstring>lyxserverDirPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Browse...</string> <string>Browse...</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>templateDirLA</cstring> <cstring>templateDirLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Document templates:</string> <string>&amp;Document templates:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>templateDirED</cstring> <cstring>templateDirED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QLineEdit" row="0" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>workingDirED</cstring> <cstring>workingDirED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QLineEdit" row="2" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>backupDirED</cstring> <cstring>backupDirED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>backupDirLA</cstring> <cstring>backupDirLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Backup directory:</string> <string>&amp;Backup directory:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>backupDirED</cstring> <cstring>backupDirED</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="0" > <widget class="QLabel" row="4" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>tempDirLA</cstring> <cstring>tempDirLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Temporary directory:</string> <string>&amp;Temporary directory:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>tempDirED</cstring> <cstring>tempDirED</cstring>
</property> </property>
</widget> </widget>
<widget row="5" column="0" > <widget class="QLabel" row="5" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>pathPrefixLA</cstring> <cstring>pathPrefixLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;PATH prefix:</string> <string>&amp;PATH prefix:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>pathPrefixED</cstring> <cstring>pathPrefixED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>workingDirLA</cstring> <cstring>workingDirLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Working directory:</string> <string>&amp;Working directory:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>workingDirED</cstring> <cstring>workingDirED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="2" > <widget class="QPushButton" row="0" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>workingDirPB</cstring> <cstring>workingDirPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Browse...</string> <string>Browse...</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>templateDirED</cstring> <cstring>templateDirED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="1" > <widget class="QLineEdit" row="3" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>lyxserverDirED</cstring> <cstring>lyxserverDirED</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="2" > <widget class="QPushButton" row="4" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>tempDirPB</cstring> <cstring>tempDirPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Browse...</string> <string>Browse...</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="2" column="2" > <widget class="QPushButton" row="2" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>backupDirPB</cstring> <cstring>backupDirPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Browse...</string> <string>Browse...</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="5" column="1" rowspan="1" colspan="2" > <widget class="QLineEdit" row="5" column="1" rowspan="1" colspan="2">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>pathPrefixED</cstring> <cstring>pathPrefixED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="2" > <widget class="QPushButton" row="1" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>templateDirPB</cstring> <cstring>templateDirPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Browse...</string> <string>Browse...</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="3" column="0" > <widget class="QLabel" row="3" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>lyxserverDirLA</cstring> <cstring>lyxserverDirLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Ly&amp;XServer pipe:</string> <string>Ly&amp;XServer pipe:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>lyxserverDirED</cstring> <cstring>lyxserverDirED</cstring>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer9</cstring> <cstring>Spacer9</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -289,4 +223,9 @@
<tabstop>tempDirED</tabstop> <tabstop>tempDirED</tabstop>
<tabstop>tempDirPB</tabstop> <tabstop>tempDirPB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,145 +1,117 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefPrinterModule</class> <class>QPrefPrinterModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefPrinterModule</cstring> <cstring>QPrefPrinterModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>433</width> <width>506</width>
<height>485</height> <height>485</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefPrinterModule</string>
<string></string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerNameLA</cstring> <cstring>printerNameLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Printer &amp;name:</string> <string>Printer &amp;name:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerNameED</cstring> <cstring>printerNameED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="2" > <widget class="QLineEdit" row="2" column="2">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerCommandED</cstring> <cstring>printerCommandED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="0" rowspan="1" colspan="2" > <widget class="QLabel" row="2" column="0" rowspan="1" colspan="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerCommandLA</cstring> <cstring>printerCommandLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Printer co&amp;mmand:</string> <string>Printer co&amp;mmand:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerCommandED</cstring> <cstring>printerCommandED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" rowspan="1" colspan="2" > <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="2">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerNameED</cstring> <cstring>printerNameED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Name of the default printer</string> <string>Name of the default printer</string>
</property> </property>
</widget> </widget>
<widget row="1" column="0" rowspan="1" colspan="2" > <widget class="QCheckBox" row="1" column="0" rowspan="1" colspan="2">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerAdaptCB</cstring> <cstring>printerAdaptCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Adapt outp&amp;ut</string> <string>Adapt outp&amp;ut</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Use printer name explicitely</string> <string>Use printer name explicitely</string>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -148,383 +120,284 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QGroupBox">
<class>QGroupBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>GroupBox1</cstring> <cstring>GroupBox1</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Command Options</string> <string>Command Options</string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="4" column="0" > <widget class="QLabel" row="4" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerReverseLA</cstring> <cstring>printerReverseLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Re&amp;verse:</string> <string>Re&amp;verse:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerReverseED</cstring> <cstring>printerReverseED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="3" > <widget class="QLineEdit" row="2" column="3">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerCollatedED</cstring> <cstring>printerCollatedED</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="1" > <widget class="QLineEdit" row="4" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerReverseED</cstring> <cstring>printerReverseED</cstring>
</property> </property>
</widget> </widget>
<widget row="5" column="0" > <widget class="QLabel" row="5" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerToPrinterLA</cstring> <cstring>printerToPrinterLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>To p&amp;rinter:</string> <string>To p&amp;rinter:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerToPrinterED</cstring> <cstring>printerToPrinterED</cstring>
</property> </property>
</widget> </widget>
<widget row="7" column="2" > <widget class="QLabel" row="7" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerPaperSizeLA</cstring> <cstring>printerPaperSizeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Paper si&amp;ze:</string> <string>Paper si&amp;ze:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerPaperSizeED</cstring> <cstring>printerPaperSizeED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="3" > <widget class="QLineEdit" row="1" column="3">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerOddED</cstring> <cstring>printerOddED</cstring>
</property> </property>
</widget> </widget>
<widget row="7" column="3" > <widget class="QLineEdit" row="7" column="3">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerPaperSizeED</cstring> <cstring>printerPaperSizeED</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="2" > <widget class="QLabel" row="4" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerToFileLA</cstring> <cstring>printerToFileLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>To &amp;file:</string> <string>To &amp;file:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerToFileED</cstring> <cstring>printerToFileED</cstring>
</property> </property>
</widget> </widget>
<widget row="6" column="1" > <widget class="QLineEdit" row="6" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerExtensionED</cstring> <cstring>printerExtensionED</cstring>
</property> </property>
</widget> </widget>
<widget row="5" column="3" > <widget class="QLineEdit" row="5" column="3">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerExtraED</cstring> <cstring>printerExtraED</cstring>
</property> </property>
</widget> </widget>
<widget row="7" column="1" > <widget class="QLineEdit" row="7" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerSpoolCommandED</cstring> <cstring>printerSpoolCommandED</cstring>
</property> </property>
</widget> </widget>
<widget row="7" column="0" > <widget class="QLabel" row="7" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerSpoolCommandLA</cstring> <cstring>printerSpoolCommandLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Spool &amp;command:</string> <string>Spool &amp;command:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerSpoolCommandED</cstring> <cstring>printerSpoolCommandED</cstring>
</property> </property>
</widget> </widget>
<widget row="6" column="3" > <widget class="QLineEdit" row="6" column="3">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerSpoolPrefixED</cstring> <cstring>printerSpoolPrefixED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="1" > <widget class="QLineEdit" row="3" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerCopiesED</cstring> <cstring>printerCopiesED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="2" > <widget class="QLabel" row="1" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerOddLA</cstring> <cstring>printerOddLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Odd pages:</string> <string>&amp;Odd pages:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerOddED</cstring> <cstring>printerOddED</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="3" > <widget class="QLineEdit" row="4" column="3">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerToFileED</cstring> <cstring>printerToFileED</cstring>
</property> </property>
</widget> </widget>
<widget row="8" column="0" > <widget class="QLabel" row="8" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerPaperTypeLA</cstring> <cstring>printerPaperTypeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Paper t&amp;ype:</string> <string>Paper t&amp;ype:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerPaperTypeED</cstring> <cstring>printerPaperTypeED</cstring>
</property> </property>
</widget> </widget>
<widget row="8" column="1" > <widget class="QLineEdit" row="8" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerPaperTypeED</cstring> <cstring>printerPaperTypeED</cstring>
</property> </property>
</widget> </widget>
<widget row="5" column="2" > <widget class="QLabel" row="5" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerExtraLA</cstring> <cstring>printerExtraLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>E&amp;xtra options:</string> <string>E&amp;xtra options:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerExtraED</cstring> <cstring>printerExtraED</cstring>
</property> </property>
</widget> </widget>
<widget row="6" column="2" > <widget class="QLabel" row="6" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerSpoolPrefixLA</cstring> <cstring>printerSpoolPrefixLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Spool pref&amp;ix:</string> <string>Spool pref&amp;ix:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerSpoolPrefixED</cstring> <cstring>printerSpoolPrefixED</cstring>
</property> </property>
</widget> </widget>
<widget row="5" column="1" > <widget class="QLineEdit" row="5" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerToPrinterED</cstring> <cstring>printerToPrinterED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="2" > <widget class="QLabel" row="2" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerCollatedLA</cstring> <cstring>printerCollatedLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Co&amp;llated:</string> <string>Co&amp;llated:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerCollatedED</cstring> <cstring>printerCollatedED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QLineEdit" row="2" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerPageRangeED</cstring> <cstring>printerPageRangeED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerEvenLA</cstring> <cstring>printerEvenLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Even pages:</string> <string>&amp;Even pages:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerEvenED</cstring> <cstring>printerEvenED</cstring>
</property> </property>
</widget> </widget>
<widget row="6" column="0" > <widget class="QLabel" row="6" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerExtensionLA</cstring> <cstring>printerExtensionLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>File ex&amp;tension:</string> <string>File ex&amp;tension:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerExtensionED</cstring> <cstring>printerExtensionED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="3" > <widget class="QLineEdit" row="3" column="3">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerLandscapeED</cstring> <cstring>printerLandscapeED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="2" > <widget class="QLabel" row="3" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerLandscapeLA</cstring> <cstring>printerLandscapeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Lan&amp;dscape:</string> <string>Lan&amp;dscape:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerLandscapeED</cstring> <cstring>printerLandscapeED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerEvenED</cstring> <cstring>printerEvenED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="0" > <widget class="QLabel" row="3" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerCopiesLA</cstring> <cstring>printerCopiesLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Co&amp;pies:</string> <string>Co&amp;pies:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerCopiesED</cstring> <cstring>printerCopiesED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerPageRangeLA</cstring> <cstring>printerPageRangeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Pa&amp;ge range:</string> <string>Pa&amp;ge range:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>printerPageRangeED</cstring> <cstring>printerPageRangeED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="0" rowspan="1" colspan="4" > <widget class="QLabel" row="0" column="0" rowspan="1" colspan="4">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>TextLabel1</cstring> <cstring>TextLabel1</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Specify the command option names for your printer command</string> <string>Specify the command option names for your printer command</string>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -553,4 +426,9 @@
<tabstop>printerSpoolPrefixED</tabstop> <tabstop>printerSpoolPrefixED</tabstop>
<tabstop>printerPaperSizeED</tabstop> <tabstop>printerPaperSizeED</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefScreenFontsModule</class> <class>QPrefScreenFontsModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefScreenFontsModule</cstring> <cstring>QPrefScreenFontsModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,187 +12,158 @@
<height>441</height> <height>441</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefScreenFontsModule</string>
<string></string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout6</cstring> <cstring>Layout6</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<property stdset="1"> <property name="minimumSize">
<name>minimumSize</name>
<size> <size>
<width>60</width> <width>60</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="1" > <widget class="QComboBox" row="1" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenSansCO</cstring> <cstring>screenSansCO</cstring>
</property> </property>
<property stdset="1"> <property name="duplicatesEnabled">
<name>duplicatesEnabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="1" column="2" > <widget class="QFontExample" row="1" column="2">
<class>QFontExample</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenSansFE</cstring> <cstring>screenSansFE</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>5</vsizetype> <vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="minimumSize">
<name>minimumSize</name>
<size> <size>
<width>60</width> <width>60</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenSansLA</cstring> <cstring>screenSansLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Sa&amp;ns Serif:</string> <string>Sa&amp;ns Serif:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenSansCO</cstring> <cstring>screenSansCO</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="2" > <widget class="QFontExample" row="0" column="2">
<class>QFontExample</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenRomanFE</cstring> <cstring>screenRomanFE</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>5</vsizetype> <vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="minimumSize">
<name>minimumSize</name>
<size> <size>
<width>60</width> <width>60</width>
<height>0</height> <height>0</height>
</size> </size>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QComboBox" row="0" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenRomanCO</cstring> <cstring>screenRomanCO</cstring>
</property> </property>
<property stdset="1"> <property name="duplicatesEnabled">
<name>duplicatesEnabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenTypewriterLA</cstring> <cstring>screenTypewriterLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>T&amp;ypewriter:</string> <string>T&amp;ypewriter:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenTypewriterCO</cstring> <cstring>screenTypewriterCO</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenRomanLA</cstring> <cstring>screenRomanLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Roman:</string> <string>&amp;Roman:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenRomanCO</cstring> <cstring>screenRomanCO</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="2" > <widget class="QFontExample" row="2" column="2">
<class>QFontExample</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenTypewriterFE</cstring> <cstring>screenTypewriterFE</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>5</vsizetype> <vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QComboBox" row="2" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenTypewriterCO</cstring> <cstring>screenTypewriterCO</cstring>
</property> </property>
<property stdset="1"> <property name="duplicatesEnabled">
<name>duplicatesEnabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -205,105 +171,85 @@
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout19</cstring> <cstring>Layout19</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout18</cstring> <cstring>Layout18</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>scrrenDpiLA</cstring> <cstring>scrrenDpiLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Screen &amp;DPI:</string> <string>Screen &amp;DPI:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenDpiSB</cstring> <cstring>screenDpiSB</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QSpinBox" row="1" column="1">
<class>QSpinBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenDpiSB</cstring> <cstring>screenDpiSB</cstring>
</property> </property>
<property stdset="1"> <property name="maxValue">
<name>maxValue</name>
<number>999</number> <number>999</number>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenZoomLA</cstring> <cstring>screenZoomLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Zoom %:</string> <string>&amp;Zoom %:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenZoomSB</cstring> <cstring>screenZoomSB</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QSpinBox" row="0" column="1">
<class>QSpinBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenZoomSB</cstring> <cstring>screenZoomSB</cstring>
</property> </property>
<property stdset="1"> <property name="maxValue">
<name>maxValue</name>
<number>999</number> <number>999</number>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer23</cstring> <cstring>Spacer23</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -312,262 +258,196 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QGroupBox">
<class>QGroupBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>GroupBox3</cstring> <cstring>GroupBox3</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Font Sizes</string> <string>Font Sizes</string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="1" > <widget class="QLineEdit" row="0" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenTinyED</cstring> <cstring>screenTinyED</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="3" > <widget class="QLineEdit" row="4" column="3">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenHugerED</cstring> <cstring>screenHugerED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenSmallestED</cstring> <cstring>screenSmallestED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QLineEdit" row="2" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenSmallerED</cstring> <cstring>screenSmallerED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="1" > <widget class="QLineEdit" row="3" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenSmallED</cstring> <cstring>screenSmallED</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="1" > <widget class="QLineEdit" row="4" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenNormalED</cstring> <cstring>screenNormalED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="3" > <widget class="QLineEdit" row="0" column="3">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenLargeED</cstring> <cstring>screenLargeED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="3" > <widget class="QLineEdit" row="1" column="3">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenLargerED</cstring> <cstring>screenLargerED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="3" > <widget class="QLineEdit" row="2" column="3">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenLargestED</cstring> <cstring>screenLargestED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="2" > <widget class="QLabel" row="1" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenLargerLA</cstring> <cstring>screenLargerLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Larger:</string> <string>Larger:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenLargerED</cstring> <cstring>screenLargerED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="2" > <widget class="QLabel" row="2" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenLargestLA</cstring> <cstring>screenLargestLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Largest:</string> <string>Largest:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenLargestED</cstring> <cstring>screenLargestED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="3" > <widget class="QLineEdit" row="3" column="3">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenHugeED</cstring> <cstring>screenHugeED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="2" > <widget class="QLabel" row="3" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenHugeLA</cstring> <cstring>screenHugeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Huge:</string> <string>Huge:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenHugeED</cstring> <cstring>screenHugeED</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="2" > <widget class="QLabel" row="4" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenHugestLA</cstring> <cstring>screenHugestLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Hugest:</string> <string>Hugest:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenHugestED</cstring> <cstring>screenHugestED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenSmallestLA</cstring> <cstring>screenSmallestLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Smallest:</string> <string>Smallest:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenSmallestED</cstring> <cstring>screenSmallestED</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenSmallerLA</cstring> <cstring>screenSmallerLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Smaller:</string> <string>Smaller:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenSmallerED</cstring> <cstring>screenSmallerED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="0" > <widget class="QLabel" row="3" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenSmallLA</cstring> <cstring>screenSmallLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Small:</string> <string>Small:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenSmallED</cstring> <cstring>screenSmallED</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="0" > <widget class="QLabel" row="4" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenNormalLA</cstring> <cstring>screenNormalLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Normal:</string> <string>Normal:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenNormalED</cstring> <cstring>screenNormalED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenTinyLA</cstring> <cstring>screenTinyLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Tiny:</string> <string>Tiny:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenTinyED</cstring> <cstring>screenTinyED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="2" > <widget class="QLabel" row="0" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>screenLargeLA</cstring> <cstring>screenLargeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Large:</string> <string>Large:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>screenLargeED</cstring> <cstring>screenLargeED</cstring>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -588,14 +468,15 @@
<sizepolicy> <sizepolicy>
<hordata>5</hordata> <hordata>5</hordata>
<verdata>5</verdata> <verdata>5</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="256">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000c749444154388dad55db1184200c4c180bb81a28c73aad811228c356f42b3792db3cc0db2fc724bb7901dc7b270f27ed17fa5fa9b117b7cd90211f4ba0ac906a7f1453b4d30ca917bb590681552af23f69bfc4ffa71519d2c8f62546ea5ea03738b1c18c33a4d156f0d13f43b61952e4af6d6e8fb3a408f080448419a433d6486d85052fdba892a295f5d45785cd8c51a9d6de6a814a8d2131da51f98e7a3b64ec9da04a8db53d43be3c3c0b22cacf17e4cdb5a931649ceddf34b190cf0aa019f03f1fd3e7457f03b5a66c9ed26e86130000000049454e44ae426082</data>
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image> </image>
</images> </images>
<tabstops> <tabstops>
@ -615,4 +496,14 @@
<tabstop>screenHugeED</tabstop> <tabstop>screenHugeED</tabstop>
<tabstop>screenHugerED</tabstop> <tabstop>screenHugerED</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>qfontexample.h</includehint>
<includehint>qfontexample.h</includehint>
<includehint>qfontexample.h</includehint>
</includehints>
</UI> </UI>

View File

@ -1,214 +1,167 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefSpellcheckerModule</class> <class>QPrefSpellcheckerModule</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefSpellcheckerModule</cstring> <cstring>QPrefSpellcheckerModule</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>386</width> <width>469</width>
<height>268</height> <height>268</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefSpellcheckerModule</string>
<string></string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout16</cstring> <cstring>Layout16</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>spellCommandLA</cstring> <cstring>spellCommandLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Spellchec&amp;ker executable:</string> <string>Spellchec&amp;ker executable:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>spellCommandCO</cstring> <cstring>spellCommandCO</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QLineEdit" row="2" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>escapeCharactersED</cstring> <cstring>escapeCharactersED</cstring>
</property> </property>
</widget> </widget>
<spacer row="0" column="2" > <spacer row="0" column="2">
<property> <property name="name">
<name>name</name>
<cstring>Spacer13</cstring> <cstring>Spacer13</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>altLanguageED</cstring> <cstring>altLanguageED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Override the language used for the spellchecker</string> <string>Override the language used for the spellchecker</string>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>altLanguageLA</cstring> <cstring>altLanguageLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Al&amp;ternative language:</string> <string>Al&amp;ternative language:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>altLanguageED</cstring> <cstring>altLanguageED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="2" > <widget class="QPushButton" row="3" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>persDictionaryPB</cstring> <cstring>persDictionaryPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Br&amp;owse...</string> <string>Br&amp;owse...</string>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>escapeCharactersLA</cstring> <cstring>escapeCharactersLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Escape cha&amp;racters:</string> <string>Escape cha&amp;racters:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>escapeCharactersED</cstring> <cstring>escapeCharactersED</cstring>
</property> </property>
</widget> </widget>
<spacer row="2" column="2" > <spacer row="2" column="2">
<property> <property name="name">
<name>name</name>
<cstring>Spacer11</cstring> <cstring>Spacer11</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="3" column="1" > <widget class="QLineEdit" row="3" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>persDictionaryED</cstring> <cstring>persDictionaryED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Specify a personal dictionary file other than the default</string> <string>Specify a personal dictionary file other than the default</string>
</property> </property>
</widget> </widget>
<widget row="3" column="0" > <widget class="QLabel" row="3" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>persDictionaryLA</cstring> <cstring>persDictionaryLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Personal &amp;dictionary:</string> <string>Personal &amp;dictionary:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>persDictionaryED</cstring> <cstring>persDictionaryED</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QComboBox" row="0" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>spellCommandCO</cstring> <cstring>spellCommandCO</cstring>
</property> </property>
</widget> </widget>
<spacer row="1" column="2" > <spacer row="1" column="2">
<property> <property name="name">
<name>name</name>
<cstring>Spacer12</cstring> <cstring>Spacer12</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -217,47 +170,36 @@
</spacer> </spacer>
</grid> </grid>
</widget> </widget>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>compoundWordCB</cstring> <cstring>compoundWordCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Accept compound &amp;words</string> <string>Accept compound &amp;words</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Accept words such as "diskdrive"</string> <string>Accept words such as "diskdrive"</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>inputEncodingCB</cstring> <cstring>inputEncodingCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Use input encod&amp;ing</string> <string>Use input encod&amp;ing</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer17</cstring> <cstring>Spacer17</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -275,4 +217,9 @@
<tabstop>compoundWordCB</tabstop> <tabstop>compoundWordCB</tabstop>
<tabstop>inputEncodingCB</tabstop> <tabstop>inputEncodingCB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrefsDialogBase</class> <class>QPrefsDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QPrefsDialogBase</cstring> <cstring>QPrefsDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,130 +12,107 @@
<height>352</height> <height>352</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>1</vsizetype> <vsizetype>1</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrefsDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="PanelStack">
<class>PanelStack</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>prefsPS</cstring> <cstring>prefsPS</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>restorePB</cstring> <cstring>restorePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Restore</string> <string>&amp;Restore</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>savePB</cstring> <cstring>savePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Save</string> <string>&amp;Save</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>applyPB</cstring> <cstring>applyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Apply</string> <string>&amp;Apply</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -160,26 +132,35 @@
<sizepolicy> <sizepolicy>
<hordata>7</hordata> <hordata>7</hordata>
<verdata>7</verdata> <verdata>7</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="256">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000c749444154388dad55db1184200c4c180bb81a28c73aad811228c356f42b3792db3cc0db2fc724bb7901dc7b270f27ed17fa5fa9b117b7cd90211f4ba0ac906a7f1453b4d30ca917bb590681552af23f69bfc4ffa71519d2c8f62546ea5ea03738b1c18c33a4d156f0d13f43b61952e4af6d6e8fb3a408f080448419a433d6486d85052fdba892a295f5d45785cd8c51a9d6de6a814a8d2131da51f98e7a3b64ec9da04a8db53d43be3c3c0b22cacf17e4cdb5a931649ceddf34b190cf0aa019f03f1fd3e7457f03b5a66c9ed26e86130000000049454e44ae426082</data>
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image> </image>
</images> </images>
<connections>
<slot access="public">change_adaptor()</slot>
<slot access="protected">defaultClicked()</slot>
<slot access="protected">saveClicked()</slot>
<slot access="public">setTitle(int)</slot>
</connections>
<tabstops> <tabstops>
<tabstop>restorePB</tabstop> <tabstop>restorePB</tabstop>
<tabstop>savePB</tabstop> <tabstop>savePB</tabstop>
<tabstop>applyPB</tabstop> <tabstop>applyPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>change_adaptor()</slot>
<slot access="protected">defaultClicked()</slot>
<slot access="protected">saveClicked()</slot>
<slot>setTitle(int)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>panelstack.h</includehint>
</includehints>
</UI> </UI>

View File

@ -1,297 +1,236 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QPrintDialogBase</class> <class>QPrintDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QPrintDialogBase</cstring> <cstring>QPrintDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>403</width> <width>453</width>
<height>454</height> <height>454</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QPrintDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="0" > <widget class="QButtonGroup" row="1" column="0">
<class>QButtonGroup</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>ButtonGroup3</cstring> <cstring>ButtonGroup3</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Pages</string> <string>Pages</string>
</property> </property>
<property> <property name="layoutSpacing" stdset="0">
<name>layoutSpacing</name>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="1" column="1" > <widget class="QLayoutWidget" row="1" column="1">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>fromED</cstring> <cstring>fromED</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Page number to print from</string> <string>Page number to print from</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>toLA</cstring> <cstring>toLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;To:[[as in 'From page x to page y']]</string> <string>&amp;To:[[as in 'From page x to page y']]</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>toED</cstring> <cstring>toED</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>toED</cstring> <cstring>toED</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Page number to print to</string> <string>Page number to print to</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget row="1" column="0" > <widget class="QRadioButton" row="1" column="0">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>rangeRB</cstring> <cstring>rangeRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Fro&amp;m</string> <string>Fro&amp;m</string>
</property> </property>
<property stdset="1"> <property name="checked">
<name>checked</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Print all pages</string> <string>Print all pages</string>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QRadioButton" row="0" column="0">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>allRB</cstring> <cstring>allRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;All</string> <string>&amp;All</string>
</property> </property>
<property stdset="1"> <property name="checked">
<name>checked</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Print all pages</string> <string>Print all pages</string>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>oddCB</cstring> <cstring>oddCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Print &amp;odd-numbered pages</string> <string>Print &amp;odd-numbered pages</string>
</property> </property>
<property stdset="1"> <property name="checked">
<name>checked</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>evenCB</cstring> <cstring>evenCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Print &amp;even-numbered pages</string> <string>Print &amp;even-numbered pages</string>
</property> </property>
<property stdset="1"> <property name="checked">
<name>checked</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>reverseCB</cstring> <cstring>reverseCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Re&amp;verse order</string> <string>Re&amp;verse order</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Print in reverse order</string> <string>Print in reverse order</string>
</property> </property>
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<widget row="2" column="0" > <widget class="QGroupBox" row="2" column="0">
<class>QGroupBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>GroupBox3</cstring> <cstring>GroupBox3</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Copies</string> <string>Copies</string>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QSpinBox">
<class>QSpinBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>copiesSB</cstring> <cstring>copiesSB</cstring>
</property> </property>
<property stdset="1"> <property name="minValue">
<name>minValue</name>
<number>1</number> <number>1</number>
</property> </property>
<property stdset="1"> <property name="value">
<name>value</name>
<number>1</number> <number>1</number>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Number of copies</string> <string>Number of copies</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>collateCB</cstring> <cstring>collateCB</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Collate</string> <string>&amp;Collate</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Collate copies</string> <string>Collate copies</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1_2</cstring> <cstring>Spacer1_2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -300,176 +239,138 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget row="3" column="0" > <widget class="QLayoutWidget" row="3" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout1</cstring> <cstring>Layout1</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printPB</cstring> <cstring>printPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Print</string> <string>&amp;Print</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Close</string> <string>Close</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget row="0" column="0" > <widget class="QButtonGroup" row="0" column="0">
<class>QButtonGroup</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>ButtonGroup1</cstring> <cstring>ButtonGroup1</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Print Destination</string> <string>Print Destination</string>
</property> </property>
<property> <property name="layoutSpacing" stdset="0">
<name>layoutSpacing</name>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QRadioButton" row="0" column="0">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerRB</cstring> <cstring>printerRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>P&amp;rinter:</string> <string>P&amp;rinter:</string>
</property> </property>
<property stdset="1"> <property name="checked">
<name>checked</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Send output to the printer</string> <string>Send output to the printer</string>
</property> </property>
</widget> </widget>
<widget row="0" column="1" rowspan="1" colspan="2" > <widget class="QLineEdit" row="0" column="1" rowspan="1" colspan="2">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>printerED</cstring> <cstring>printerED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Send output to the given printer</string> <string>Send output to the given printer</string>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QRadioButton" row="1" column="0">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>fileRB</cstring> <cstring>fileRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;File:</string> <string>&amp;File:</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Send output to a file</string> <string>Send output to a file</string>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>fileED</cstring> <cstring>fileED</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Send output to a file</string> <string>Send output to a file</string>
</property> </property>
</widget> </widget>
<widget row="1" column="2" > <widget class="QPushButton" row="1" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>browsePB</cstring> <cstring>browsePB</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Browse...</string> <string>&amp;Browse...</string>
</property> </property>
</widget> </widget>
@ -568,12 +469,6 @@
<receiver>toED</receiver> <receiver>toED</receiver>
<slot>setEnabled(bool)</slot> <slot>setEnabled(bool)</slot>
</connection> </connection>
<slot access="protected">browseClicked()</slot>
<slot access="public">change_adaptor()</slot>
<slot access="public">copiesChanged(int)</slot>
<slot access="public">fileChanged()</slot>
<slot access="protected">pagerangeChanged()</slot>
<slot access="public">printerChanged()</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>printerRB</tabstop> <tabstop>printerRB</tabstop>
@ -590,4 +485,17 @@
<tabstop>printPB</tabstop> <tabstop>printPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot access="protected">browseClicked()</slot>
<slot>change_adaptor()</slot>
<slot>copiesChanged(int)</slot>
<slot>fileChanged()</slot>
<slot access="protected">pagerangeChanged()</slot>
<slot>printerChanged()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,384 +1,311 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QRefDialogBase</class> <class>QRefDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QRefDialogBase</cstring> <cstring>QRefDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>347</width> <width>375</width>
<height>423</height> <height>423</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QRefDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="2" column="1" rowspan="1" colspan="2" > <widget class="QLayoutWidget" row="2" column="1" rowspan="1" colspan="2">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout7</cstring> <cstring>Layout7</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>updatePB</cstring> <cstring>updatePB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Update</string> <string>&amp;Update</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Update the label list</string> <string>Update the label list</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>gotoPB</cstring> <cstring>gotoPB</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Go to Label</string> <string>&amp;Go to Label</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Jump to the label</string> <string>Jump to the label</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget row="2" column="0" > <widget class="QCheckBox" row="2" column="0">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>sortCB</cstring> <cstring>sortCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Sort</string> <string>&amp;Sort</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Sort labels in alphabetical order</string> <string>Sort labels in alphabetical order</string>
</property> </property>
</widget> </widget>
<widget row="3" column="1" rowspan="1" colspan="2" > <widget class="QLineEdit" row="3" column="1" rowspan="1" colspan="2">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>referenceED</cstring> <cstring>referenceED</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="1" rowspan="1" colspan="2" > <widget class="QComboBox" row="4" column="1" rowspan="1" colspan="2">
<class>QComboBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>&lt;reference&gt;</string> <string>&lt;reference&gt;</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>(&lt;reference&gt;)</string> <string>(&lt;reference&gt;)</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>&lt;page&gt;</string> <string>&lt;page&gt;</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>on page &lt;page&gt;</string> <string>on page &lt;page&gt;</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>&lt;reference&gt; on page &lt;page&gt;</string> <string>&lt;reference&gt; on page &lt;page&gt;</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Formatted reference</string> <string>Formatted reference</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>typeCO</cstring> <cstring>typeCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Cross-reference as it appears in output</string> <string>Cross-reference as it appears in output</string>
</property> </property>
</widget> </widget>
<widget row="3" column="0" > <widget class="QLabel" row="3" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>referenceL</cstring> <cstring>referenceL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Label:</string> <string>&amp;Label:</string>
</property> </property>
<property stdset="1"> <property name="alignment">
<name>alignment</name>
<set>AlignVCenter|AlignLeft</set> <set>AlignVCenter|AlignLeft</set>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>referenceED</cstring> <cstring>referenceED</cstring>
</property> </property>
<property> <property name="hAlign" stdset="0">
<name>hAlign</name>
</property> </property>
</widget> </widget>
<widget row="4" column="0" > <widget class="QLabel" row="4" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>typeLA</cstring> <cstring>typeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Format:</string> <string>&amp;Format:</string>
</property> </property>
<property stdset="1"> <property name="alignment">
<name>alignment</name>
<set>AlignVCenter|AlignLeft</set> <set>AlignVCenter|AlignLeft</set>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>typeLA</cstring> <cstring>typeLA</cstring>
</property> </property>
<property> <property name="hAlign" stdset="0">
<name>hAlign</name>
</property> </property>
</widget> </widget>
<widget row="5" column="0" > <widget class="QLabel" row="5" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>nameL</cstring> <cstring>nameL</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Name:</string> <string>&amp;Name:</string>
</property> </property>
<property stdset="1"> <property name="alignment">
<name>alignment</name>
<set>AlignVCenter|AlignLeft</set> <set>AlignVCenter|AlignLeft</set>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>nameED</cstring> <cstring>nameED</cstring>
</property> </property>
<property> <property name="hAlign" stdset="0">
<name>hAlign</name>
</property> </property>
</widget> </widget>
<widget row="5" column="1" rowspan="1" colspan="2" > <widget class="QLineEdit" row="5" column="1" rowspan="1" colspan="2">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>nameED</cstring> <cstring>nameED</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="6" column="0" rowspan="1" colspan="3" > <widget class="QLayoutWidget" row="6" column="0" rowspan="1" colspan="3">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer7</cstring> <cstring>Spacer7</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>applyPB</cstring> <cstring>applyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Apply</string> <string>&amp;Apply</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget row="1" column="0" rowspan="1" colspan="3" > <widget class="QListBox" row="1" column="0" rowspan="1" colspan="3">
<class>QListBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>refsLB</cstring> <cstring>refsLB</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>7</hsizetype> <hsizetype>7</hsizetype>
<vsizetype>3</vsizetype> <vsizetype>3</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Available labels</string> <string>Available labels</string>
</property> </property>
</widget> </widget>
<widget row="0" column="0" rowspan="1" colspan="2" > <widget class="QLabel" row="0" column="0" rowspan="1" colspan="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>refsL</cstring> <cstring>refsL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>La&amp;bels in:</string> <string>La&amp;bels in:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>bufferCO</cstring> <cstring>bufferCO</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="2" > <widget class="QComboBox" row="0" column="2">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>bufferCO</cstring> <cstring>bufferCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>7</hsizetype> <hsizetype>7</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
@ -439,12 +366,6 @@
<receiver>QRefDialogBase</receiver> <receiver>QRefDialogBase</receiver>
<slot>updateClicked()</slot> <slot>updateClicked()</slot>
</connection> </connection>
<slot access="public">changed_adaptor()</slot>
<slot access="public">gotoClicked()</slot>
<slot access="public">refHighlighted(const QString&amp;)</slot>
<slot access="public">refSelected(const QString&amp;)</slot>
<slot access="public">sortToggled(bool)</slot>
<slot access="public">updateClicked()</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>bufferCO</tabstop> <tabstop>bufferCO</tabstop>
@ -459,4 +380,17 @@
<tabstop>applyPB</tabstop> <tabstop>applyPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>changed_adaptor()</slot>
<slot>gotoClicked()</slot>
<slot>refHighlighted(const QString&amp;)</slot>
<slot>refSelected(const QString&amp;)</slot>
<slot>sortToggled(bool)</slot>
<slot>updateClicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,308 +1,240 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QSearchDialogBase</class> <class>QSearchDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QSearchDialogBase</cstring> <cstring>QSearchDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>379</width> <width>483</width>
<height>168</height> <height>184</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QSearchDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="layoutMargin" stdset="0">
<name>layoutMargin</name>
</property> </property>
<property> <property name="layoutSpacing" stdset="0">
<name>layoutSpacing</name>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>findLA</cstring> <cstring>findLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Find:</string> <string>&amp;Find:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>findCO</cstring> <cstring>findCO</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="1" rowspan="1" colspan="2" > <widget class="QComboBox" row="0" column="1" rowspan="1" colspan="2">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>findCO</cstring> <cstring>findCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="focusPolicy">
<name>focusPolicy</name>
<enum>StrongFocus</enum> <enum>StrongFocus</enum>
</property> </property>
<property stdset="1"> <property name="editable">
<name>editable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="sizeLimit">
<name>sizeLimit</name>
<number>10</number> <number>10</number>
</property> </property>
<property stdset="1"> <property name="maxCount">
<name>maxCount</name>
<number>666</number> <number>666</number>
</property> </property>
<property stdset="1"> <property name="insertionPolicy">
<name>insertionPolicy</name>
<enum>AtTop</enum> <enum>AtTop</enum>
</property> </property>
<property stdset="1"> <property name="autoCompletion">
<name>autoCompletion</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="duplicatesEnabled">
<name>duplicatesEnabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>replaceLA</cstring> <cstring>replaceLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Replace &amp;with:</string> <string>Replace &amp;with:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>replaceCO</cstring> <cstring>replaceCO</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" rowspan="1" colspan="2" > <widget class="QComboBox" row="1" column="1" rowspan="1" colspan="2">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>replaceCO</cstring> <cstring>replaceCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="editable">
<name>editable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="sizeLimit">
<name>sizeLimit</name>
<number>10</number> <number>10</number>
</property> </property>
<property stdset="1"> <property name="maxCount">
<name>maxCount</name>
<number>666</number> <number>666</number>
</property> </property>
<property stdset="1"> <property name="insertionPolicy">
<name>insertionPolicy</name>
<enum>AtTop</enum> <enum>AtTop</enum>
</property> </property>
<property stdset="1"> <property name="autoCompletion">
<name>autoCompletion</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="duplicatesEnabled">
<name>duplicatesEnabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget row="2" column="0" rowspan="1" colspan="2" > <widget class="QCheckBox" row="2" column="0" rowspan="1" colspan="2">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>caseCB</cstring> <cstring>caseCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Case &amp;sensitive</string> <string>Case &amp;sensitive</string>
</property> </property>
</widget> </widget>
<widget row="3" column="0" rowspan="2" colspan="2" > <widget class="QCheckBox" row="3" column="0" rowspan="2" colspan="2">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>wordsCB</cstring> <cstring>wordsCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Match whole words onl&amp;y</string> <string>Match whole words onl&amp;y</string>
</property> </property>
</widget> </widget>
<spacer row="2" column="2" > <spacer row="2" column="2">
<property> <property name="name">
<name>name</name>
<cstring>HSpacer1</cstring> <cstring>HSpacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<spacer row="6" column="0" rowspan="1" colspan="2" > <spacer row="6" column="0" rowspan="1" colspan="2">
<property> <property name="name">
<name>name</name>
<cstring>VSpacer1</cstring> <cstring>VSpacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<spacer row="6" column="3" > <spacer row="6" column="3">
<property> <property name="name">
<name>name</name>
<cstring>VSpacer2</cstring> <cstring>VSpacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="0" column="3" > <widget class="QPushButton" row="0" column="3">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>findPB</cstring> <cstring>findPB</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Find &amp;Next</string> <string>Find &amp;Next</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget row="1" column="3" > <widget class="QPushButton" row="1" column="3">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>replacePB</cstring> <cstring>replacePB</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Replace</string> <string>&amp;Replace</string>
</property> </property>
</widget> </widget>
<widget row="2" column="3" rowspan="2" colspan="1" > <widget class="QPushButton" row="2" column="3" rowspan="2" colspan="1">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>replaceallPB</cstring> <cstring>replaceallPB</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Replace &amp;All</string> <string>Replace &amp;All</string>
</property> </property>
</widget> </widget>
<widget row="5" column="0" rowspan="1" colspan="2" > <widget class="QCheckBox" row="5" column="0" rowspan="1" colspan="2">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>backwardsCB</cstring> <cstring>backwardsCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Search &amp;backwards</string> <string>Search &amp;backwards</string>
</property> </property>
</widget> </widget>
<widget row="4" column="3" rowspan="2" colspan="1" > <widget class="QPushButton" row="4" column="3" rowspan="2" colspan="1">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
@ -333,10 +265,6 @@
<receiver>QSearchDialogBase</receiver> <receiver>QSearchDialogBase</receiver>
<slot>findChanged()</slot> <slot>findChanged()</slot>
</connection> </connection>
<slot access="protected">findClicked()</slot>
<slot access="public">findChanged()</slot>
<slot access="protected">replaceClicked()</slot>
<slot access="protected">replaceallClicked()</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>findCO</tabstop> <tabstop>findCO</tabstop>
@ -349,4 +277,15 @@
<tabstop>replaceallPB</tabstop> <tabstop>replaceallPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot access="protected">findClicked()</slot>
<slot>findChanged()</slot>
<slot access="protected">replaceClicked()</slot>
<slot access="protected">replaceallClicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QSendtoDialogBase</class> <class>QSendtoDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QSendtoDialogBase</cstring> <cstring>QSendtoDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,184 +12,155 @@
<height>262</height> <height>262</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QSendtoDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>commandLA</cstring> <cstring>commandLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Command:</string> <string>&amp;Command:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>commandCO</cstring> <cstring>commandCO</cstring>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>formatLA</cstring> <cstring>formatLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Export formats:</string> <string>&amp;Export formats:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>formatLB</cstring> <cstring>formatLB</cstring>
</property> </property>
</widget> </widget>
<widget row="4" column="0" > <widget class="QLayoutWidget" row="4" column="0">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout6</cstring> <cstring>Layout6</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>applyPB</cstring> <cstring>applyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Apply</string> <string>&amp;Apply</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Cancel</string> <string>Cancel</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget row="3" column="0" > <widget class="QComboBox" row="3" column="0">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>commandCO</cstring> <cstring>commandCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="focusPolicy">
<name>focusPolicy</name>
<enum>StrongFocus</enum> <enum>StrongFocus</enum>
</property> </property>
<property stdset="1"> <property name="editable">
<name>editable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="sizeLimit">
<name>sizeLimit</name>
<number>10</number> <number>10</number>
</property> </property>
<property stdset="1"> <property name="maxCount">
<name>maxCount</name>
<number>666</number> <number>666</number>
</property> </property>
<property stdset="1"> <property name="insertionPolicy">
<name>insertionPolicy</name>
<enum>AtTop</enum> <enum>AtTop</enum>
</property> </property>
<property stdset="1"> <property name="autoCompletion">
<name>autoCompletion</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="duplicatesEnabled">
<name>duplicatesEnabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Process the converted file with this command ($$FName = file name)</string> <string>Process the converted file with this command ($$FName = file name)</string>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QListBox" row="1" column="0">
<class>QListBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>New Item</string> <string>New Item</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>formatLB</cstring> <cstring>formatLB</cstring>
</property> </property>
<property stdset="1"> <property name="maximumSize">
<name>maximumSize</name>
<size> <size>
<width>32767</width> <width>32767</width>
<height>32767</height> <height>32767</height>
</size> </size>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Available export converters</string> <string>Available export converters</string>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<connections> <connections>
<connection>
<sender>commandCO</sender>
<signal>textChanged(const QString&amp;)</signal>
<receiver>QSendtoDialogBase</receiver>
<slot>changed_adaptor()</slot>
</connection>
<connection> <connection>
<sender>formatLB</sender> <sender>formatLB</sender>
<signal>highlighted(const QString&amp;)</signal> <signal>highlighted(const QString&amp;)</signal>
@ -213,15 +179,6 @@
<receiver>QSendtoDialogBase</receiver> <receiver>QSendtoDialogBase</receiver>
<slot>changed_adaptor()</slot> <slot>changed_adaptor()</slot>
</connection> </connection>
<connection>
<sender>commandCO</sender>
<signal>textChanged(const QString&amp;)</signal>
<receiver>QSendtoDialogBase</receiver>
<slot>changed_adaptor()</slot>
</connection>
<slot access="public">changed_adaptor()</slot>
<slot access="public">slotFormatHighlighted(const QString&amp;)</slot>
<slot access="public">slotFormatSelected(const QString&amp;)</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>formatLB</tabstop> <tabstop>formatLB</tabstop>
@ -229,4 +186,14 @@
<tabstop>applyPB</tabstop> <tabstop>applyPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>changed_adaptor()</slot>
<slot>slotFormatHighlighted(const QString&amp;)</slot>
<slot>slotFormatSelected(const QString&amp;)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QShowFileDialogBase</class> <class>QShowFileDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QShowFileDialogBase</cstring> <cstring>QShowFileDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,82 +12,69 @@
<height>259</height> <height>259</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QShowFileDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QTextView">
<class>QTextView</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>text</cstring> <cstring>text</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string></string> <string></string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
@ -100,7 +82,12 @@
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<connections> <includes>
<slot access="public">change_adaptor()</slot> <include location="global" impldecl="in declaration">config.h</include>
</connections> <include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>change_adaptor()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QSpellcheckerDialogBase</class> <class>QSpellcheckerDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QSpellcheckerDialogBase</cstring> <cstring>QSpellcheckerDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,249 +12,193 @@
<height>389</height> <height>389</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QSpellcheckerDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="4" column="0" rowspan="1" colspan="2" > <widget class="QLabel" row="4" column="0" rowspan="1" colspan="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>TextLabel2</cstring> <cstring>TextLabel2</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Suggestions:</string> <string>Suggestions:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>suggestionsLB</cstring> <cstring>suggestionsLB</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="2" > <widget class="QPushButton" row="3" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>replacePB</cstring> <cstring>replacePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Replace</string> <string>&amp;Replace</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Replace word with current choice</string> <string>Replace word with current choice</string>
</property> </property>
</widget> </widget>
<widget row="7" column="2" > <widget class="QPushButton" row="7" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>addPB</cstring> <cstring>addPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>A&amp;dd</string> <string>A&amp;dd</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Add the word to your personal dictionary</string> <string>Add the word to your personal dictionary</string>
</property> </property>
</widget> </widget>
<widget row="5" column="2" > <widget class="QPushButton" row="5" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>ignorePB</cstring> <cstring>ignorePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Ignore</string> <string>&amp;Ignore</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Ignore this word</string> <string>Ignore this word</string>
</property> </property>
</widget> </widget>
<widget row="6" column="2" > <widget class="QPushButton" row="6" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>replacePB_3</cstring> <cstring>replacePB_3</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>I&amp;gnore All</string> <string>I&amp;gnore All</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Ignore this word throughout this session</string> <string>Ignore this word throughout this session</string>
</property> </property>
</widget> </widget>
<spacer row="10" column="1" > <spacer row="10" column="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer6</cstring> <cstring>Spacer6</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="10" column="2" > <widget class="QPushButton" row="10" column="2">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
<widget row="9" column="0" rowspan="1" colspan="2" > <widget class="QProgressBar" row="9" column="0" rowspan="1" colspan="2">
<class>QProgressBar</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>spellcheckPR</cstring> <cstring>spellcheckPR</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Proportion of document checked</string> <string>Proportion of document checked</string>
</property> </property>
</widget> </widget>
<widget row="5" column="0" rowspan="4" colspan="2" > <widget class="QListBox" row="5" column="0" rowspan="4" colspan="2">
<class>QListBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>suggestionsLB</cstring> <cstring>suggestionsLB</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Suggestions</string> <string>Suggestions</string>
</property> </property>
</widget> </widget>
<spacer row="8" column="2" > <spacer row="8" column="2">
<property> <property name="name">
<name>name</name>
<cstring>Spacer10</cstring> <cstring>Spacer10</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="2" column="0" rowspan="1" colspan="2" > <widget class="QLabel" row="2" column="0" rowspan="1" colspan="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>TextLabel1</cstring> <cstring>TextLabel1</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Replacement:</string> <string>Replacement:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>replaceCO</cstring> <cstring>replaceCO</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="0" rowspan="1" colspan="2" > <widget class="QLineEdit" row="1" column="0" rowspan="1" colspan="2">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>wordED</cstring> <cstring>wordED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Current word</string> <string>Current word</string>
</property> </property>
</widget> </widget>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>TextLabel3</cstring> <cstring>TextLabel3</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Unknown word:</string> <string>Unknown word:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>wordED</cstring> <cstring>wordED</cstring>
</property> </property>
</widget> </widget>
<widget row="3" column="0" rowspan="1" colspan="2" > <widget class="QComboBox" row="3" column="0" rowspan="1" colspan="2">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>replaceCO</cstring> <cstring>replaceCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="focusPolicy">
<name>focusPolicy</name>
<enum>StrongFocus</enum> <enum>StrongFocus</enum>
</property> </property>
<property stdset="1"> <property name="editable">
<name>editable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="insertionPolicy">
<name>insertionPolicy</name>
<enum>AtTop</enum> <enum>AtTop</enum>
</property> </property>
<property stdset="1"> <property name="autoCompletion">
<name>autoCompletion</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property stdset="1"> <property name="duplicatesEnabled">
<name>duplicatesEnabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Replace with selected word</string> <string>Replace with selected word</string>
</property> </property>
</widget> </widget>
@ -270,7 +209,7 @@
<sender>replaceCO</sender> <sender>replaceCO</sender>
<signal>highlighted(const QString&amp;)</signal> <signal>highlighted(const QString&amp;)</signal>
<receiver>QSpellcheckerDialogBase</receiver> <receiver>QSpellcheckerDialogBase</receiver>
<slot>replaceChanged(const QString &amp;)</slot> <slot>replaceChanged(const QString&amp;)</slot>
</connection> </connection>
<connection> <connection>
<sender>replacePB</sender> <sender>replacePB</sender>
@ -306,15 +245,8 @@
<sender>suggestionsLB</sender> <sender>suggestionsLB</sender>
<signal>highlighted(const QString&amp;)</signal> <signal>highlighted(const QString&amp;)</signal>
<receiver>QSpellcheckerDialogBase</receiver> <receiver>QSpellcheckerDialogBase</receiver>
<slot>suggestionChanged(const QString &amp;)</slot> <slot>suggestionChanged(const QString&amp;)</slot>
</connection> </connection>
<slot access="public">acceptClicked()</slot>
<slot access="public">addClicked()</slot>
<slot access="public">ignoreClicked()</slot>
<slot access="public">optionsClicked()</slot>
<slot access="public">replaceChanged(const QString &amp;)</slot>
<slot access="public">replaceClicked()</slot>
<slot access="public">suggestionChanged(const QString &amp;)</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>wordED</tabstop> <tabstop>wordED</tabstop>
@ -326,4 +258,18 @@
<tabstop>addPB</tabstop> <tabstop>addPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>acceptClicked()</slot>
<slot>addClicked()</slot>
<slot>ignoreClicked()</slot>
<slot>optionsClicked()</slot>
<slot>replaceChanged(const QString &amp;)</slot>
<slot>replaceClicked()</slot>
<slot>suggestionChanged(const QString &amp;)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,153 +1,120 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QTabularCreateDialogBase</class> <class>QTabularCreateDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QTabularCreateDialogBase</cstring> <cstring>QTabularCreateDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>272</width> <width>314</width>
<height>243</height> <height>243</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QTabularCreateDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout1</cstring> <cstring>Layout1</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>rowsL</cstring> <cstring>rowsL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Rows:</string> <string>&amp;Rows:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>rowsSB</cstring> <cstring>rowsSB</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Number of rows</string> <string>Number of rows</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QSpinBox">
<class>QSpinBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>rowsSB</cstring> <cstring>rowsSB</cstring>
</property> </property>
<property stdset="1"> <property name="buttonSymbols">
<name>buttonSymbols</name>
<enum>PlusMinus</enum> <enum>PlusMinus</enum>
</property> </property>
<property stdset="1"> <property name="maxValue">
<name>maxValue</name>
<number>511</number> <number>511</number>
</property> </property>
<property stdset="1"> <property name="minValue">
<name>minValue</name>
<number>1</number> <number>1</number>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Number of rows</string> <string>Number of rows</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>columnsL</cstring> <cstring>columnsL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Columns:</string> <string>&amp;Columns:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>columnsSB</cstring> <cstring>columnsSB</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Number of columns</string> <string>Number of columns</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QSpinBox">
<class>QSpinBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>columnsSB</cstring> <cstring>columnsSB</cstring>
</property> </property>
<property stdset="1"> <property name="buttonSymbols">
<name>buttonSymbols</name>
<enum>PlusMinus</enum> <enum>PlusMinus</enum>
</property> </property>
<property stdset="1"> <property name="maxValue">
<name>maxValue</name>
<number>511</number> <number>511</number>
</property> </property>
<property stdset="1"> <property name="minValue">
<name>minValue</name>
<number>1</number> <number>1</number>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Number of columns</string> <string>Number of columns</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -156,170 +123,143 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<property stdset="1"> <property name="minimumSize">
<name>minimumSize</name>
<size> <size>
<width>100</width> <width>100</width>
<height>100</height> <height>100</height>
</size> </size>
</property> </property>
<property stdset="1"> <property name="maximumSize">
<name>maximumSize</name>
<size> <size>
<width>600</width> <width>600</width>
<height>600</height> <height>600</height>
</size> </size>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer row="0" column="1" > <spacer row="0" column="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer1_2</cstring> <cstring>Spacer1_2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>MinimumExpanding</enum> <enum>MinimumExpanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<spacer row="1" column="0" > <spacer row="1" column="0">
<property> <property name="name">
<name>name</name>
<cstring>Spacer2_2</cstring> <cstring>Spacer2_2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>MinimumExpanding</enum> <enum>MinimumExpanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="0" column="0" > <widget class="EmptyTable" row="0" column="0">
<class>EmptyTable</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>table</cstring> <cstring>table</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>5</vsizetype> <vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="minimumSize">
<name>minimumSize</name>
<size> <size>
<width>100</width> <width>100</width>
<height>100</height> <height>100</height>
</size> </size>
</property> </property>
<property stdset="1"> <property name="maximumSize">
<name>maximumSize</name>
<size> <size>
<width>600</width> <width>600</width>
<height>600</height> <height>600</height>
</size> </size>
</property> </property>
<property stdset="1"> <property name="focusPolicy">
<name>focusPolicy</name>
<enum>NoFocus</enum> <enum>NoFocus</enum>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Resize this to the correct table dimensions</string> <string>Resize this to the correct table dimensions</string>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Close</string> <string>Close</string>
</property> </property>
</widget> </widget>
@ -335,22 +275,23 @@
<width>-1</width> <width>-1</width>
<height>-1</height> <height>-1</height>
</sizehint> </sizehint>
<container>1</container> <container>0</container>
<sizepolicy> <sizepolicy>
<hordata>5</hordata> <hordata>5</hordata>
<verdata>5</verdata> <verdata>5</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
<signal>colsChanged(int)</signal> <signal>colsChanged(int)</signal>
<signal>rowsChanged(int)</signal> <signal>rowsChanged(int)</signal>
<slot access="public">setNumberColumns(int)</slot> <slot access="public" specifier="">setNumberColumns(int)</slot>
<slot access="public">setNumberRows(int)</slot> <slot access="public" specifier="">setNumberRows(int)</slot>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="256">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000c749444154388dad55db1184200c4c180bb81a28c73aad811228c356f42b3792db3cc0db2fc724bb7901dc7b270f27ed17fa5fa9b117b7cd90211f4ba0ac906a7f1453b4d30ca917bb590681552af23f69bfc4ffa71519d2c8f62546ea5ea03738b1c18c33a4d156f0d13f43b61952e4af6d6e8fb3a408f080448419a433d6486d85052fdba892a295f5d45785cd8c51a9d6de6a814a8d2131da51f98e7a3b64ec9da04a8db53d43be3c3c0b22cacf17e4cdb5a931649ceddf34b190cf0aa019f03f1fd3e7457f03b5a66c9ed26e86130000000049454e44ae426082</data>
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image> </image>
</images> </images>
<connections> <connections>
@ -390,8 +331,6 @@
<receiver>QTabularCreateDialogBase</receiver> <receiver>QTabularCreateDialogBase</receiver>
<slot>columnsChanged(int)</slot> <slot>columnsChanged(int)</slot>
</connection> </connection>
<slot access="public">columnsChanged(int)</slot>
<slot access="public">rowsChanged(int)</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>rowsSB</tabstop> <tabstop>rowsSB</tabstop>
@ -400,4 +339,16 @@
<tabstop>okPB</tabstop> <tabstop>okPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>columnsChanged(int)</slot>
<slot>rowsChanged(int)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>emptytable.h</includehint>
</includehints>
</UI> </UI>

File diff suppressed because it is too large Load Diff

View File

@ -1,258 +1,210 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QTexinfoDialogBase</class> <class>QTexinfoDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QTexinfoDialogBase</cstring> <cstring>QTexinfoDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>267</width> <width>292</width>
<height>290</height> <height>290</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QTexinfoDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout1</cstring> <cstring>Layout1</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QComboBox">
<class>QComboBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>LaTeX classes</string> <string>LaTeX classes</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>LaTeX styles</string> <string>LaTeX styles</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>BibTeX styles</string> <string>BibTeX styles</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>whatStyle</cstring> <cstring>whatStyle</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Selected classes or styles</string> <string>Selected classes or styles</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>path</cstring> <cstring>path</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Show &amp;path</string> <string>Show &amp;path</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Toggles view of the file list</string> <string>Toggles view of the file list</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QListBox">
<class>QListBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>New Item</string> <string>New Item</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>fileList</cstring> <cstring>fileList</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Installed files</string> <string>Installed files</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer5</cstring> <cstring>Spacer5</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>rescanPB</cstring> <cstring>rescanPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Rescan</string> <string>&amp;Rescan</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Rebuild the file lists</string> <string>Rebuild the file lists</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>viewPB</cstring> <cstring>viewPB</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;View</string> <string>&amp;View</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Show contents of marked file. Only possible when files are shown with path</string> <string>Show contents of marked file. Only possible when files are shown with path</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer4</cstring> <cstring>Spacer4</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Close this dialog</string> <string>Close this dialog</string>
</property> </property>
</widget> </widget>
@ -303,10 +255,6 @@
<receiver>QTexinfoDialogBase</receiver> <receiver>QTexinfoDialogBase</receiver>
<slot>enableViewPB()</slot> <slot>enableViewPB()</slot>
</connection> </connection>
<slot access="protected">enableViewPB()</slot>
<slot access="protected">rescanClicked()</slot>
<slot access="protected">update()</slot>
<slot access="protected">viewClicked()</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>whatStyle</tabstop> <tabstop>whatStyle</tabstop>
@ -316,4 +264,15 @@
<tabstop>viewPB</tabstop> <tabstop>viewPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot access="protected">enableViewPB()</slot>
<slot access="protected">rescanClicked()</slot>
<slot access="protected">update()</slot>
<slot access="protected">viewClicked()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QThesaurusDialogBase</class> <class>QThesaurusDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QThesaurusDialogBase</cstring> <cstring>QThesaurusDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,83 +12,69 @@
<height>442</height> <height>442</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QThesaurusDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring> <cstring>Layout4</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>entryLA</cstring> <cstring>entryLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Keyword:</string> <string>&amp;Keyword:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>entryED</cstring> <cstring>entryED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Index entry</string> <string>Index entry</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>entryED</cstring> <cstring>entryED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Entry</string> <string>Entry</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -102,141 +83,113 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QListView">
<class>QListView</class>
<column> <column>
<property> <property name="text">
<name>text</name>
<string>Thesaurus entries:</string> <string>Thesaurus entries:</string>
</property> </property>
<property> <property name="clickable">
<name>clickable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="resizable">
<name>resizeable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</column> </column>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>meaningsLV</cstring> <cstring>meaningsLV</cstring>
</property> </property>
<property stdset="1"> <property name="allColumnsShowFocus">
<name>allColumnsShowFocus</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Select a related word</string> <string>Select a related word</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>selectionLA</cstring> <cstring>selectionLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Selection:</string> <string>&amp;Selection:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>replaceED</cstring> <cstring>replaceED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>The selected entry</string> <string>The selected entry</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>replaceED</cstring> <cstring>replaceED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>The selected entry</string> <string>The selected entry</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>replacePB</cstring> <cstring>replacePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Replace</string> <string>&amp;Replace</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Replace the entry with the selection</string> <string>Replace the entry with the selection</string>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout27</cstring> <cstring>Layout27</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
@ -273,19 +226,14 @@
<sender>meaningsLV</sender> <sender>meaningsLV</sender>
<signal>currentChanged(QListViewItem*)</signal> <signal>currentChanged(QListViewItem*)</signal>
<receiver>QThesaurusDialogBase</receiver> <receiver>QThesaurusDialogBase</receiver>
<slot>selectionChanged(QListViewItem *)</slot> <slot>selectionChanged(QListViewItem*)</slot>
</connection> </connection>
<connection> <connection>
<sender>meaningsLV</sender> <sender>meaningsLV</sender>
<signal>doubleClicked(QListViewItem*)</signal> <signal>doubleClicked(QListViewItem*)</signal>
<receiver>QThesaurusDialogBase</receiver> <receiver>QThesaurusDialogBase</receiver>
<slot>selectionClicked(QListViewItem *)</slot> <slot>selectionClicked(QListViewItem*)</slot>
</connection> </connection>
<slot access="public">change_adaptor()</slot>
<slot access="public">entryChanged()</slot>
<slot access="public">replaceClicked()</slot>
<slot access="public">selectionChanged(QListViewItem *)</slot>
<slot access="public">selectionClicked(QListViewItem *)</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>entryED</tabstop> <tabstop>entryED</tabstop>
@ -293,4 +241,16 @@
<tabstop>replacePB</tabstop> <tabstop>replacePB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>change_adaptor()</slot>
<slot>entryChanged()</slot>
<slot>replaceClicked()</slot>
<slot>selectionChanged(QListViewItem *)</slot>
<slot>selectionClicked(QListViewItem *)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,98 +1,82 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QTocDialogBase</class> <class>QTocDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QTocDialogBase</cstring> <cstring>QTocDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>357</width> <width>500</width>
<height>313</height> <height>313</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QTocDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>typeLA</cstring> <cstring>typeLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Type:</string> <string>&amp;Type:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>typeCO</cstring> <cstring>typeCO</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QComboBox">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>typeCO</cstring> <cstring>typeCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -101,153 +85,118 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QListView">
<class>QListView</class>
<column> <column>
<property> <property name="text">
<name>text</name>
<string>Contents list</string> <string>Contents list</string>
</property> </property>
<property> <property name="clickable">
<name>clickable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="resizable">
<name>resizeable</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</column> </column>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>tocLV</cstring> <cstring>tocLV</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QSlider">
<class>QSlider</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>depthSL</cstring> <cstring>depthSL</cstring>
</property> </property>
<property stdset="1"> <property name="maxValue">
<name>maxValue</name>
<number>5</number> <number>5</number>
</property> </property>
<property stdset="1"> <property name="pageStep">
<name>pageStep</name>
<number>1</number> <number>1</number>
</property> </property>
<property stdset="1"> <property name="value">
<name>value</name>
<number>1</number> <number>1</number>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout2</cstring> <cstring>Layout2</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>updatePB</cstring> <cstring>updatePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>U&amp;pdate</string> <string>U&amp;pdate</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>moveupPB</cstring> <cstring>moveupPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Up</string> <string>&amp;Up</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>movednPB</cstring> <cstring>movednPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Down</string> <string>&amp;Down</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>moveinPB</cstring> <cstring>moveinPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;In</string> <string>&amp;In</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>moveoutPB</cstring> <cstring>moveoutPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Out</string> <string>&amp;Out</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer2</cstring> <cstring>Spacer2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
@ -280,10 +229,17 @@
<receiver>QTocDialogBase</receiver> <receiver>QTocDialogBase</receiver>
<slot>depth_adaptor(int)</slot> <slot>depth_adaptor(int)</slot>
</connection> </connection>
<slot access="public">activate_adaptor(int)</slot>
<slot access="public">close_adaptor()</slot>
<slot access="public">depth_adaptor(int)</slot>
<slot access="public">select_adaptor(QListViewItem*)</slot>
<slot access="public">update_adaptor()</slot>
</connections> </connections>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>activate_adaptor(int)</slot>
<slot>close_adaptor()</slot>
<slot>depth_adaptor(int)</slot>
<slot>select_adaptor(QListViewItem*)</slot>
<slot>update_adaptor()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,173 +1,138 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QURLDialogBase</class> <class>QURLDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QURLDialogBase</cstring> <cstring>QURLDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>332</width> <width>353</width>
<height>109</height> <height>113</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QURLDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>urlLA</cstring> <cstring>urlLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;URL:</string> <string>&amp;URL:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>urlED</cstring> <cstring>urlED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>URL</string> <string>URL</string>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>nameLA</cstring> <cstring>nameLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Name:</string> <string>&amp;Name:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>nameED</cstring> <cstring>nameED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Name associated with the URL</string> <string>Name associated with the URL</string>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>nameED</cstring> <cstring>nameED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Name associated with the URL</string> <string>Name associated with the URL</string>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QLineEdit" row="0" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>urlED</cstring> <cstring>urlED</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>URL</string> <string>URL</string>
</property> </property>
</widget> </widget>
<widget row="2" column="0" rowspan="1" colspan="2" > <widget class="QLayoutWidget" row="2" column="0" rowspan="1" colspan="2">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout7</cstring> <cstring>Layout7</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>hyperlinkCB</cstring> <cstring>hyperlinkCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Generate hyperlink</string> <string>&amp;Generate hyperlink</string>
</property> </property>
<property> <property name="accel">
<name>toolTip</name> <string>Alt+G</string>
</property>
<property name="toolTip" stdset="0">
<string>Output as a hyperlink ?</string> <string>Output as a hyperlink ?</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer16</cstring> <cstring>Spacer16</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
@ -182,19 +147,18 @@
<receiver>QURLDialogBase</receiver> <receiver>QURLDialogBase</receiver>
<slot>changed_adaptor()</slot> <slot>changed_adaptor()</slot>
</connection> </connection>
<connection>
<sender>hyperlinkCB</sender>
<signal>clicked()</signal>
<receiver>QURLDialogBase</receiver>
<slot>changed_adaptor()</slot>
</connection>
<connection> <connection>
<sender>nameED</sender> <sender>nameED</sender>
<signal>textChanged(const QString&amp;)</signal> <signal>textChanged(const QString&amp;)</signal>
<receiver>QURLDialogBase</receiver> <receiver>QURLDialogBase</receiver>
<slot>changed_adaptor()</slot> <slot>changed_adaptor()</slot>
</connection> </connection>
<slot access="public">changed_adaptor()</slot> <connection>
<sender>hyperlinkCB</sender>
<signal>clicked()</signal>
<receiver>QURLDialogBase</receiver>
<slot>changed_adaptor()</slot>
</connection>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>urlED</tabstop> <tabstop>urlED</tabstop>
@ -203,4 +167,12 @@
<tabstop>okPB</tabstop> <tabstop>okPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot>changed_adaptor()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,295 +1,231 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QVSpaceDialogBase</class> <class>QVSpaceDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QVSpaceDialogBase</cstring> <cstring>QVSpaceDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>233</width> <width>259</width>
<height>140</height> <height>154</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QVSpaceDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>spacingL</cstring> <cstring>spacingL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Spacing:</string> <string>&amp;Spacing:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>spacingCO</cstring> <cstring>spacingCO</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>valueL</cstring> <cstring>valueL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Value:</string> <string>&amp;Value:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>valueLE</cstring> <cstring>valueLE</cstring>
</property> </property>
</widget> </widget>
<widget row="2" column="0" > <widget class="QLabel" row="2" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>keepL</cstring> <cstring>keepL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Protect:</string> <string>&amp;Protect:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>keepCB</cstring> <cstring>keepCB</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string></string> <string></string>
</property> </property>
</widget> </widget>
<widget row="2" column="1" > <widget class="QCheckBox" row="2" column="1">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>keepCB</cstring> <cstring>keepCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string></string> <string></string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Insert the spacing even after a page break</string> <string>Insert the spacing even after a page break</string>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QLineEdit" row="1" column="1">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>valueLE</cstring> <cstring>valueLE</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Custom value. Needs spacing type "Custom".</string> <string>Custom value. Needs spacing type "Custom".</string>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QComboBox" row="0" column="1">
<class>QComboBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>DefSkip</string> <string>DefSkip</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>SmallSkip</string> <string>SmallSkip</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>MedSkip</string> <string>MedSkip</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>BigSkip</string> <string>BigSkip</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>VFill</string> <string>VFill</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Custom</string> <string>Custom</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>spacingCO</cstring> <cstring>spacingCO</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Supported spacing types</string> <string>Supported spacing types</string>
</property> </property>
</widget> </widget>
<widget row="1" column="2" > <widget class="LengthCombo" row="1" column="2">
<class>LengthCombo</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>unitCO</cstring> <cstring>unitCO</cstring>
</property> </property>
</widget> </widget>
<spacer row="3" column="1" > <spacer row="3" column="1">
<property> <property name="name">
<name>name</name>
<cstring>Spacer28</cstring> <cstring>Spacer28</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget row="4" column="0" rowspan="1" colspan="3" > <widget class="QLayoutWidget" row="4" column="0" rowspan="1" colspan="3">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout5</cstring> <cstring>Layout5</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>applyPB</cstring> <cstring>applyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Apply</string> <string>&amp;Apply</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
<property stdset="1"> <property name="autoDefault">
<name>autoDefault</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<spacer row="0" column="2" > <spacer row="0" column="2">
<property> <property name="name">
<name>name</name>
<cstring>Spacer8</cstring> <cstring>Spacer8</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<spacer row="2" column="2" > <spacer row="2" column="2">
<property> <property name="name">
<name>name</name>
<cstring>Spacer9</cstring> <cstring>Spacer9</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -310,15 +246,16 @@
<sizepolicy> <sizepolicy>
<hordata>5</hordata> <hordata>5</hordata>
<verdata>5</verdata> <verdata>5</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
<signal>selectionChanged(LyXLength::UNIT)</signal> <signal>selectionChanged(LyXLength::UNIT)</signal>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="256">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000c749444154388dad55db1184200c4c180bb81a28c73aad811228c356f42b3792db3cc0db2fc724bb7901dc7b270f27ed17fa5fa9b117b7cd90211f4ba0ac906a7f1453b4d30ca917bb590681552af23f69bfc4ffa71519d2c8f62546ea5ea03738b1c18c33a4d156f0d13f43b61952e4af6d6e8fb3a408f080448419a433d6486d85052fdba892a295f5d45785cd8c51a9d6de6a814a8d2131da51f98e7a3b64ec9da04a8db53d43be3c3c0b22cacf17e4cdb5a931649ceddf34b190cf0aa019f03f1fd3e7457f03b5a66c9ed26e86130000000049454e44ae426082</data>
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image> </image>
</images> </images>
<connections> <connections>
@ -352,12 +289,22 @@
<receiver>QVSpaceDialogBase</receiver> <receiver>QVSpaceDialogBase</receiver>
<slot>change_adaptor()</slot> <slot>change_adaptor()</slot>
</connection> </connection>
<slot access="protected">change_adaptor()</slot>
<slot access="protected">enableCustom(int)</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>okPB</tabstop> <tabstop>okPB</tabstop>
<tabstop>applyPB</tabstop> <tabstop>applyPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<slots>
<slot access="protected">change_adaptor()</slot>
<slot access="protected">enableCustom(int)</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>lengthcombo.h</includehint>
</includehints>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QViewSourceDialogBase</class> <class>QViewSourceDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QViewSourceDialogBase</cstring> <cstring>QViewSourceDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,74 +12,63 @@
<height>328</height> <height>328</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QViewSourceDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QTextEdit">
<class>QTextEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>viewSourceTV</cstring> <cstring>viewSourceTV</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout27</cstring> <cstring>Layout27</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
</widget> </widget>
@ -96,4 +80,9 @@
<tabstop>viewSourceTV</tabstop> <tabstop>viewSourceTV</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
</UI> </UI>

View File

@ -1,324 +1,259 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>QWrapDialogBase</class> <class>QWrapDialogBase</class>
<include location="global">config.h</include> <widget class="QDialog">
<include location="local">qt_helpers.h</include> <property name="name">
<include location="local">vspace.h</include>
<widget>
<class>QDialog</class>
<property stdset="1">
<name>name</name>
<cstring>QWrapDialogBase</cstring> <cstring>QWrapDialogBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>369</width> <width>405</width>
<height>111</height> <height>125</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>QWrapDialogBase</string>
<string></string>
</property> </property>
<property stdset="1"> <property name="sizeGripEnabled">
<name>sizeGripEnabled</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
<property> <property name="layoutMargin" stdset="0">
<name>layoutMargin</name>
</property> </property>
<property> <property name="layoutSpacing" stdset="0">
<name>layoutSpacing</name>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout3</cstring> <cstring>Layout3</cstring>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>widthLA</cstring> <cstring>widthLA</cstring>
</property> </property>
<property stdset="1"> <property name="frameShape">
<name>frameShape</name>
<enum>MShape</enum> <enum>MShape</enum>
</property> </property>
<property stdset="1"> <property name="frameShadow">
<name>frameShadow</name>
<enum>MShadow</enum> <enum>MShadow</enum>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Width:</string> <string>&amp;Width:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>widthED</cstring> <cstring>widthED</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="2" > <widget class="QComboBox" row="1" column="2">
<class>QComboBox</class>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Default (outer)</string> <string>Default (outer)</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Left</string> <string>Left</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Right</string> <string>Right</string>
</property> </property>
</item> </item>
<item> <item>
<property> <property name="text">
<name>text</name>
<string>Outer</string> <string>Outer</string>
</property> </property>
</item> </item>
<property stdset="1"> <property name="name">
<name>name</name>
<cstring>valignCO</cstring> <cstring>valignCO</cstring>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Vertical alignment</string> <string>Vertical alignment</string>
</property> </property>
</widget> </widget>
<widget row="0" column="2" > <widget class="QLabel" row="0" column="2">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>valignLA</cstring> <cstring>valignLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Placement:</string> <string>&amp;Placement:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>valignCO</cstring> <cstring>valignCO</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="LengthCombo" row="1" column="1">
<class>LengthCombo</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>unitsLC</cstring> <cstring>unitsLC</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>3</hsizetype> <hsizetype>3</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="minimumSize">
<name>minimumSize</name>
<size> <size>
<width>40</width> <width>40</width>
<height>22</height> <height>22</height>
</size> </size>
</property> </property>
<property stdset="1"> <property name="focusPolicy">
<name>focusPolicy</name>
<enum>StrongFocus</enum> <enum>StrongFocus</enum>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Units of width value</string> <string>Units of width value</string>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLineEdit" row="1" column="0">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>widthED</cstring> <cstring>widthED</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Width value</string> <string>Width value</string>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QLabel" row="0" column="1">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>unitsLA</cstring> <cstring>unitsLA</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Units:</string> <string>&amp;Units:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>unitsLC</cstring> <cstring>unitsLC</cstring>
</property> </property>
</widget> </widget>
</grid> </grid>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1_2</cstring> <cstring>Spacer1_2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout17</cstring> <cstring>Layout17</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>restorePB</cstring> <cstring>restorePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Restore</string> <string>&amp;Restore</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string></string> <string></string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>okPB</cstring> <cstring>okPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;OK</string> <string>&amp;OK</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string></string> <string></string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>applyPB</cstring> <cstring>applyPB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Apply</string> <string>&amp;Apply</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string></string> <string></string>
</property> </property>
</widget> </widget>
<widget> <widget class="QPushButton">
<class>QPushButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>closePB</cstring> <cstring>closePB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Close</string> <string>&amp;Close</string>
</property> </property>
<property stdset="1"> <property name="default">
<name>default</name>
<bool>true</bool> <bool>true</bool>
</property> </property>
</widget> </widget>
@ -338,15 +273,16 @@
<sizepolicy> <sizepolicy>
<hordata>5</hordata> <hordata>5</hordata>
<verdata>5</verdata> <verdata>5</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
<signal>selectionChanged(LyXLength::UNIT)</signal> <signal>selectionChanged(LyXLength::UNIT)</signal>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="256">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000c749444154388dad55db1184200c4c180bb81a28c73aad811228c356f42b3792db3cc0db2fc724bb7901dc7b270f27ed17fa5fa9b117b7cd90211f4ba0ac906a7f1453b4d30ca917bb590681552af23f69bfc4ffa71519d2c8f62546ea5ea03738b1c18c33a4d156f0d13f43b61952e4af6d6e8fb3a408f080448419a433d6486d85052fdba892a295f5d45785cd8c51a9d6de6a814a8d2131da51f98e7a3b64ec9da04a8db53d43be3c3c0b22cacf17e4cdb5a931649ceddf34b190cf0aa019f03f1fd3e7457f03b5a66c9ed26e86130000000049454e44ae426082</data>
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image> </image>
</images> </images>
<connections> <connections>
@ -368,7 +304,6 @@
<receiver>QWrapDialogBase</receiver> <receiver>QWrapDialogBase</receiver>
<slot>change_adaptor()</slot> <slot>change_adaptor()</slot>
</connection> </connection>
<slot access="public">change_adaptor()</slot>
</connections> </connections>
<tabstops> <tabstops>
<tabstop>widthED</tabstop> <tabstop>widthED</tabstop>
@ -379,4 +314,16 @@
<tabstop>applyPB</tabstop> <tabstop>applyPB</tabstop>
<tabstop>closePB</tabstop> <tabstop>closePB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
<include location="local" impldecl="in declaration">vspace.h</include>
</includes>
<slots>
<slot>change_adaptor()</slot>
</slots>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>lengthcombo.h</includehint>
</includehints>
</UI> </UI>

View File

@ -1,15 +1,10 @@
<!DOCTYPE UI><UI> <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>TextLayoutModuleBase</class> <class>TextLayoutModuleBase</class>
<include location="global">config.h</include> <widget class="QWidget">
<include location="local">qt_helpers.h</include> <property name="name">
<widget>
<class>QWidget</class>
<property stdset="1">
<name>name</name>
<cstring>TextLayoutModuleBase</cstring> <cstring>TextLayoutModuleBase</cstring>
</property> </property>
<property stdset="1"> <property name="geometry">
<name>geometry</name>
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
@ -17,108 +12,95 @@
<height>404</height> <height>404</height>
</rect> </rect>
</property> </property>
<property stdset="1"> <property name="caption">
<name>caption</name> <string>TextLayoutModuleBase</string>
<string></string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout22</cstring> <cstring>Layout22</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QGroupBox">
<class>QGroupBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>GroupBox3</cstring> <cstring>GroupBox3</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Document Font</string> <string>Document Font</string>
</property> </property>
<grid> <grid>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget row="0" column="0" > <widget class="QLabel" row="0" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>TextLabel2</cstring> <cstring>TextLabel2</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Font:</string> <string>&amp;Font:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>fontsCO</cstring> <cstring>fontsCO</cstring>
</property> </property>
</widget> </widget>
<widget row="1" column="1" > <widget class="QComboBox" row="1" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>fontsizeCO</cstring> <cstring>fontsizeCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget row="0" column="1" > <widget class="QComboBox" row="0" column="1">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>fontsCO</cstring> <cstring>fontsCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget row="1" column="0" > <widget class="QLabel" row="1" column="0">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>TextLabel2_2</cstring> <cstring>TextLabel2_2</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Size:</string> <string>&amp;Size:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>fontsizeCO</cstring> <cstring>fontsizeCO</cstring>
</property> </property>
</widget> </widget>
@ -126,147 +108,123 @@
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QButtonGroup">
<class>QButtonGroup</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>ButtonGroup6</cstring> <cstring>ButtonGroup6</cstring>
</property> </property>
<property stdset="1"> <property name="title">
<name>title</name>
<string>Separate Paragraphs With</string> <string>Separate Paragraphs With</string>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number> <number>11</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QRadioButton">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>indentRB</cstring> <cstring>indentRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Indentation</string> <string>&amp;Indentation</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Indent consecutive paragraphs</string> <string>Indent consecutive paragraphs</string>
</property> </property>
</widget> </widget>
<widget> <widget class="QRadioButton">
<class>QRadioButton</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>skipRB</cstring> <cstring>skipRB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Vertical space</string> <string>&amp;Vertical space</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string></string> <string></string>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout9</cstring> <cstring>Layout9</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer1</cstring> <cstring>Spacer1</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Fixed</enum> <enum>Fixed</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>31</width> <width>31</width>
<height>20</height> <height>20</height>
</size> </size>
</property> </property>
</spacer> </spacer>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout8</cstring> <cstring>Layout8</cstring>
</property> </property>
<vbox> <vbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout6</cstring> <cstring>Layout6</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QComboBox">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>skipCO</cstring> <cstring>skipCO</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3_2</cstring> <cstring>Spacer3_2</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Horizontal</enum> <enum>Horizontal</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -275,47 +233,41 @@
</spacer> </spacer>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout7</cstring> <cstring>Layout7</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>skipLE</cstring> <cstring>skipLE</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
<widget> <widget class="LengthCombo">
<class>LengthCombo</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>skipLengthCO</cstring> <cstring>skipLengthCO</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
@ -327,84 +279,74 @@
</widget> </widget>
</vbox> </vbox>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout21</cstring> <cstring>Layout21</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QLabel">
<class>QLabel</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>lspacingL</cstring> <cstring>lspacingL</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>&amp;Line spacing:</string> <string>&amp;Line spacing:</string>
</property> </property>
<property> <property name="buddy" stdset="0">
<name>buddy</name>
<cstring>lspacingCO</cstring> <cstring>lspacingCO</cstring>
</property> </property>
</widget> </widget>
<widget> <widget class="QLayoutWidget">
<class>QLayoutWidget</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>Layout4</cstring> <cstring>Layout4</cstring>
</property> </property>
<hbox> <hbox>
<property stdset="1"> <property name="name">
<name>margin</name> <cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number> <number>0</number>
</property> </property>
<property stdset="1"> <property name="spacing">
<name>spacing</name>
<number>6</number> <number>6</number>
</property> </property>
<widget> <widget class="QComboBox">
<class>QComboBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>lspacingCO</cstring> <cstring>lspacingCO</cstring>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>5</hsizetype> <hsizetype>5</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
<property stdset="1"> <property name="duplicatesEnabled">
<name>duplicatesEnabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
</widget> </widget>
<widget> <widget class="QLineEdit">
<class>QLineEdit</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>lspacingLE</cstring> <cstring>lspacingLE</cstring>
</property> </property>
<property stdset="1"> <property name="enabled">
<name>enabled</name>
<bool>false</bool> <bool>false</bool>
</property> </property>
<property stdset="1"> <property name="sizePolicy">
<name>sizePolicy</name>
<sizepolicy> <sizepolicy>
<hsizetype>1</hsizetype> <hsizetype>1</hsizetype>
<vsizetype>0</vsizetype> <vsizetype>0</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
</property> </property>
</widget> </widget>
@ -412,36 +354,28 @@
</widget> </widget>
</hbox> </hbox>
</widget> </widget>
<widget> <widget class="QCheckBox">
<class>QCheckBox</class> <property name="name">
<property stdset="1">
<name>name</name>
<cstring>twoColumnCB</cstring> <cstring>twoColumnCB</cstring>
</property> </property>
<property stdset="1"> <property name="text">
<name>text</name>
<string>Two-&amp;column document</string> <string>Two-&amp;column document</string>
</property> </property>
<property> <property name="toolTip" stdset="0">
<name>toolTip</name>
<string>Format text into two columns</string> <string>Format text into two columns</string>
</property> </property>
</widget> </widget>
<spacer> <spacer>
<property> <property name="name">
<name>name</name>
<cstring>Spacer3</cstring> <cstring>Spacer3</cstring>
</property> </property>
<property stdset="1"> <property name="orientation">
<name>orientation</name>
<enum>Vertical</enum> <enum>Vertical</enum>
</property> </property>
<property stdset="1"> <property name="sizeType">
<name>sizeType</name>
<enum>Expanding</enum> <enum>Expanding</enum>
</property> </property>
<property> <property name="sizeHint">
<name>sizeHint</name>
<size> <size>
<width>20</width> <width>20</width>
<height>20</height> <height>20</height>
@ -462,15 +396,16 @@
<sizepolicy> <sizepolicy>
<hordata>5</hordata> <hordata>5</hordata>
<verdata>5</verdata> <verdata>5</verdata>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy> </sizepolicy>
<pixmap>image0</pixmap> <pixmap>image0</pixmap>
<signal>selectionChanged(LyXLength::UNIT)</signal> <signal>selectionChanged(LyXLength::UNIT)</signal>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<images> <images>
<image> <image name="image0">
<name>image0</name> <data format="PNG" length="256">89504e470d0a1a0a0000000d4948445200000016000000160806000000c4b46c3b000000c749444154388dad55db1184200c4c180bb81a28c73aad811228c356f42b3792db3cc0db2fc724bb7901dc7b270f27ed17fa5fa9b117b7cd90211f4ba0ac906a7f1453b4d30ca917bb590681552af23f69bfc4ffa71519d2c8f62546ea5ea03738b1c18c33a4d156f0d13f43b61952e4af6d6e8fb3a408f080448419a433d6486d85052fdba892a295f5d45785cd8c51a9d6de6a814a8d2131da51f98e7a3b64ec9da04a8db53d43be3c3c0b22cacf17e4cdb5a931649ceddf34b190cf0aa019f03f1fd3e7457f03b5a66c9ed26e86130000000049454e44ae426082</data>
<data format="XPM.GZ" length="646">789c6dd2c10ac2300c00d07bbf2234b7229d1be245fc04c5a3201e4615f430059d0711ff5ddb2e6bb236ec90eed134cb5a19d8ef36602af5ecdbfeeac05dda0798d3abebde87e3faa374d3807fa0d633a52d38d8de6f679fe33fc776e196f53cd010188256a3600a292882096246517815ca99884606e18044a3a40d91824820924265a7923a2e8bcd05f33db1173e002913175f2a6be6d3294871a2d95fa00e8a94ee017b69d339d90df1e77c57ea072ede6758</data>
</image> </image>
</images> </images>
<tabstops> <tabstops>
@ -484,4 +419,12 @@
<tabstop>lspacingLE</tabstop> <tabstop>lspacingLE</tabstop>
<tabstop>twoColumnCB</tabstop> <tabstop>twoColumnCB</tabstop>
</tabstops> </tabstops>
<includes>
<include location="global" impldecl="in declaration">config.h</include>
<include location="local" impldecl="in declaration">qt_helpers.h</include>
</includes>
<layoutdefaults spacing="6" margin="11"/>
<includehints>
<includehint>lengthcombo.h</includehint>
</includehints>
</UI> </UI>

View File

@ -12,6 +12,7 @@ AM_CPPFLAGS += \
$(PCH_FLAGS) \ $(PCH_FLAGS) \
-I$(top_srcdir)/src \ -I$(top_srcdir)/src \
-I$(top_srcdir)/src/frontends \ -I$(top_srcdir)/src/frontends \
-I$(top_srcdir)/src/frontends/qt3 \
-I$(top_srcdir)/src/frontends/controllers \ -I$(top_srcdir)/src/frontends/controllers \
$(QT_INCLUDES) \ $(QT_INCLUDES) \
$(BOOST_INCLUDES) $(BOOST_INCLUDES)