[Interest] Does Qt support customed web browser with self-defined Internet protocols?

2014-08-25 Thread quinn . wj . xie
Hello, everyone at interest@qt-project. I have a question and want some suggestions. Right now I am learning Qt programming. And I was wondering if Qt supports a customed web browser. Because our lab is working on a new Internet protocol and the teacher asks me to test if a browser can analyze

Re: [Interest] question about windows installation

2014-08-25 Thread Darren Dale
On Sat, Aug 23, 2014 at 4:27 PM, Darren Dale wrote: > I've been working on a relocatable Qt5 conda package, which patches the > hardcoded paths in the Qt5Core.dll and qmake.exe files. However, there are > a number of .lib and .prl files that conda is having trouble fixing the > paths because they

[Interest] QComboBox crash with QWinWidget

2014-08-25 Thread Phyrexian Hulk
So I have a button, a combo box, and a table widget in a qwidget that’s setup (seupUI) with a QWinWidget as a parameter: win = new QWinWidget(handle); winId = win->winId();Ui::Form ui; ui.setupUi(win); The “handle” is the HWND from a win32 window. When I click on the combo I don’t get

Re: [Interest] Qt5.2.1-QtQuickControls build with Yocto-1.5

2014-08-25 Thread Ramakanthreddy Kesireddy
Hi, Thanks a lot. I could successful cross-compile Qt 5.3 on target board using Yocto-1.5. However, the font is not appearing properly(in Square brackets) when I run my IVI application. Please let me know if am missing any package in this regard. Thanks and Regards, Ramakanth -Original Me

Re: [Interest] [qt-iOS] I can't deploy a folder into app bundle since qt5.3.1

2014-08-25 Thread Gustavsen Richard
Hi! Did this work in Qt-5.3.0? Try to use an absolute path for QMAKE_BUNDLE_RESOURCES (if you currently use a relative path). Using a relative path will be relative to the source dir, not the build dir, which is a difference to Qt-5.3.0. If this doesn't help, check if the folder was actually c