Die Suche ergab 6 Treffer

von davalo
Donnerstag 7. August 2008, 18:11
Forum: Qt/KDE
Thema: PyQT - Umwandlung .ui zu .py??
Antworten: 20
Zugriffe: 13420

weiß jemand, warum die Labels nicht auftauchen? Ich meine, wundern tut es mich nicht, dennw enn ich in die kompilierte .ui-datei schaue, sehe ich nirgends, dass den Labels eine text-eigesnchaft zugewiesen wird.

Wie mache ich das denn manuell?
label_2 ist das label.

ich habe evrsucht:

self.label_2 ...
von davalo
Donnerstag 7. August 2008, 15:59
Forum: Qt/KDE
Thema: PyQT - Umwandlung .ui zu .py??
Antworten: 20
Zugriffe: 13420

nee, hat doch geklappt :D

thx 8)

edit:

zu früh gefreut. Leider sind die labels nicht da. Also alles ist da, außer labels und beschriftungen von buttons z.B.

Hilfe :(
von davalo
Donnerstag 7. August 2008, 15:53
Forum: Qt/KDE
Thema: PyQT - Umwandlung .ui zu .py??
Antworten: 20
Zugriffe: 13420

C:\Users\Daniel>C:\Python25\PyQt4\bin\pyuic4 -o C:\Python25\anmeldung.py C:
on25\anmeldung.ui -d
PyQt4.uic.uiparser: UI version is 4.0
PyQt4.uic.uiparser: uiname is Form
PyQt4.uic.uiparser: toplevel widget is QWidget
PyQt4.uic.properties: setting property geometry
PyQt4.uic.properties: setting ...
von davalo
Mittwoch 6. August 2008, 19:58
Forum: Qt/KDE
Thema: PyQT - Umwandlung .ui zu .py??
Antworten: 20
Zugriffe: 13420

hallo
C:\Users\Daniel>C:\Python25\PyQt4\bin\pyuic4 -d C:\Python25\anmeldung.py C:\Python25\anmeldung.ui
Error: one input ui-file must be specified
seltsam, also der pfad stimmt mit sicherheit (habs überprüft)
von davalo
Mittwoch 6. August 2008, 19:22
Forum: Qt/KDE
Thema: PyQT - Umwandlung .ui zu .py??
Antworten: 20
Zugriffe: 13420

C:\Users\Daniel>C:\Python25\PyQt4\bin\pyuic4 -o C:\Python25\anmeldung.py C:\Pyth
on25\anmeldung.ui
An unexpected error occurred.
Check that you are using the latest version of PyQt and send an error report to
support@riverbankcomputing.com, including the following information:

* your version of ...
von davalo
Mittwoch 6. August 2008, 18:56
Forum: Qt/KDE
Thema: PyQT - Umwandlung .ui zu .py??
Antworten: 20
Zugriffe: 13420

hallo,

ich führe den thread mal weiter...

bei mir kommt - nachdme ich pobigem tipp gefolgt bin - die fehlermeldung "an unexpected error accoured ..."

was nun? alle pfade waren richtig :cry:

LG