Active Topics

 


Reply
Thread Tools
Posts: 434 | Thanked: 325 times | Joined on Sep 2009
#1
I've been using Qt Creator + MADDE for few months now and I really like it. However, I do have some suggestions on how to improve it and I think I'm not the only one who may have some ideas. Therefore I was wondering where could I post suggestions? Should I start a Brainstorm? If I would, would someone from the Qt Creator team read it? Or does someone have a better suggestion?


Cheers
 
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#2
another thread which begs an improvement of this tool . Maybe you can share ideas.
brainstorming it will ensure you will have enough material for either somebody from Nokia to have a look or for you to send it to the right channel whenver you find it.

I dont use this tool so not making any useful comments .

good luck !
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 

The Following User Says Thank You to krk969 For This Useful Post:
Posts: 80 | Thanked: 53 times | Joined on Feb 2010 @ Berlin, Germany
#3
How about: http://bugreports.qt.nokia.com/browse/QTCREATORBUG
That's the official bugtracker.
 

The Following 3 Users Say Thank You to nath For This Useful Post:
Posts: 289 | Thanked: 560 times | Joined on May 2009 @ Tampere, Finland
#4
http://qt.gitorious.org/qt-creator/pages/Home

You could get in touch with the Qt Creator developers at #qt-creator (Freenode)?
 

The Following User Says Thank You to jsa For This Useful Post:
Posts: 434 | Thanked: 325 times | Joined on Sep 2009
#5
Originally Posted by nath View Post
How about: http://bugreports.qt.nokia.com/browse/QTCREATORBUG
That's the official bugtracker.
Thanks. I already created a new suggestion:

Add portrait and landscape mode in a single .ui file
 
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#6
I haven't seriously looked at portrait mode for my app yet, however, I saw it by accident on my device once when the whole thing got stuck in portrait mode. The only things that looked decent were the browser and my Qt app which adapted automatically to that mode.
 

The Following User Says Thank You to magnuslu For This Useful Post:
Posts: 434 | Thanked: 325 times | Joined on Sep 2009
#7
Originally Posted by magnuslu View Post
I haven't seriously looked at portrait mode for my app yet, however, I saw it by accident on my device once when the whole thing got stuck in portrait mode. The only things that looked decent were the browser and my Qt app which adapted automatically to that mode.
Do you use layouts in your app?
 
krk969's Avatar
Posts: 754 | Thanked: 630 times | Joined on Sep 2009 @ London
#8
Originally Posted by magnuslu View Post
I haven't seriously looked at portrait mode for my app yet, however, I saw it by accident on my device once when the whole thing got stuck in portrait mode. The only things that looked decent were the browser and my Qt app which adapted automatically to that mode.
just FYI : QT apps dont adapt automatically, you need to design your GUI layouts appropriately to be displayed in both oreintations.
Maybe its just the default layout you have now works fine in both orientations
I normally maintain 2 different layouts, 1 for portrait and 1 for landscape.
__________________
Developer of :
Buddy - budget/expense manager ( website )
Showtime - a telly channel listing viewer/reminder ( website )
Travelapp - london underground status/planner ( website )
Batlevel - desktop widget for battery level ( website )

“I hear and I forget. I see and I remember. I do and I understand.”
 

The Following User Says Thank You to krk969 For This Useful Post:
Posts: 299 | Thanked: 241 times | Joined on Oct 2009 @ Singapore
#9
Originally Posted by Sasler View Post
Do you use layouts in your app?
Yes, I use layout files. See what my app looks like in portrait mode. It is true that it lends itself for portrait mode. I've done absolutely nothing to layout or code to 'enable' this portrait mode.
Attached Images
 
 

The Following User Says Thank You to magnuslu For This Useful Post:
Posts: 434 | Thanked: 325 times | Joined on Sep 2009
#10
Originally Posted by krk969 View Post
just FYI : QT apps dont adapt automatically, you need to design your GUI layouts appropriately to be displayed in both oreintations.
Maybe its just the default layout you have now works fine in both orientations
I normally maintain 2 different layouts, 1 for portrait and 1 for landscape.
Do you use a form designer or do you add the widgets in the code?
 
Reply


 
Forum Jump


All times are GMT. The time now is 23:23.