[Interest] Set QTreeWidgetItem style

2012-09-04 Thread Sensei
Dear all, as usual, I am playing with tree widgets. Now I'm facing this problem: Is it possible to set CSS styles on some widget items? For example, items that have no valid parent, or items named foobar. Thanks! ___ Interest mailing list

Re: [Interest] Set QTreeWidgetItem style

2012-09-04 Thread Joseph Crowell
On 9/4/2012 5:59 PM, Sensei wrote: Dear all, as usual, I am playing with tree widgets. Now I'm facing this problem: Is it possible to set CSS styles on some widget items? For example, items that have no valid parent, or items named foobar. try widgetName-setStyleSheet(#widgetName {your css

Re: [Interest] Set QTreeWidgetItem style

2012-09-04 Thread Sensei
On 9/4/12 11:37am, Joseph Crowell wrote: On 9/4/2012 5:59 PM, Sensei wrote: Dear all, as usual, I am playing with tree widgets. Now I'm facing this problem: Is it possible to set CSS styles on some widget items? For example, items that have no valid parent, or items named foobar. try

Re: [Interest] Set QTreeWidgetItem style

2012-09-04 Thread Konstantin Tokarev
04.09.2012, 11:59, Sensei sense...@gmail.com: Dear all, as usual, I am playing with tree widgets. Now I'm facing this problem: Is it possible to set CSS styles on some widget items? For example, items that have no valid parent, or items named foobar. I think it would be both easier and

Re: [Interest] My experience porting to Qt5 (on OS X)

2012-09-04 Thread Daniel Price
Perhaps I'm missing something but a toolbar is a toolbar, no matter if it's under linux, windows or OSX. The MacUnifiedToolbar is just style. I don't see why an API that has worked since 4.x (albeit poorly) should be removed in Qt5. And I have no intention of re-writing my app in QML just to

Re: [Interest] Getting the list of mounted network volumes

2012-09-04 Thread tim.jenssen
maybe you can use some of the code of the qt installer framework There we have functions to check that this path is a local path. http://qt.gitorious.org/qt-labs/installer-framework/blobs/master/src/libs/kdtools/kdsysinfo_win.cpp -- Tim Jenssen Nokia, Qt Development Frameworks Rudower Chaussee

[Interest] Qt5 Installation

2012-09-04 Thread ganesh.sathyanarayanan
Hi, Sorry if this is a very silly question, but I run into a problem when cross compiling and installing Qt5 (alpha and also recently released beta). I configure Qt5 for cross compiling using --sysroot option, pointing to my target's SDK folder. Like this: ./configure --sysroot

[Interest] qt 4.8.3 release date

2012-09-04 Thread qtnext
is there any news about the release date of the qt 4.8.3 ? it seems to be tagged on git but there is no updated changes files ? ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] qt 4.8.3 release date

2012-09-04 Thread Taipale Juhani
Qtnext writes: is there any news about the release date of the qt 4.8.3 ? it seems to be tagged on git but there is no updated changes files ? Hi, on this Wednesday we hopefully get release candidate packages to public testing and official release is intended on next week. Br, Juhani Juhani

Re: [Interest] My experience porting to Qt5 (on OS X)

2012-09-04 Thread Stephen Chu
On 9/4/12 6:08 AM, Daniel Price wrote: Perhaps I'm missing something but a toolbar is a toolbar, no matter if it's under linux, windows or OSX. The MacUnifiedToolbar is just style. I don't see why an API that has worked since 4.x (albeit poorly) should be removed in Qt5. And I have no

Re: [Interest] Getting the list of mounted network volumes

2012-09-04 Thread Stephen Chu
On 9/4/12 6:08 AM, tim.jens...@nokia.com wrote: maybe you can use some of the code of the qt installer framework There we have functions to check that this path is a local path. http://qt.gitorious.org/qt-labs/installer-framework/blobs/master/src/libs/kdtools/kdsysinfo_win.cpp Cool. Let me

Re: [Interest] fromWinHICON missing from Qt 5

2012-09-04 Thread lars.knoll
On Sep 4, 2012, at 2:17 AM, ext Joseph Crowell joseph.w.crow...@gmail.commailto:joseph.w.crow...@gmail.com wrote: On 9/4/2012 3:13 AM, Justin Karneges wrote: On Monday, September 03, 2012 01:24:56 PM lars.kn...@nokia.commailto:lars.kn...@nokia.com wrote: On Sep 2, 2012, at 3:57 PM, ext Thiago

Re: [Interest] qtbrowserplugin

2012-09-04 Thread Alexander CarĂ´t
OSX-Firefox: I put it into the /Library/Internet plugins folder and it finally appears in my firefox plugin list. When I launch the html page the browser recognized the plugin and that it is built in Carbon 32-Bit mode. So far it looks allright, however, then the browser crashes. Is the

Re: [Interest] Getting the list of mounted network volumes

2012-09-04 Thread Stephen Chu
On 9/4/12 3:14 PM, Lorn Potter wrote: On 31/08/2012, at 3:44 AM, Stephen Chu step...@ju-ju.com wrote: On 8/30/12 1:35 PM, Thiago Macieira wrote: On quinta-feira, 30 de agosto de 2012 13.15.36, Stephen Chu wrote: Hi List. Is there a way to get a list of currently mounted network volumes? Or

[Interest] What did I do?

2012-09-04 Thread Bill Crocker
Hello: What did I do? In my app, when I click in a section of the horizontal header a table view, all items in the corresponding column are selected. Is this a default behavior? Must I have done something to enable this behavior? How do I turn off this behavior? Thanks. Bill

[Interest] QML 3D animations using png files

2012-09-04 Thread Ramakanthreddy_Kesireddy
Hi, Could you please let me know how can we add textures to png files and load as QML 3D objects so that we can apply animations. I have png files with no textures. Could you please let me know code snippet how can we add textures to png files and load as QML 3D objects. Thanks and

Re: [Interest] What did I do?

2012-09-04 Thread K. Frank
Hi Bill! On Tue, Sep 4, 2012 at 6:37 PM, Bill Crocker ... wrote: Hello: What did I do? In my app, when I click in a section of the horizontal header a table view, all items in the corresponding column are selected. I see the same behavior. (To confirm: using QTableView.) Is this a

Re: [Interest] QML 3D animations using png files

2012-09-04 Thread pritam.ghang...@gmail.com
Hi Ramakanth, First of all this question is in no way related to releasing. You should not just blindly post to all mailing lists that you have subscribed to. releasing is for release related activities and queries. Now png is already a texture. I mean it can be used as a texture. And png is a

Re: [Interest] What did I do?

2012-09-04 Thread Rainer Wiesenfarth
Am 05.09.2012 07:11, schrieb K. Frank: On Tue, Sep 4, 2012 at 6:37 PM, Bill Crocker ... wrote: In my app, when I click in a section of the horizontal header a table view, all items in the corresponding column are selected. I see the same behavior. (To confirm: using QTableView.) [...] I

Re: [Interest] What did I do?

2012-09-04 Thread Tony Rietwyk
Hi Bill, Diego's response of SelectionBehaviour should only apply when you click in the cells - not the header. In 4.6.0, I added code to achieve this. Have you recently changed version? I can't see any property in QHeaderView to control this behaviour. If you think that the default