Your message dated Sat, 17 Oct 2009 21:02:46 +0200
with message-id <[email protected]>
and subject line Blitzversand und Top Angebote
has caused the Debian Bug report #279563,
regarding Please make pyuic to extract all methods, not only slots
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
279563: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=279563
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pyqt-tools
Version: 3.12-3
Severity: normal

Pyuic claims that it extracts all member functions defined for widget
class in Qt Designer, however look that it does not actually extract
any other functions than connected slots.

nik...@bliss:/tmp/test> pyuic form1.ui > form.py
Extracting func1()
nik...@bliss:/tmp/test> grep func1 form.py
nik...@bliss:/tmp/test>

This example shows that pyuic fails to extract func1() method from
ui.h file generated by Qt designer. Example was created my creating an
empty form in Qt Designer and adding a single member function to it.
Example files are attached.

It is still possible to add new methods to generated python class by
other means, e.g. by concatinaing it with another .py file with method
definitions, but it's something inconvinient. 


-- System Information:
Debian Release: 3.0
  APT prefers testing
  APT policy: (620, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=ru_RU.KOI8-R, LC_CTYPE=ru_RU.KOI8-R
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>Form1</class>
<widget class="QWidget">
    <property name="name">
        <cstring>Form1</cstring>
    </property>
    <property name="geometry">
        <rect>
            <x>0</x>
            <y>0</y>
            <width>600</width>
            <height>480</height>
        </rect>
    </property>
    <property name="caption">
        <string>Form1</string>
    </property>
</widget>
<includes>
    <include location="local" impldecl="in implementation">form1.ui.h</include>
</includes>
<functions>
    <function>func1()</function>
</functions>
<layoutdefaults spacing="6" margin="11"/>
</UI>
/****************************************************************************
** ui.h extension file, included from the uic-generated form implementation.
**
** If you want to add, delete, or rename functions or slots, use
** Qt Designer to update this file, preserving your code.
**
** You should not define a constructor or destructor in this file.
** Instead, write your code in functions called init() and destroy().
** These will automatically be called by the form's constructor and
** destructor.
*****************************************************************************/



void Form1::func1()
{
print "Hello"
}

--- End Message ---
--- Begin Message ---
BLITZVERSAND
#################################################################
Liebe Kunden Wir erweiteren unseren Service und garantieren ihnen einen 
Lieferung bis um Nächsten Werktag für Bestellungen die bis 18 uhr 30 getätigt 
werden, und über Sofortüberweisung oder Paypal getätigt werden.

#################################################################
M4N78 PRO - Mainboard - ATX -[..]

GeForce 8300, Socket AM2+, UDMA133, Serial...


EUR 72,58

http://www.top-it24.de/M4N78-PRO-Mainboard-ATX-GeForce-8300-Socket-AM2-UDMA133-Serial-ATA-300-RAID-Gigabit-Eth_detail_2949.html?sPartner=sCampaign17

#################################################################
Mesh Series CA-01B-B-SL - Tower -[..]

ohne Netzteil, Schwarz, Silber


EUR 87,11

http://www.top-it24.de/Mesh-Series-CA-01B-B-SL-Tower-SSI-EEB-3.0-ohne-Netzteil-Schwarz-Silber_detail_2637.html?sPartner=sCampaign17

#################################################################
Ethernet Broadband Router DIR-100 -[..]

D-Link DSL Router DIR-100 (4P),...


EUR 29,21

http://www.top-it24.de/Ethernet-Broadband-Router-DIR-100-Router-4-Port-Switch-EN-Fast-EN_detail_1854.html?sPartner=sCampaign17

#################################################################
EN210 DI LP HDMI DVI - Grafikkarte -[..]

PCIe, 512 MB, 1.402 MHz, 64 Bit


EUR 47,01

http://www.top-it24.de/EN210-DI-LP-HDMI-DVI-Grafikkarte-PCIe-512-MB-1.402-MHz-64-Bit_detail_1426.html?sPartner=sCampaign17

#################################################################
DES 1008F - Switch - 8 Anschlüsse -[..]

EN, Fast EN, 10Base-T, 100Base-FX, 100Base-TX


EUR 135,00

http://www.top-it24.de/DES-1008F-Switch-8-Anschluesse-EN-Fast-EN-10Base-T-100Base-FX-100Base-TX_detail_2347.html?sPartner=sCampaign17

#################################################################
takeMS MEM-P3 deseo - Digital Player[..]

WMA, MP3, WMV (Sound), Rosa


EUR 35,58

http://www.top-it24.de/takeMS-MEM-P3-deseo-Digital-Player-Radio-Flash-8-GB-WMA-MP3-WMV-Sound-Rosa_detail_1398.html?sPartner=sCampaign17

#################################################################



Sie erhalten diesen Newsletter in der Text-Darstellung, besuchen Sie bitte 
unseren Shop
um auf die Angebote zugreifen zu können.
* Alle Preise inkl ges. MwSt zzgl. Versand und ggf. Nachnahmegebühren, wenn 
nicht anders beschrieben
realisiert mit shopware von www.shopware.ag
Copyright © 2008 shopware AG - Alle Rechte vorbehalten


--- End Message ---

Reply via email to