|
|
2010-01-28
, 21:54
|
|
|
Posts: 385 |
Thanked: 344 times |
Joined on Jan 2010
@ Israel
|
#2
|
|
|
2010-02-01
, 01:44
|
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#3
|
|
|
2010-02-01
, 08:40
|
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#4
|
If you show me a little example helloworld widget in Qt/C++, I can try and make a PyQt widget out of it.
| The Following User Says Thank You to danielwilms For This Useful Post: | ||
|
|
2010-02-01
, 15:00
|
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#5
|
Not sure how to handle all that except through ctypes, and if I go there, it will be ugly as hell (what's the point in writing Python code if it looks uglier than the C original ?
)
|
|
2010-02-03
, 02:06
|
|
Posts: 13 |
Thanked: 2 times |
Joined on Sep 2009
|
#6
|
|
|
2010-02-03
, 20:57
|
|
|
Posts: 128 |
Thanked: 232 times |
Joined on Sep 2009
@ New Jersey, USA
|
#7
|
| The Following User Says Thank You to lostinmirkwood For This Useful Post: | ||
|
|
2010-02-03
, 21:55
|
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#8
|
But jokes aside, the discussion was about desktop widgets, and that examples packages falls short in that regard (as they are sadly not really supported in Qt4.5 without some workarounds/quite a bit of boilerplate code). Apparently Qt4.6 will be better in that regard (this is not really about PyQt, PyQt will use whatever the underlying Qt supports).
|
|
2010-02-03
, 23:14
|
|
Posts: 13 |
Thanked: 2 times |
Joined on Sep 2009
|
#9
|
|
|
2010-02-05
, 18:27
|
|
|
Posts: 128 |
Thanked: 232 times |
Joined on Sep 2009
@ New Jersey, USA
|
#10
|
Hey, that's a familiar package
I've got a smal application working in Eric4 / Qt Designer, but I'd like to make it a N900 widget.
Any help appreciated.