Re: [Interest] Where are the USER properties of Qt-provided QObjects documented?

2012-06-28 Thread Bo Thorsen
Hi Frank, Den 28-06-2012 06:40, K. Frank skrev: Where in the documentation (not the source code) can I find out which of the properties of a standard Qt QObject class is the designated USER property? You can't find this, and it doesn't matter. You might be able to find it using the

Re: [Interest] QTabWidget/QTabBar allowing user to edit tab names

2012-06-28 Thread Bo Thorsen
Den 27-06-2012 23:02, Carl Schumann skrev: Qt community. I would like to allow the user to edit tab names in my application, e.g., by right-clicking and then being given a text field to enter the new name. How would this best be done please? Thanks for any help. You need to catch the

Re: [Interest] Where are the USER properties of Qt-provided QObjects documented?

2012-06-28 Thread Andre Somers
Op 28-6-2012 8:21, Andreas Pakulat schreef: Hi, Am Donnerstag, 28. Juni 2012 schrieb Bo Thorsen : Hi Frank, Den 28-06-2012 06:40, K. Frank skrev: Where in the documentation (not the source code) can I find out which of the properties of a standard Qt QObject class is the

Re: [Interest] QTabWidget/QTabBar allowing user to edit tab names

2012-06-28 Thread Andre Somers
Op 27-6-2012 23:02, Carl Schumann schreef: Qt community. I would like to allow the user to edit tab names in my application, e.g., by right-clicking and then being given a text field to enter the new name. How would this best be done please? Thanks for any help. Perhaps this Qt DevNet

Re: [Interest] Where are the USER properties of Qt-provided QObjects documented?

2012-06-28 Thread Bo Thorsen
Den 28-06-2012 08:55, Andre Somers skrev: Op 28-6-2012 8:21, Andreas Pakulat schreef: Hi, Am Donnerstag, 28. Juni 2012 schrieb Bo Thorsen : Hi Frank, Den 28-06-2012 06:40, K. Frank skrev: Where in the documentation (not the source code) can I find out which of the

Re: [Interest] Where are the USER properties of Qt-provided QObjects documented?

2012-06-28 Thread K. Frank
Hi Bo and André! On Thu, Jun 28, 2012 at 3:41 AM, André Somers an...@familiesomers.nl wrote: Op 28-6-2012 9:02, Bo Thorsen schreef: Den 28-06-2012 08:55, Andre Somers skrev: Op 28-6-2012 8:21, Andreas Pakulat schreef: Hi, Am Donnerstag, 28. Juni 2012 schrieb Bo Thorsen :      Hi Frank,  

[Interest] QML ListView Transition/Animation when changing CurrentIndex

2012-06-28 Thread Thomas . Gietlhuber-EXT
Hi, I'm using Qt 5 Alpha, QtQuick 2 and want to define Transitions when I switch the CurrentIndex (not the highlight) of a ListView. The delegate of the ListView contains an Image and I want to scale it while changing to the next ListItem. Is this possible? Thank You.

Re: [Interest] Where are the USER properties of Qt-provided QObjects documented?

2012-06-28 Thread Andreas Pakulat
Hi, Am Donnerstag, 28. Juni 2012 schrieb K. Frank : Hi Bo and André! ... It seems that the take-away is that which property is the USER property isn't documented (in the standard documentation). I suggest to override setModelData and not rely on the user property, since Qt may change

Re: [Interest] Qt on Windows Phone 8

2012-06-28 Thread chuck.piercey
As more complete documentation of the work behind the word mostly, the complete assessment document is now available at: http://qt-project.org/wiki/Qt-5-on-Windows-8-and-Metro-UI My thanks to ICS for their work on this. Thank you, Chuck Chuck Piercey http://www.linkedin.com/in/cpiercey Cell:

Re: [Interest] QFileDialog::getExistingDirectory does not expand tree on Windows 7

2012-06-28 Thread Eric Clark
Tony, I totally agree! Thanks for your input! Maybe Windows 8… Eric From: interest-bounces+eclark=ara@qt-project.org [mailto:interest-bounces+eclark=ara@qt-project.org] On Behalf Of Tony Rietwyk Sent: Wednesday, June 27, 2012 7:04 PM To: interest@qt-project.org Subject: Re: [Interest]

Re: [Interest] Where are the USER properties of Qt-provided QObjects documented?

2012-06-28 Thread K. Frank
Hi Andreas! On Thu, Jun 28, 2012 at 1:16 PM, Andreas Pakulat ap...@gmx.de wrote: Hi, Am Donnerstag, 28. Juni 2012 schrieb K. Frank : Hi Bo and André! It seems that the take-away is that which property is the USER property isn't documented (in the standard documentation). I suggest to

[Interest] Changing the Layout of a Widget

2012-06-28 Thread Michael Jackson
I would like to swap layouts in a QWidget. Is that possible? I see the the setLayout(...) and layout() functions but when I try to set my layout using setLayout() I get an error message saying that there is already a layout. Ok, Sounds reasonable. There doesn't seem to be any removeLayout()

Re: [Interest] Qt on Windows Phone 8

2012-06-28 Thread Jason H
Many thanks to everyone!! From: chuck.pier...@nokia.com chuck.pier...@nokia.com To: scorp...@yahoo.com; lorn.pot...@gmail.com; interest@qt-project.org Sent: Thursday, June 28, 2012 2:23 PM Subject: RE: [Interest] Qt on Windows Phone 8 As more complete