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

2013-10-23 Thread Ramakanthreddy Kesireddy
Hi Alex, Thanks for your pointers. I could successfully run the BT Transfer example using Qt5.2 aplha. It had been problem with USB BT dongle that we were using earlier. Are there any prerequisites to run BT chat example as it says chat service not available? Iam interested to send text from PC

Re: [Interest] QTabBar events

2013-10-23 Thread André Somers
Op 23-10-2013 11:44, Clément Geiger schreef: Wild guess: install an event filter on it ? And use findChild*>() on the tab widget if you dont have direct access to it. Hope that helps Clément 2013/10/23 Graham Labdon > Hi I want track mouse ev

Re: [Interest] Accessible QT installer

2013-10-23 Thread Frederik Gladhorn
Hello Maik, Tirsdag 22. oktober 2013 19.01.04 skrev Maik Brodnicki: > Hello, > > I’m a blind programmer, and new to the list. > I want to use the QT framework in Visual studio for accessible > applications, with assestive technologies like screenreader. > But I have a problem with the installer f

Re: [Interest] Making a "popup" QLineEdit

2013-10-23 Thread Etienne Sandré-Chardonnal
Thanks, this works Etienne Le mardi 22 octobre 2013, André Somers a écrit : > Op 21-10-2013 20:14, Etienne Sandré-Chardonnal schreef: > > I tried that, creation and positioning works. But I cannot manage to set > the focus on the created widget, setFocus() does nothing as the widget is a > wind

Re: [Interest] QTabBar events

2013-10-23 Thread Clément Geiger
Wild guess: install an event filter on it ? And use findChild() on the tab widget if you dont have direct access to it. Hope that helps Clément 2013/10/23 Graham Labdon > Hi > I want track mouse events occurring in the QTabBar widget inside my > QTabWidget but dont see how to do this. > I wo

[Interest] QTabBar events

2013-10-23 Thread Graham Labdon
Hi I want track mouse events occurring in the QTabBar widget inside my QTabWidget but dont see how to do this. I would be grateful if someone could provide some hints Thanks ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/m

[Interest] Proxy model prepending rows to model

2013-10-23 Thread Clément Geiger
Hi, I have a base model, a table with two columns and a bunch of rows. To display it in a QComboBox, I'm using a proxy model that merges the two columns in one. >From there on I thought it would be cool to a row on top of everything saying "". So I did that in the ProxyModel: int ServicesList

Re: [Interest] import c++ plugin

2013-10-23 Thread Дмитрий Козлов
22.10.2013 14:46, Damian Ivanov пишет: > Hi all, > > I am still a beginner, so excuse me if I ask stupid questions :) > > I want to import a c++ plugin > void QtProcessPlugin::registerTypes(const char *uri) > { > // @uri QtProcess > qmlRegisterType(uri, 0, 1, "Process"); > } > > so I can