Re: [Interest] Qt::Alignment and MetaObject System

2013-08-29 Thread Martin Koller
On Thursday 29 August 2013 19:09:52 Giuseppe D'Angelo wrote: > Il 29/08/2013 17:11, Martin Koller ha scritto: > > However how can I do the same with this Qt::AlignmentFlag enum which is not > > defined inside a QObject ? > > There's a trick in place in qnamespace.h: > > http://code.woboq.org/qt5

[Interest] Adding custom qmake directives?

2013-08-29 Thread Soroush Rabiei
I would like to introduce new directives to qmake of target system. I have a toolkit made up of a set of libraries and templated code-bases. It should be possible to easily include / exclude its modules to Qt project. A project file may look like this : # users_application.pro QT += core gui

Re: [Interest] QtLinuxFB no mouse or keyboard

2013-08-29 Thread Knight Andrew
> A also wrote on the forum and i got help to build qt5 and run the app but > couldn't get help about the mouse and keyboard problem. Some QPA plugins, like LinuxFB, don't load their own input handlers, so you need to do this yourself by passing additional -plugin arguments when you start your

Re: [Interest] (no subject)

2013-08-29 Thread Rutledge Shawn
https://www.google.com/search?q=glXGetFBConfigs+fglrx+segfault It seems this type of segfault happens with various other software too. I believe fglrx is the proprietary Radeon driver. Is it a VM, or is it a PC with Radeon graphics, or something else? Are you getting OpenGL acceleration? (g

[Interest] osgQt GLWidget reparent issue

2013-08-29 Thread baneyue
Hi there: I got a problem using osgQt in my project. The main issue is something related to the GLWidget. osgQt use a GLWidget inherited from QGLWidget as its graphics context, I add this widget to my mainwindow, everything just word fine. *BUT* when I reparent its parent, the GLWidget show noth

[Interest] OT: Elop as candidate for Microsoft CEO?

2013-08-29 Thread K. Frank
Hello List! There is speculation that Elop is in the running for Microsoft CEO. See, for example: http://www.bloomberg.com/news/2013-08-28/microsoft-ceo-hunt-a-tough-bet-as-web-gamblers-favor-elop.html It would be ironic, at least if there were any reality to it. Happy Hacking! K. Frank

[Interest] Styling tab background in QTabWidget

2013-08-29 Thread Muhammad Bashir Al-Noimi
Howdy, As you can see in this screenshot I styled QTabWidget but I couldn’t set tab’s background to transparent although I used: 1. QTabWidget#tabWidget_sidebar { 2. background-color: rgba(255, 255, 255, 0); 3. } How can

[Interest] QtLinuxFB no mouse or keyboard

2013-08-29 Thread yahoo pers
Hi all, i have static built qt5 with linuxFB, no XCB. Then i build a small gui app. When i run my application in another machine without window manager, the application window opens but i don't have mouse or keyboard. This is my build configuration:  ./configure -opensource -release -force-debu

Re: [Interest] Qt::Alignment and MetaObject System

2013-08-29 Thread Giuseppe D'Angelo
Il 29/08/2013 17:11, Martin Koller ha scritto: However how can I do the same with this Qt::AlignmentFlag enum which is not defined inside a QObject ? There's a trick in place in qnamespace.h: http://code.woboq.org/qt5/qtbase/src/corelib/global/qnamespace.h.html#50 So: most(all?) enums under

Re: [Interest] Bluetooth Qt Connectivity module(5.1 Qt SDK)

2013-08-29 Thread Ramakanthreddy Kesireddy
Hi, I tried to unset compiz and then run BTtransfer example application. However, once the device is found(after pairing is completed) and shown in dialog, the application freezes though there is no Compiz error. Please let me know if there are any clues in this regard. Thanks and Regards, Rama

[Interest] Qt::Alignment and MetaObject System

2013-08-29 Thread Martin Koller
Hi, I'd like to programmatically get the enum values for Qt::Alignment (Qt::AlignmentFlag) as strings. I do this in my code already for e.g. SizePolicy like that: int idx = QSizePolicy::staticMetaObject.indexOfEnumerator("Policy"); QMetaEnum metaEnum = QSizePolicy::staticMetaObject.enum

[Interest] (no subject)

2013-08-29 Thread Buynak, Michael J.
Hello, I'm having some trouble using Qt 5.1.0 or 5.1.1. The installers work fine, and I can use the installed version of qmake to create makefiles for the examples and build them. When I try to run any of the examples, they fail with a segmentation fault. I am able to install Qt 4.8.5 (using .

Re: [Interest] qt project switch to msvc

2013-08-29 Thread BRM
Once in MSVC, setup your solution, and then mark your dependencies. Keep the solution as part of your project even if you don't keep the projects generated by QMake. It'll remember the dependencies you setup. FWIW, this is what I do for projects that also build with MSVC; all others I only keep

Re: [Interest] Compilation error

2013-08-29 Thread Alexey Pavlov
2013/8/29 Koehne Kai > > > > -Original Message- > > From: Graham Labdon [mailto:graham.lab...@avalonsciences.com] > > Sent: Thursday, August 29, 2013 9:10 AM > > To: Koehne Kai; Thiago Macieira; interest@qt-project.org > > Subject: RE: [Interest] Compilation error > > > > Hi > > Where can

Re: [Interest] Compilation error

2013-08-29 Thread Koehne Kai
> -Original Message- > From: Graham Labdon [mailto:graham.lab...@avalonsciences.com] > Sent: Thursday, August 29, 2013 9:10 AM > To: Koehne Kai; Thiago Macieira; interest@qt-project.org > Subject: RE: [Interest] Compilation error > > Hi > Where can I find a list of supported toolchains?

Re: [Interest] Compilation error

2013-08-29 Thread Graham Labdon
Hi Where can I find a list of supported toolchains? -Original Message- From: interest-bounces+graham.labdon=avalonsciences@qt-project.org [mailto:interest-bounces+graham.labdon=avalonsciences@qt-project.org] On Behalf Of Koehne Kai Sent: 28 August 2013 19:01 To: Thiago Macieira;