![]() |
Re: Qt4 Designer and Python in 30 Mins
Quote:
Quote:
Quote:
Cheers Bjoern |
Re: Linux Qt4 Designer and Python in 30 Mins
My "Pimped" version of the Hello World with the QLabel moving with help of timer events.
In the Qt Designer I named the QLabel to "SplashLabel" and put it at the coordinates x=100,y=100. Another tip: I used DropN900 to pick up my files from Dropbox (http://www.dropbox.com/referrals/NTE3ODY3Njk) instead of SSH-Server... Now I'm waiting for a bluetooth dongle to connect to my car's databus (eobd alá carman) and play further.... I hope someone could find something from the code below! /Claes Code:
#!/usr/bin/env python |
Re: Qt4 Designer and Python in 30 Mins
can someone help me with py2deb? i would like to distribute my app but this part of the build script (copied from the wiki) is not working:
Code:
dir_name = "src" #Name of the subfolder containing your package source files (for example, usr\share\icons\hicolor\scalable\myappicon.svg, usr\lib\myapp\somelib.py). We suggest to leave it named src in all projects and will refer to that in the wiki article on maemo.org |
Re: Qt4 Designer and Python in 30 Mins
omg wtf bbq!!! the for is commented and seems part of the discussion!!
Code:
#Thanks to DareTheHair from talk.maemo.org for this snippet that recursively builds the file list for root, dirs, files in os.walk(dir_name): Code:
#Thanks to DareTheHair from talk.maemo.org for this snippet that recursively builds the file list . I'll edit the wiki. |
Re: Qt4 Designer and Python in 30 Mins
is not over yet:
Code:
p[real_dir] = fake_file |
Re: Qt4 Designer and Python in 30 Mins
yay!!
again there were typos in the wiki: Code:
dir_name = "src" Code:
dir_name = "src" Code:
a="src" final remarks: this is what was meant to be: Code:
for root, dirs, files in os.walk(dir_name): so I will edit again the wiki. solving this other one. hope I've help someone in saving time. |
All times are GMT. The time now is 08:09. |
vBulletin® Version 3.8.8