You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ksquirrel/ksquirrel/imageedit/sq_imageconvert.ui

344 lines
14 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>SQ_ImageConvert</class>
<widget class="TQDialog">
<property name="name">
<cstring>SQ_ImageConvert</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>436</width>
<height>324</height>
</rect>
</property>
<property name="caption">
<string>SQ_ImageConvert</string>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget" row="2" column="0">
<property name="name">
<cstring>layout1</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<spacer>
<property name="name">
<cstring>spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>237</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="TQPushButton">
<property name="name">
<cstring>pushConvert</cstring>
</property>
<property name="text">
<string>Convert</string>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>pushCancel</cstring>
</property>
<property name="text">
<string>Close</string>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
</widget>
</hbox>
</widget>
<widget class="Line" row="1" column="0">
<property name="name">
<cstring>line8</cstring>
</property>
<property name="frameShape">
<enum>HLine</enum>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
</widget>
<widget class="TQWidgetStack" row="0" column="0">
<property name="name">
<cstring>widgetStack</cstring>
</property>
<widget class="TQWidget">
<property name="name">
<cstring>WStackPage</cstring>
</property>
<attribute name="id">
<number>0</number>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQGroupBox" row="0" column="1">
<property name="name">
<cstring>groupBoxActions</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>0</hsizetype>
<vsizetype>5</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>NoFrame</enum>
</property>
<property name="title">
<string></string>
</property>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQPushButton" row="0" column="0">
<property name="name">
<cstring>pushOptions</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="flat">
<bool>true</bool>
</property>
</widget>
<spacer row="2" column="0">
<property name="name">
<cstring>spacer15</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>26</width>
<height>155</height>
</size>
</property>
</spacer>
<widget class="TQPushButton" row="1" column="0">
<property name="name">
<cstring>pushWriteOptions</cstring>
</property>
<property name="text">
<string></string>
</property>
<property name="toggleButton">
<bool>true</bool>
</property>
<property name="flat">
<bool>true</bool>
</property>
<property name="toolTip" stdset="0">
<string>Conversion options</string>
</property>
</widget>
</grid>
</widget>
<widget class="TQListView" row="0" column="0">
<column>
<property name="text">
<string>col1</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>col2</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizable">
<bool>true</bool>
</property>
</column>
<property name="name">
<cstring>tableLib</cstring>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<property name="resizeMode">
<enum>LastColumn</enum>
</property>
</widget>
</grid>
</widget>
<widget class="TQWidget">
<property name="name">
<cstring>WStackPage</cstring>
</property>
<attribute name="id">
<number>1</number>
</attribute>
<grid>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<widget class="TQTextEdit" row="0" column="0">
<property name="name">
<cstring>textResult</cstring>
</property>
<property name="wordWrap">
<enum>NoWrap</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
<property name="undoRedoEnabled">
<bool>false</bool>
</property>
</widget>
<widget class="KProgress" row="1" column="0">
<property name="name">
<cstring>progress</cstring>
</property>
</widget>
</grid>
</widget>
</widget>
</grid>
</widget>
<customwidgets>
</customwidgets>
<connections>
<connection>
<sender>pushCancel</sender>
<signal>clicked()</signal>
<receiver>SQ_ImageConvert</receiver>
<slot>slotReject()</slot>
</connection>
<connection>
<sender>pushOptions</sender>
<signal>clicked()</signal>
<receiver>SQ_ImageConvert</receiver>
<slot>slotOptions()</slot>
</connection>
<connection>
<sender>pushWriteOptions</sender>
<signal>toggled(bool)</signal>
<receiver>SQ_ImageConvert</receiver>
<slot>slotShowExtWrapper(bool)</slot>
</connection>
<connection>
<sender>pushConvert</sender>
<signal>clicked()</signal>
<receiver>SQ_ImageConvert</receiver>
<slot>slotStartConvert()</slot>
</connection>
<connection>
<sender>tableLib</sender>
<signal>currentChanged(TQListViewItem*)</signal>
<receiver>SQ_ImageConvert</receiver>
<slot>slotCurrentLibraryChanged(TQListViewItem*)</slot>
</connection>
</connections>
<tabstops>
<tabstop>tableLib</tabstop>
<tabstop>pushOptions</tabstop>
<tabstop>pushWriteOptions</tabstop>
<tabstop>pushConvert</tabstop>
<tabstop>pushCancel</tabstop>
<tabstop>textResult</tabstop>
</tabstops>
<includes>
<include location="local" impldecl="in declaration">sq_imageedit.h</include>
<include location="global" impldecl="in implementation">knuminput.h</include>
<include location="global" impldecl="in implementation">kprogress.h</include>
<include location="global" impldecl="in implementation">ksquirrel-libs/fmt_defs.h</include>
<include location="global" impldecl="in implementation">ksquirrel-libs/fmt_types.h</include>
<include location="global" impldecl="in implementation">kstandarddirs.h</include>
<include location="local" impldecl="in implementation">sq_config.h</include>
<include location="local" impldecl="in implementation">sq_errorstring.h</include>
<include location="local" impldecl="in implementation">sq_iconloader.h</include>
<include location="local" impldecl="in implementation">sq_imageconvert.ui.h</include>
<include location="local" impldecl="in implementation">sq_imageeditoptions.h</include>
<include location="local" impldecl="in implementation">sq_libraryhandler.h</include>
<include location="local" impldecl="in implementation">sq_writeoption.h</include>
<include location="global" impldecl="in implementation">tqapplication.h</include>
<include location="global" impldecl="in implementation">tqcheckbox.h</include>
<include location="global" impldecl="in implementation">tqfileinfo.h</include>
<include location="global" impldecl="in implementation">tqheader.h</include>
</includes>
<forwards>
<forward>struct fmt_writeoptions;</forward>
<forward>struct fmt_writeoptionsabs;</forward>
</forwards>
<variables>
<variable access="private">SQ_ImageOptions imageopt;</variable>
<variable access="private">int paragraph;</variable>
<variable access="private">bool done;</variable>
</variables>
<signals>
<signal>convert(SQ_ImageOptions*, SQ_ImageConvertOptions*)</signal>
</signals>
<slots>
<slot>slotShowExtWrapper( bool show )</slot>
<slot access="private">createExtension()</slot>
<slot access="private">slotDebugText( const TQString &amp; text, bool bold )</slot>
<slot access="private">slotStartConvert()</slot>
<slot access="private">slotOneProcessed()</slot>
<slot access="private">slotCurrentLibraryChanged( TQListViewItem * i )</slot>
<slot access="private">slotOptions()</slot>
<slot access="private">slotDone( bool close )</slot>
<slot access="private">slotReject()</slot>
</slots>
<functions>
<function>init()</function>
<function access="private">initLibs()</function>
<function>startConvertion( int count )</function>
<function>fillWriteOptions( fmt_writeoptions * opt, const fmt_writeoptionsabs &amp; opt2 )</function>
<function access="protected">closeEvent( TQCloseEvent * e )</function>
</functions>
<layoutdefaults spacing="6" margin="11"/>
</UI>