erniadeldesktop
|
2010-09-18
, 16:49
|
Posts: 161 |
Thanked: 85 times |
Joined on Feb 2010
|
#171
|
|
2010-09-19
, 08:25
|
|
Posts: 118 |
Thanked: 13 times |
Joined on Jun 2010
@ mother earth
|
#172
|
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>MainWindow</class> <widget class="QMainWindow" name="MainWindow"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>400</height> </rect> </property> <property name="windowTitle"> <string>MainWindow</string> </property> <widget class="QWidget" name="centralwidget"> <widget class="QLabel" name="label"> <property name="geometry"> <rect> <x>220</x> <y>110</y> <width>261</width> <height>111</height> </rect> </property> <property name="font"> <font> <pointsize>24</pointsize> </font> </property> <property name="text"> <string>Hello World!</string> </property> </widget> </widget> <widget class="QMenuBar" name="menubar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>800</width> <height>18</height> </rect> </property> </widget> <widget class="QStatusBar" name="statusbar"/> </widget> <resources/> <connections/> </ui>
|
2010-09-20
, 04:09
|
|
Posts: 118 |
Thanked: 13 times |
Joined on Jun 2010
@ mother earth
|
#174
|
|
2010-09-20
, 04:16
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#175
|
*sigh* i am really disappointed i have been waiting for 4 days now and no tried to help us
pyuic4 -o test.py -x test python test.py
The Following 3 Users Say Thank You to fatalsaint For This Useful Post: | ||
|
2010-09-20
, 04:23
|
|
Posts: 118 |
Thanked: 13 times |
Joined on Jun 2010
@ mother earth
|
#176
|
|
2010-09-20
, 04:43
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#177
|
$ pyuic4 --version Python User Interface Compiler 4.7.2 for Qt version 4.6.2
The Following User Says Thank You to fatalsaint For This Useful Post: | ||
|
2010-09-21
, 09:21
|
Posts: 24 |
Thanked: 1 time |
Joined on Jun 2010
|
#178
|
D:\python>pyuic4 -x benvin.ui -o benvin.py Traceback (most recent call last): File "C:\Python31\Lib\site-packages\PyQt4\uic\pyuic.py", line 4, from PyQt4 import QtCore ImportError: DLL load failed: %1 is not a valid Win32 application.
|
2010-09-21
, 14:45
|
|
Posts: 3,203 |
Thanked: 1,391 times |
Joined on Nov 2009
@ Worthing, England
|
#179
|
i am very new to this
i tried the procedures and installed all packages
PyQt GPL v4.7.6 for Python v3.1 and python 3.1.0
when i tried to compile the ui, i got an error like
my os is windows 7 64 bitCode:D:\python>pyuic4 -x benvin.ui -o benvin.py Traceback (most recent call last): File "C:\Python31\Lib\site-packages\PyQt4\uic\pyuic.py", line 4, from PyQt4 import QtCore ImportError: DLL load failed: %1 is not a valid Win32 application.
please help me
pyuic4 -o test.py -x test
pyuic4 -x benvin.ui -o benvin.py
|
2010-09-21
, 23:22
|
Posts: 3,428 |
Thanked: 2,856 times |
Joined on Jul 2008
|
#180
|