[Interest] QML combobox in ListView delagate

2013-05-13 Thread Sergey
Hi, I'm trying to use combobox from this post in my ListView item delagate: http://qt-project.org/forums/viewthread/9275 Drop-down menu is displayed under listview rows, which are below current. If scroll listview in upper direction, z-order or rows changes, and drop down menu becomes over below

Re: [Interest] view examples\declarative\cppextensions\qwidgets\qwidgets.qml using pySide or PyQt4

2013-05-13 Thread Sergey
In this example descendant of QtDeclarative.QDeclarativeItemis created in python code. My question is about using in PySide/PyQT QML a widget, located in dll file, created by compiling C++ QT code. Is it possible? 02.05.2013 4:26, cckwes wrote: Hi, I think you need to expose you QWidget to QM

Re: [Interest] [Development] When debugging an application (using visual studio), Failed to load platform plugin "windows". Available platforms are:

2013-05-13 Thread 魏越闽
Hi, Many thanks! You are right, I've moved around the Qt installation.. qmake -query is very useful. I built Qt in machine A, copied to machine B and machine C. The absolute path of Qt installation on machine C is just the same as machine A, while the path on machine B is different.. So I can

Re: [Interest] [Development] When debugging an application (using visual studio), Failed to load platform plugin "windows". Available platforms are:

2013-05-13 Thread Koehne Kai
> -Original Message- > From: 魏越闽 [mailto:weiyue...@7fgame.com] > Sent: Monday, May 13, 2013 10:06 AM > To: Koehne Kai; Qt Interest (interest@qt-project.org) > Subject: Re: [Development] When debugging an application (using visual > studio), Failed to load platform plugin "windows". Availa

Re: [Interest] [Development] When debugging an application (using visual studio), Failed to load platform plugin "windows". Available platforms are:

2013-05-13 Thread Koehne Kai
Hi, First of all please ask questions regarding the use of Qt on interest@qt-project.org - Use developm...@qt-project.org only if you want to e.g. propose a fix. I took the liberty to move the thread there. Some comments below. > -Original Message- > From: development-bounces+kai.koehn