![]() |
2009-12-30
, 09:07
|
Posts: 304 |
Thanked: 160 times |
Joined on Jul 2008
|
#22
|
![]() |
2009-12-30
, 09:45
|
Posts: 415 |
Thanked: 732 times |
Joined on Jan 2009
@ Finland
|
#23
|
Not a very good answer to the question in that caseAnyway, looking through my files, I see a new qt directory in /opt. This is qt 4.6.1 as opposed to the qt 4.5 already in the /usr directory.
![]() |
2009-12-30
, 09:54
|
|
Posts: 1,217 |
Thanked: 446 times |
Joined on Oct 2009
@ Bedfordshire, UK
|
#24
|
guys, I think the huge size is due to the dependencies, the library this app is using qtsysteminfo is based on the new QT Mobility API Technology Preview 2, it depends on a lot of other qt libraries like libqt4-maemo5-core, libqt4-maemo5-dbus etc.
Im sure you would have seen this getting installed.
You will be needing all this in your N900 sooner or later to be able to have QT applications so I dont see it as an issue. Feel free to correct me QT gurus.
The app as such is only 16K. the memory footprint is negligible too.
hope ive answered the questions around the 8MB download.
can clarify more if needed, PM me.
cheers
![]() |
2009-12-30
, 10:15
|
|
Posts: 290 |
Thanked: 165 times |
Joined on Sep 2009
|
#25
|
![]() |
2009-12-30
, 10:28
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#26
|
Well, the widget uses Qt 4.6 and those libs install to /opt
Qt 4.5 in /usr is currently the default version of Qt and it's going to be replaced by 4.6 some time in the future.
For those complaining about the size. The widget itself is small but if you haven't installed any apps that depend on Qt 4.6, those libs are installed also. If you look at the package details in the application manager you will see that packages that are going to be installed. The libraries are only installed once so next time you install some Qt application it doesn't appear as big.
Regarding the "black screen" -issue. The blank application screen appear because the widget isn't a shared object like the other widgets are (and are supposed to be). Because the widget is a normal application binary it's started as one (just close the application window and it works). In order to fix this the widget needs to be compiled differently and it has to have some interfaces implemented in it that don't exist in the current version. This obviously needs to be studied how it's done with Qt and so on.
The widget is still a work in progress and that why it's in extras-devel and further more there's a reason why normal users should stay away from extras-devel.
Anyway nice work krk969
The Following 2 Users Say Thank You to krk969 For This Useful Post: | ||
![]() |
2009-12-30
, 11:13
|
Posts: 36 |
Thanked: 13 times |
Joined on Dec 2009
@ Bandung, Indonesia
|
#27
|
guys, I think the huge size is due to the dependencies, the library this app is using qtsysteminfo is based on the new QT Mobility API Technology Preview 2, it depends on a lot of other qt libraries like libqt4-maemo5-core, libqt4-maemo5-dbus etc.
![]() |
2009-12-30
, 11:56
|
|
Posts: 754 |
Thanked: 630 times |
Joined on Sep 2009
@ London
|
#28
|
Congrats krk969 for getting your Maemo + Qt Mobility widget done!
Some questions for you krk969:
- Will the second installed Qt widget use another 8 MB, or just marginal memory usage? (since Qt library is already loaded)
- A bunch of OOT questions: What's your personal opinion regarding Maemo vs Symbian? Should Nokia kill Symbian and boost Maemo, or the other way around? Is Maemo in the same ground as iPhone, Android, WebOS... or is it superior/inferior? (I'm definitely expecting subjective answers here)
![]() |
2009-12-30
, 12:41
|
Posts: 51 |
Thanked: 15 times |
Joined on Apr 2009
@ ChengDu, SiChuan, P.R.C
|
#29
|
good job..
quick question. how did you get started setting up and using QT and would it be possible to look at the souce code (hopefully with detailed comments) as a little training for me?
![]() |
2009-12-30
, 12:51
|
Posts: 304 |
Thanked: 160 times |
Joined on Jul 2008
|
#30
|
http://talk.maemo.org/showpost.php?p...6&postcount=13