[PyKDE] pyuic getting QFrame.HLine wrong?
Giles Constant
gilesc at hyperlink-interactive.co.uk
Thu Dec 20 11:52:29 GMT 2001
On Thu, 20 Dec 2001, Phil Thompson wrote:
> Have you applied all the patches?
er.. I dunno! I'm using the version (3.0) that comes with PyQT at
thekompany's website. Are there patches that superscede this? If so,
where are they? :-)
> If you have then send me the .ui file.
attached.
--
Giles Constant, Systems Programmer
Hyperlink Interactive
http://www.hyperlink-interactive.co.uk
-------------- next part --------------
<!DOCTYPE UI><UI version="3.0" stdsetdef="1">
<class>FoundSubstitutions</class>
<widget class="QDialog">
<property name="name">
<cstring>FoundSubstitutions</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>487</width>
<height>496</height>
</rect>
</property>
<property name="caption">
<string>New Substitutions</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>11</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QLabel">
<property name="name">
<cstring>TextLabel1</cstring>
</property>
<property name="sizePolicy">
<sizepolicy>
<hsizetype>1</hsizetype>
<vsizetype>4</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Found the following new substitutions:</string>
</property>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>Layout13</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QListView">
<column>
<property name="text">
<string>Text</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizeable">
<bool>true</bool>
</property>
</column>
<column>
<property name="text">
<string>Import?</string>
</property>
<property name="clickable">
<bool>true</bool>
</property>
<property name="resizeable">
<bool>false</bool>
</property>
</column>
<property name="name">
<cstring>SubList</cstring>
</property>
<property name="midLineWidth">
<number>0</number>
</property>
<property name="resizePolicy">
<enum>Manual</enum>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="resizeMode">
<enum>AllColumns</enum>
</property>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>Layout12</cstring>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<spacer>
<property name="name" stdset="0">
<cstring>Spacer3</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>
</spacer>
<widget class="QPushButton">
<property name="name">
<cstring>EnableButton</cstring>
</property>
<property name="text">
<string>Enable Import</string>
</property>
</widget>
<spacer>
<property name="name" stdset="0">
<cstring>Spacer4</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>
</spacer>
<widget class="QPushButton">
<property name="name">
<cstring>DisableButton</cstring>
</property>
<property name="text">
<string>Disable Import</string>
</property>
</widget>
<spacer>
<property name="name" stdset="0">
<cstring>Spacer2</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>
</spacer>
</vbox>
</widget>
</hbox>
</widget>
<widget class="Line">
<property name="name">
<cstring>Line3</cstring>
</property>
<property name="frameShape" stdset="0">
<enum>HLine</enum>
</property>
<property name="frameShadow">
<enum>Sunken</enum>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
</widget>
<widget class="QLayoutWidget">
<property name="name">
<cstring>Layout7</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<property name="margin">
<number>0</number>
</property>
<property name="spacing">
<number>6</number>
</property>
<widget class="QPushButton">
<property name="name">
<cstring>CancelButton</cstring>
</property>
<property name="text">
<string>Cancel</string>
</property>
</widget>
<spacer>
<property name="name" stdset="0">
<cstring>Spacer1</cstring>
</property>
<property name="orientation">
<enum>Horizontal</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>20</width>
<height>20</height>
</size>
</property>
</spacer>
<widget class="QPushButton">
<property name="name">
<cstring>OkButton</cstring>
</property>
<property name="text">
<string>Ok</string>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<connections>
<connection>
<sender>OkButton</sender>
<signal>clicked()</signal>
<receiver>FoundSubstitutions</receiver>
<slot>accept()</slot>
</connection>
<connection>
<sender>CancelButton</sender>
<signal>clicked()</signal>
<receiver>FoundSubstitutions</receiver>
<slot>reject()</slot>
</connection>
</connections>
<tabstops>
<tabstop>CancelButton</tabstop>
<tabstop>OkButton</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>
More information about the PyQt
mailing list