Re: [Interest] QML issue with putting an element on top of a repeater item based on the clicked one

2012-06-28 Thread Bo Thorsen
Hi Mark, This might not be the best advice, because I don't know your reasons for choosing the repeater. Something tells me the reason you have problems is that you shouldn't use a repeater. I mean, what are you repeating? If you do different zoom levels in a calendar application, the hours ar

[Interest] QML issue with putting an element on top of a repeater item based on the clicked one

2012-06-28 Thread Mark
Hi, Sorry for the long title, i don't really know how to describe this issue otherwise. First for the code. File: CalendarDay.qml http://paste.kde.org/509612/ main.qml import QtQuick 1.1 Rectangle { width: 800 height: 600 CalendarDay { anchors.fill: parent } } Wh

Re: [Interest] Qt on Windows Phone 8

2012-06-28 Thread Jason H
Many thanks to everyone!! From: "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 documentation of the work

Re: [Interest] Changing the Layout of a Widget

2012-06-28 Thread Michael Jackson
Thanks. That seemed to have done it with some careful pointer checking. Thanks Mike Jackson On Jun 28, 2012, at 3:52 PM, Jeff Heyob wrote: > Mike, > > Call layout() to get the current layout and delete it so that the widget > releases ownership. > Then setLayout(...) will work. > If you need 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()" me

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 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

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] 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] 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 cha

[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 K. Frank
Hi Bo and André! On Thu, Jun 28, 2012 at 3:41 AM, André Somers 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,

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

2012-06-28 Thread André Somers
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, >>> >>> Den 28-06-2012 06:40, K. Frank skrev: >>> > Where in the docu

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 >>

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 DevNe