Re: [Interest] mouse events: how to handle left and right button pressed?

2012-03-04 Thread Joseph Crowell
On 3/4/2012 12:46 PM, Philipp Menke wrote: why dont you use: if (event-buttons() == (Qt::LeftButton | Qt::RightButton) ) { std::cerr both std::endl; } else if ( event-buttons() == Qt::LeftButton) { std::cerr left std::endl; } else if ( event-buttons() ==

Re: [Interest] mouse events: how to handle left and right button pressed?

2012-03-04 Thread Joseph Crowell
Also, I think your error is related to a missing include. Are you doing #include QMouseEvent? On 3/4/2012 12:46 PM, Philipp Menke wrote: why dont you use: if (event-buttons() == (Qt::LeftButton | Qt::RightButton) ) { std::cerr both std::endl; } else if ( event-buttons() ==

Re: [Interest] Can Qt Creator diff two files?

2012-03-30 Thread Joseph Crowell
WinMerge is a good open source diff viewer for Windows. BC is available on linux as well.. Its truly amazing for comparison, the first time you use it in conjuction with the tortoise tool chain for svn/git to resolve a conflict... you will be sold

Re: [Interest] Is Nokia officially done with Qt?

2012-06-14 Thread Joseph Crowell
Qt was being used on the project which was shut down but that does not mean the end of Qt or Nokia's involvement with Qt. If Nokia is to survive, the best option would be to end this ridiculous dance with Microsoft and get back to development with Qt/Qt based OS. On 6/14/2012 11:56 AM, Xizhi

Re: [Interest] Has anyone heard about Jolla?

2012-07-11 Thread Joseph Crowell
? On 12/07/2012, at 4:40 AM, Jeff Tranter wrote: On 12-07-11 01:46 PM, Joseph Crowell wrote: http://www.linkedin.com/company/jolla Yes. Not too many details yet. They don't appear to have a web site up yet but they have the domain name jollamobile.com. You can find their press

Re: [Interest] jpeg dependency fix on kubuntu 12.04

2012-07-16 Thread Joseph Crowell
Might be better to list package dependency problems to the package mangers forums/mailing list at Canonical. On Fri, Jul 13, 2012 at 4:49 PM, Harri Pasanen ha...@mpaja.com wrote: FYI, I just installed a new linux box with Kubuntu 12.04 amd64. I then proceeded to install QtSDK 1.2.1, and

[Interest] fromWinHICON missing from Qt 5

2012-09-02 Thread Joseph Crowell
QPixmap QPixmap::fromWinHICON( HICON ); Is there a reason this has been removed? If so, is there any another method which results in the same return values from a windows resource dll? I had a project which loaded windows icons in a list by pulling the correct icon from QFileInfo which is of

Re: [Interest] fromWinHICON missing from Qt 5

2012-09-03 Thread Joseph Crowell
On 9/4/2012 3:13 AM, Justin Karneges wrote: On Monday, September 03, 2012 01:24:56 PM lars.kn...@nokia.com wrote: On Sep 2, 2012, at 3:57 PM, ext Thiago Macieira thiago.macie...@intel.com wrote: On domingo, 2 de setembro de 2012 22.23.01, Joseph Crowell wrote: QPixmap QPixmap

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] Creating a grid of icons

2012-09-06 Thread Joseph Crowell
QListWidget/QListview should be the proper way to do this but currently it isn't acting as expected in left to right (text below icon) mode in Qt5. I was just about to create a bug report for this. On 9/6/2012 7:23 PM, Sensei wrote: Hi again. After trees, now I'm playing with grids. The

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

2012-09-17 Thread Joseph Crowell
On 9/14/2012 1:11 AM, Stephen Kelly wrote: On Thursday, September 13, 2012 13:56:33 Till Oliver Knoll wrote: Am 13.09.2012 um 10:19 schrieb Stephen Kelly stephen.ke...@kdab.com: ... flag -Wl,--no-undefined you won't get the error when you build a static library, but only when you link the

Re: [Interest] Qt5: Converting from a QPixmap to an NSImage on OSX

2012-11-05 Thread Joseph Crowell
On 11/3/2012 6:10 PM, Andreas Pakulat wrote: Hi, On Sat, Nov 3, 2012 at 7:31 AM, Colin Dean c...@cad.cx wrote: When I compile against Qt 5.0.0-beta2, it errors at the line marked above. Looking through the Qt5 documentation, it appears that QPixmap::toMacCGImageRef() no longer exists. I

Re: [Interest] QtQuick and Video

2012-11-06 Thread Joseph Crowell
On 11/5/2012 11:51 PM, Mark wrote: On Mon, Nov 5, 2012 at 2:42 PM, Robert Voinea rvoi...@gmail.com wrote: On Monday 05 November 2012 18:38:07 Pritam wrote: On Monday 05 November 2012 05:24 PM, Robert Voinea wrote: Hi Has anyone tried the QtQuick 1.0/1.1 and Video combination? I have to

Re: [Interest] Curious behaviour of slider/spin when controlled by keyboard

2012-11-15 Thread Joseph Crowell
I would suggest filing a bug report on this. On 16/11/2012 3:58 AM, Shriramana Sharma wrote: Hello. I ran into a curious behaviour when writing a PyQt program but later found out that it is not particular to PyQt but exists in C++/Qt as well. I've attached minimal test cases. I note that in

Re: [Interest] Where in Qt 5 is QApplication::Type now?

2012-12-03 Thread Joseph Crowell
On 4/12/2012 2:20 AM, Stephen Chu wrote: On 12/3/12 10:25 AM, Nurmi J-P wrote: -Original Message- From: interest-bounces+jpnurmi=digia@qt-project.org [mailto:interest- bounces+jpnurmi=digia@qt-project.org] On Behalf Of Stephen Chu Sent: 3. joulukuuta 2012 16:04 To:

Re: [Interest] how to read data from a spreadsheet

2012-12-07 Thread Joseph Crowell
The libreOffice document code is actually the best place to look for information. You might end up porting from java but everything you need is there. I looked in to this a few months back. On 7/12/2012 6:17 PM, André Somers wrote: Op 5-12-2012 4:02, Carlos Oviedo Becerra schreef: hello

Re: [Interest] FOSDEM Qt Stand manning

2012-12-23 Thread Joseph Crowell
On 12/23/2012 08:42 AM, Mark wrote: On Sat, Dec 22, 2012 at 10:53 PM, Sivan Greenberg si...@omniqueue.com wrote: Hi All, I just got this email from FOSDEM organizers: Hi Sivan, I am pleased to inform you that your proposal for a stand at FOSDEM 2013 has been accepted. We have assigned

Re: [Interest] Widget cross-platform (minimum) size constraint problem.

2013-01-02 Thread Joseph Crowell
On 01/02/2013 12:07 PM, Frank Hemer wrote: On Wednesday 02 January 2013 10:46:24 Goblin Coding wrote: Hi Tony, You make a valid point. Originally the idea was to allow for scrollbars, but since that comes with an entirely different set of issues (as soon as the scrollbar appears, it cramps

Re: [Interest] Please recommend some editor widgets

2013-01-16 Thread Joseph Crowell
On 01/17/2013 12:02 PM, ?? wrote: Thank you! I see QScintilla but it is only a pure text editor. I want something like MS Word, a WYSIWYG editor. QTextBrowser might work. It supports hyperlinks at least. But you won't get animated images and it has the same formatting issues as QTextEdit.

Re: [Interest] Where is the Qt Examples and Demos program (qtdemo.exe) in Qt 5.0.1?

2013-02-03 Thread Joseph Crowell
I have been running the examples and demos directly within the Qt Creatorwelcom tab. I thought this was the new desired functionality for Qt 5? On 02/02/2013 06:47 AM, Sergio Ahumada wrote: On 02/01/2013 05:34 PM, Thomas Meyer wrote: Hi, I can't find the examples and demos program in Qt

Re: [Interest] Inline Searchable combbox

2013-02-03 Thread Joseph Crowell
On 02/04/2013 12:02 AM, Felix morack wrote: url works fine, attaching pic anyways. Good question, tbw. ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest A custom model/view - first item would be

Re: [Interest] Sending a SMS with Qt5?

2013-02-03 Thread Joseph Crowell
On 02/01/2013 10:49 PM, Mark wrote: On Fri, Feb 1, 2013 at 10:41 AM, Thiago Macieira thiago.macie...@intel.com wrote: On sexta-feira, 1 de fevereiro de 2013 09.16.29, Mark wrote: Windows 7 and linux (debian). What SMS-sending middleware do you have running on those systems? You don't expect

Re: [Interest] A little question about Qt

2013-02-04 Thread Joseph Crowell
On 02/04/2013 11:45 AM, Andres Linares wrote: Hi, Beforehand I'll introduce myself. My name is Andres Linares, I'm very interested into developing using C++ and Qt Framework. I've been reading some books and some documentation on the net, so I have a little question about GUI support on Qt.

Re: [Interest] A little question about Qt

2013-02-04 Thread Joseph Crowell
On 02/04/2013 11:45 AM, Andres Linares wrote: Hi, Beforehand I'll introduce myself. My name is Andres Linares, I'm very interested into developing using C++ and Qt Framework. I've been reading some books and some documentation on the net, so I have a little question about GUI support on Qt.

Re: [Interest] I am trying to compile Qt 4.8 with VS2010

2013-02-06 Thread Joseph Crowell
On 02/07/2013 05:51 AM, Guido Seifert wrote: I guess you have an application running that has that file open. Close all Qt-based applications. Impossible. I am just compiling Qt. No other app could use it. I get these errors because my antivirus is accessing files during compilation.

Re: [Interest] link failure due to duplicate resources with VS2012 / Qt4.8.4

2013-02-07 Thread Joseph Crowell
On 02/07/2013 12:27 PM, Hamish Moffatt wrote: On 6/02/2013 5:30 PM, Hamish Moffatt wrote: We're building successfully with Qt 4.8.4 on VS2008 and I'm trying to upgrade to 2012. However any project of ours which specifies Win32 resources is failing to link with duplicate resource errors. It

Re: [Interest] I am trying to compile Qt 4.8 with VS2010

2013-02-07 Thread Joseph Crowell
On 02/07/2013 07:49 PM, Sascha Cunz wrote: Am Donnerstag, 7. Februar 2013, 08:45:57 schrieb Till Oliver Knoll: Am 07.02.2013 um 02:59 schrieb Scott Aron Bloom scott.bl...@onshorecs.com: Just a suggestion... If you use a Project directory, for source and building, add that directory to your

Re: [Interest] MySQL 64bit + Qt5: Irrational access violation exception

2013-02-07 Thread Joseph Crowell
On 02/08/2013 04:01 AM, Soroush R wrote: Hi Luis Did compile libmysql ? I'm using precompiled binaries from official releases. Do I need a fresh compile? Yes. The official sources probably contain binaries from a different version of MingW64. Unfortunately there are several different

Re: [Interest] How to checkout and build 5.0.2 release?

2013-04-14 Thread Joseph Crowell
There is a plethora of submodules now. There is a perl script after checking out base which can be used to init and pull the submodules. This is because of the modularization of Qt iiuc. On 4/14/2013 3:51 PM, Diego Iastrubni wrote: With the risk of sounding too stupid.. I will ask.. How is

Re: [Interest] Custom-shaped QDialog or similar

2013-05-17 Thread Joseph Crowell
This would be easiest with Qt Quick but the shaped clock example is a good starting point if you want to use widgets. On 5/18/2013 12:19 AM, Sensei wrote: Dear all, I'd like to try something new for an application: having a custom shaped dialog for some options. You can see my desire in the

Re: [Interest] Long menus on Windows

2013-06-04 Thread Joseph Crowell
On 6/1/2013 8:24 AM, John Weeks wrote: Alex- Thank you! You seem to be the only one that takes an interest in my peculiar questions. The dialog takes extra clicks- one to select a menu item that displays the dialog, then more clicks to interact with the dialog and click OK button. I agree

Re: [Interest] WebView in Qt 5.1 - first impressions

2013-07-21 Thread Joseph Crowell
Also, is your WebView storing cache to the drive and then reloading from there which is what Firefox would do? Try clearing Firefox's cache and then compare performance with an empty cache. On 7/21/2013 7:06 PM, John C. Turnbull wrote: Hi Morgan, Yes, I was comparing apples and oranges as

Re: [Interest] Strange question on Stackoverflow.... QApplication in QThread

2013-08-21 Thread Joseph Crowell
1208 Immortals were either beheaded by those the main three characters and/or were at least mentioned in the shows/movies. At that rate, considering the amount all the others have killed and the fact that they're always chasing each other around killing each other, about 38% of the world

Re: [Interest] Native text rendering in Qt 5.1 on Windows

2013-08-21 Thread Joseph Crowell
Here's an blog about that feature from digia. http://blog.qt.digia.com/blog/2012/08/08/native-looking-text-in-qml-2/ On 21/08/2013 08:33 AM, ozem...@ozemail.com.au wrote: With Qt 5.1 I am able to choose native text rendering for my QML text objects. What does native actually mean here on

Re: [Interest] Best choice for android/iOS/Windows/Mac

2013-09-02 Thread Joseph Crowell
I spent a few days editing widget style sheets on my first mobile application for Meego only to find out that screen resolutions changed and made my widgets based ui look like caca on Android way back in the Qt 4.7 days. If you want to go and do the same you're more than welcome to do so but

Re: [Interest] Looking for third party Qt libraries

2013-10-11 Thread Joseph Crowell
On 07/10/2013 07:43 PM, Cornelius Schumacher wrote: We all know that Qt is great, but we also know that it can't possibly cover all use cases. Fortunately there are plenty of third party libraries based on Qt, which fill a lot of gaps, so you don't have to develop everything yourself.

Re: [Interest] What for does qt5gui need OpenGL?

2013-11-08 Thread Joseph Crowell
On 11/07/2013 07:33 PM, André Pönitz wrote: On Thu, Nov 07, 2013 at 07:51:16AM +0100, Tomasz Olszak wrote: 2013/11/7 Uwe Rathmann uwe.rathm...@tigertal.de On Wed, 06 Nov 2013 08:03:47 -0800, Thiago Macieira wrote: Shouldn't they be in Qt5OpenGL.dll? No, they are

Re: [Interest] using designer plugin in application

2013-12-03 Thread Joseph Crowell
At least in the last 6 years since I started using Qt, plugins must be compiled against the same compiler that Designer/Creator were compiled against or they won't show up. That means the same version of Visual Studio (2008, 2010, 2012). I think Designer/Creator in the packages are compiled

Re: [Interest] [OT] Re: OpenGL under Android... glMatrixMode(GL_PROJECTION) was not declared in this scope

2013-12-04 Thread Joseph Crowell
*Gives ossi an exploding present.* On 12/04/2013 08:37 AM, Till Oliver Knoll wrote: Am 04.12.2013 um 03:13 schrieb Guido Seifert warg...@gmx.de: #%$%^!$%@# Is that ^ the only Difference between OpenGL and OpenGL ES. ? Funny, I assumed the difference between OpenGL and ES was bigger

Re: [Interest] Qt5.3 Beta error crosscompilation IMX6 Sabre AI

2014-05-14 Thread Joseph Crowell
On 5/14/2014 9:53 PM, Ramakanthreddy Kesireddy wrote: Hi, Here is my configure line and am getting different error in Qt widgets now. ./configure -v -opensource -confirm-license -device imx6 -device-option

[Interest] Fwd: Re: WA_NoSystemBackground vs WA_OpaquePaintEvent

2015-01-22 Thread Joseph Crowell
-- Forwarded message -- From: Joseph Crowell joseph.w.crow...@gmail.com Date: 22 Jan 2015 10:20 pm Subject: Re: [Interest] WA_NoSystemBackground vs WA_OpaquePaintEvent To: Philippe philw...@gmail.com Cc: Try playing around with these and use a multimedia video widget. That might