[Interest] Fwd: Re: WA_NoSystemBackground vs WA_OpaquePaintEvent

2015-01-22 Thread Joseph Crowell
-- Forwarded message -- From: "Joseph Crowell" Date: 22 Jan 2015 10:20 pm Subject: Re: [Interest] WA_NoSystemBackground vs WA_OpaquePaintEvent To: "Philippe" Cc: Try playing around with these and use a multimedia video widget. That might make things a bit m

Re: [Interest] Is it possible to submit my Qt application for iOS to Apple App Store?

2014-07-05 Thread Joseph Crowell
It doesn't have to BE iOS native, it just has to look iOS native. http://qt-project.org/doc/qt-5/ios-support.html On 7/5/2014 5:16 PM, Yang Fan wrote: 1. use qmake to generate the xcode project bundle, then xcode will handle the left. 2. you are right, just make the UI look iOS native style.

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 CROSS_COMPILE=/opt/poky/1.6+snapshot/sysroots/i686-pokysdk-linux/usr/bin/arm-poky-l

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 : > >> #%$&%^!$%@# > Is that ^ the only > > >> Difference between OpenGL and OpenGL ES. > ? Funny, I assumed the difference between OpenGL and ES was bigger than a

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 aga

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 >> >> On Wed, 06 Nov 2013 08:03:47 -0800, Thiago Macieira wrote: >> >> >> Shouldn't they be in Qt5OpenGL.dll? >> > >> > No, they are where the

Re: [Interest] QIcon and multiple themes

2013-10-18 Thread Joseph Crowell
I would load the theme files directly off the hard drive (not in the resource file) and use the resource file only for application-specific and flags, etc icons. On 18/10/2013 07:01 PM, Mitch Curtis wrote: > On 10/16/2013 11:44 AM, Stefan Böhmann wrote: >> Hi list, >> >> I want to provide a cust

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

Re: [Interest] Does Qt have a cross platform + mobile "QSystemTrayIcon"?

2013-10-02 Thread Joseph Crowell
On 02/10/2013 10:33 PM, Mark wrote: On Wed, Oct 2, 2013 at 7:52 AM, Rutledge Shawn mailto:shawn.rutle...@digia.com>> wrote: On 2 Oct 2013, at 12:07 AM, Mark wrote: > Hi, > > First of, the QSystemTrayIcon doc [1] seems extremely outdated so i don't know if this question is

Re: [Interest] Micro$oft finally consumes Nokia

2013-09-03 Thread Joseph Crowell
http://news.cnet.com/8301-1035_3-57601037-94/nokia-selling-phone-business-to-microsoft-painful-but-necessary/#! Apparently Elop says Nokia didn't have enough clout to stand without Microsoft. Funny seems to me that it was fine until it partnered with Microsoft. On 03/09/2013 10:24 PM, Bob Hood

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 25

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

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 yo

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 t

Re: [Interest] Did the bound value handling changed in 5.x? If yes, why?

2013-05-23 Thread Joseph Crowell
New way looks pretty similar to mysqli prepared statements in php. On 5/23/2013 7:31 AM, Guido Seifert wrote: > I am wondering. > I have a program, which runs perfectly fine with Qt 4.8. > In dozens of places I do: > QString queryString = "SOME SQL STATEMENT with :foo;"; > QSqlQuery query(queryStr

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 a

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

2013-04-13 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 ex

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 version

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 : >>> Just a suggestion... >>> >>> If you use a "Project" directory, for source and building, add that >>> directory to your virus syst

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.

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

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 Q

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 Q

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 > 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 Qt to do magic,

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

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

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

2013-01-01 Thread Joseph Crowell
Your issue is that while your size code might be the same between platforms, fonts and therefore font sizes are not. The fonts are usually larger on linux. This of course results in the necessity for a larger minimum value for your window size. The most obvious fix is to set the minimum window

Re: [Interest] Convert WId to HWND

2012-12-28 Thread Joseph Crowell
AFAIK this is also why QtSingleApplication cannot work on Qt 5 too. On 12/28/2012 09:44 AM, Bo Thorsen wrote: > Hi Sean, > > Den 20-12-2012 13:30, Sean Harmer skrev: >> On Thursday 20 December 2012 12:11:43 Bo Thorsen wrote: >>> In Qt4, WId was a platform independent window handle. On Windows this

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

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 fri

Re: [Interest] Can't compile Qt 5.0 RC with Mingw,

2012-12-05 Thread Joseph Crowell
On 6/12/2012 7:03 AM, Bruno Cabral wrote: > Hi > I followed the instructions on http://qt-project.org/wiki/MinGW-64-bit > But but no matter what, I can't get Qt to compile. > I already tried the mingw-32 and 64. > Looks like an unicode error, > I get the error : > io\qprocess_win.cpp: In function '

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

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 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 implement a simple int

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

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 : ... flag -Wl,--no-undefined you won't get the error when you build a static library, but only when you link the target that uses that stati

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 ob

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

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 wrote: > > On domingo, 2 de setembro de 2012 22.23.01, Joseph Crowell wrote: > >> QPixmap QPixmap::fromWin

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

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 wrote: > FYI, I just installed a new linux box with Kubuntu 12.04 amd64. > > I then proceeded to install QtSDK 1.2.1, and qt-creator 2.5.0

Re: [Interest] Has anyone heard about Jolla?

2012-07-11 Thread Joseph Crowell
Jolla? > > > 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

[Interest] Has anyone heard about Jolla?

2012-07-11 Thread Joseph Crowell
http://www.linkedin.com/company/jolla ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

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

2012-06-29 Thread Joseph Crowell
On 6/28/2012 2:00 AM, Andre Somers wrote: > 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 plea

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 Z

Re: [Interest] Phonon video

2012-03-30 Thread Joseph Crowell
Phonon probably isn't broken. Your codecs most likely are. Its surprising that Windows Media player will play them though. Windows media Player might be the culprit that broke your codecs. > On 03/29/2012 10:59 AM, Jason H wrote: >> I hate to ask this, but have you rebooted? >> > Along that vein.

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 *From:*interest-bounces+scott=onshorecs

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 ? 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() == Q

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