Re: [Interest] qt 4.8.3 release date

2012-09-05 Thread Turunen Tuukka
Hi Sergio, This is a question Nokia needs to answer if you are asking about update to the Nokia Qt SDK. It is the main tool for developing apps for their Symbian and MeeGo phones, but I know many are using it for developing on other platforms as well. If you are asking if there will be a Qt Proj

Re: [Interest] qt 4.8.3 release date

2012-09-05 Thread Sergio Correia
Sorry, hit reply and emailed Juhani only. Resending now including the mailing list. --- Hello Juhani, On Tue, Sep 4, 2012 at 9:20 AM, Taipale Juhani wrote: > 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 cha

[Interest] Invitation to connect on LinkedIn

2012-09-05 Thread Pritam Ghanghas
LinkedIn I'd like to add you to my professional network on LinkedIn. - Pritam Pritam Ghanghas Technology specialist at Infosys Bengaluru Area, India Confirm that you know Pritam Ghanghas: https://www.linkedin.com/e/k9rm4b-h6rdrt8w-1p/isd/8524020300/ETpNDNKQ/?hs=false&tok=28kIlAVk

Re: [Interest] Designer - can't remove items in 'Edit Tree Widget'

2012-09-05 Thread Tony Rietwyk
> Sent: Thursday, 6 September 2012 4:26 AM > > Hi, > I have created a widget with a tree widget and added some items and > subitems (right click, 'Edit Items...') in the Qt Designer > v4.8.2 (MS Windows 7). > If I want to remove an item with the minus button, nothing happens. > Something wrong? >

[Interest] Add sources to a target library after add_library()?

2012-09-05 Thread Loaden
Hi, I look this ML: http://www.cmake.org/pipermail/cmake/2010-January/034437.html Does CMake still can't support how to add sources to a target library after add_library()? I wan't support Precompiled Header for both MSVC / GCC(MinGW). In MSVC case, it need a source, e.g. StdAfx.cpp to support PCH.

[Interest] Designer - can't remove items in 'Edit Tree Widget'

2012-09-05 Thread Thomas Meyer
Hi, I have created a widget with a tree widget and added some items and subitems (right click, 'Edit Items...') in the Qt Designer v4.8.2 (MS Windows 7). If I want to remove an item with the minus button, nothing happens. Something wrong? Thomas ___ Int

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

2012-09-05 Thread Daniel Price
I think the OP means PLY files, which are 3D mesh formats. -Original Message- From: interest-bounces+daniel.price=fxhome@qt-project.org [mailto:interest-bounces+daniel.price=fxhome@qt-project.org] On Behalf Of Till Oliver Knoll Sent: 05 September 2012 09:12 To: Qt Interest Subjec

Re: [Interest] QCombobox - resize list view to horizontal contents

2012-09-05 Thread Daniel Price
*bump* Anyone? There must be a way to do this. From: interest-bounces+daniel.price=fxhome@qt-project.org [mailto:interest-bounces+daniel.price=fxhome@qt-project.org] On Behalf Of Daniel Price Sent: 03 September 2012 17:21 To: interest@qt-project.org Subject: [Interest] QCombobox - resiz

Re: [Interest] What did I do?

2012-09-05 Thread Bill Crocker
On 09/05/2012 08:22 AM, Tony Rietwyk wrote: > Hi Konrad, > > I agree that those properties apply to clicking on the table cells. > > But I think the OP is referring to QHeaderView. The only behaviours documented > are dragging, resizing and highlighting the sections. Other behaviours such as > sele

Re: [Interest] What did I do?

2012-09-05 Thread Tony Rietwyk
Hi Konrad, I agree that those properties apply to clicking on the table cells. But I think the OP is referring to QHeaderView. The only behaviours documented are dragging, resizing and highlighting the sections. Other behaviours such as selecting cells, or changing the sorting, you hav

Re: [Interest] qtbrowserplugin

2012-09-05 Thread Alexander Carôt
Hej Oliver, thanks for the detailed answer ! However, in the meantime I solved the framework problem on OSX already myself with install_name_tool: In fact I have two Qt versions on my machine (the trivial plugin is built with 4.7 and the example app I posted is built with 4.8) but the actual pl

Re: [Interest] qtbrowserplugin

2012-09-05 Thread Alexander Carôt
> So -- I actually think that the Qt libs are not discovered ! What I > consider doing is this: > > Creating a Framworks folder in the Contents-directory, copying the > required Frameworks into it and changing the path in which the binary > looks for. I finally did this via install_name_tool and

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

2012-09-05 Thread Till Oliver Knoll
2012/9/5 Ramakanthreddy_Kesireddy : > ... > I have png files with no textures. That's too bad! But on the other hand: no problem at all! PNG is an "image format", not a "3D format"! So PNG *cannot* have a "texture". Get a good book about file formats, 3D programming, read the Qt documenation - e

Re: [Interest] qtbrowserplugin

2012-09-05 Thread Till Oliver Knoll
2012/9/4 Alexander Carôt : > ...When I check > the plugin binary regarding the required libs with otool -L trivial I get: > > localhost:MacOS soulalex$ otool -L trivial > trivial: > > QtGui.framework/Versions/4/QtGui (compatibility version 4.7.0, current > version 4.7.4) > ... > If I c