Re: [Interest] Qt not resolving URLs

2013-08-05 Thread Mandeep Sandhu
On Tue, Aug 6, 2013 at 11:30 AM, Thiago Macieira wrote: > On terça-feira, 6 de agosto de 2013 11:17:35, Mandeep Sandhu wrote: > > On Tue, Aug 6, 2013 at 10:21 AM, Tom Isaacson > wrote: > > > I've added a simple browser page to my application using the demo code > in > > > Qt 4.8 as a base: > > > [

Re: [Interest] Qt not resolving URLs

2013-08-05 Thread Thiago Macieira
On terça-feira, 6 de agosto de 2013 11:17:35, Mandeep Sandhu wrote: > On Tue, Aug 6, 2013 at 10:21 AM, Tom Isaacson wrote: > > I've added a simple browser page to my application using the demo code in > > Qt 4.8 as a base: > > [QTDIR]\demos\browser > > > > This works fine in Windows, but when I r

Re: [Interest] Qt not resolving URLs

2013-08-05 Thread Mandeep Sandhu
On Tue, Aug 6, 2013 at 10:21 AM, Tom Isaacson wrote: > I've added a simple browser page to my application using the demo code in > Qt 4.8 as a base: > [QTDIR]\demos\browser > > This works fine in Windows, but when I rebuild the app and try it on my > embedded Linux device it fails. While experimen

Re: [Interest] Qt not resolving URLs

2013-08-05 Thread Thiago Macieira
On terça-feira, 6 de agosto de 2013 04:51:41, Tom Isaacson wrote: > I can only imagine that Qt is using a different method to resolve DNS > addresses but I have no idea what it could be. Does anyone have any > suggestions? Qt uses standard libc functions (getaddrinfo). There's no reason why wget

[Interest] click on QComboBox caused application to crash in Windows Server 2012

2013-08-05 Thread Mehrdad Momeny
Hi everyone, Recently I encountered a weird issue on Windows Server 2012, when user clicks on a Combo box to open it, it causes the application to crash, our app uses a specific stylesheet, but removing that stylesheet didn't change anything. We are using Qt 4.8.3 (I tried with 4.8.5 but no differ

Re: [Interest] Shadow problem after hiding/removing window decorations. ( Linux/Ubuntu )

2013-08-05 Thread Vadim Peretokin
I think it's the window manager (compiz if you're using 3D, metacity if you're using 2D) that is applying the shadows - not Qt. There might or might not be a way to signal it which kind of shadows to use, I'm not certain. ___ Interest mailing list Interes

Re: [Interest] [SOLVED] Binary file embedded in Resources to std::istream

2013-08-05 Thread Thiago Macieira
On segunda-feira, 5 de agosto de 2013 21:08:45, Rollastre Prostrit wrote: > QByteArray bytes = f.readAll(); > > char* bb = bytes.data(); > std::string str; > for (int i=0; i { > str += bb[i]; > } > > std::stringstream stream; > stream << str; That

Re: [Interest] [SOLVED] Binary file embedded in Resources to std::istream

2013-08-05 Thread Rollastre Prostrit
Ok, I'm not sure what the problem was but I have this and it works now -in case somebody is interested: QString fName = QString::fromStdString(filename); QFile f(fName); if (!f.exists()) return; int s = f.size(); if (s <= 0) return; if (!f.open(QIODevi

Re: [Interest] Debian packaging problem

2013-08-05 Thread Thiago Macieira
On segunda-feira, 5 de agosto de 2013 06:34:33, hfsamb-...@yahoo.com.br wrote: > Hello, > > I built a Qt5.0.2 application on one machine and packaged it as a deb file. > This application consists basically of one libVLC widget alone in a frame > and one QWebView widget in another frame. I need tha

Re: [Interest] Qt5 with Qt 4.7 on Ubuntu 13.04. How to install it both without conflicts?

2013-08-05 Thread Thiago Macieira
On terça-feira, 30 de julho de 2013 13:06:28, Николай Шатохин wrote: > Hello. > > I'm using Qt5 and need Qt 4.7 now (for porting my game to handheld game > console). Is it possible to install it additionally on Ubuntu 13.04? Yes. Download it from ftp.qt-project.org. -- Thiago Macieira - thiago.

Re: [Interest] Crash in qxcbwindow.cpp Updatenetwmusertime using Qt5.0.2

2013-08-05 Thread Thiago Macieira
On sábado, 13 de julho de 2013 08:33:39, Ramakanthreddy Kesireddy wrote: > My Qt Quick 2 app on Ubuntu 12.04 desktop version with Qt5.0.2 had been > working fine. However, when I tried to run application on Ubuntu 12.04 > minimal version with Qt5.0.2, it crashes while launching app and window > foc

Re: [Interest] Turn off default window hints in X11 using Qt5

2013-08-05 Thread Thiago Macieira
On terça-feira, 9 de julho de 2013 11:04:19, Ramakanthreddy Kesireddy wrote: > please let me know if there is any solution in Qt5.1.0 to turn off > title,minimize,maximize and close button hints so that we can see > application on LCD without window hints. > > Due to the application window hints,

Re: [Interest] Semi-OT: Smart phone for programming

2013-08-05 Thread Sven Putze
Hi there, what about Jolla? The device should come at the end of the year. SDK is available at https://sailfishos.org/ _ Sven On 04.08.2013, at 19:09, "K. Frank" wrote: > Hello List! > > I am thinking of getting a new smart phone to replace an old blackberry > that I don't like that muc

[Interest] Shadow problem after hiding/removing window decorations. ( Linux/Ubuntu )

2013-08-05 Thread Szymon Waliczek
Hello! I tried to hide window decorations ( I fallowed this post here *[stackoverflow.com]* ) and all works well apart form the fact that shadow are much thinner then on the same app but with syste

[Interest] Qt5 with Qt 4.7 on Ubuntu 13.04. How to install it both without conflicts?

2013-08-05 Thread Николай Шатохин
Hello. I'm using Qt5 and need Qt 4.7 now (for porting my game to handheld game console). Is it possible to install it additionally on Ubuntu 13.04? Best regards, Nick ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/

Re: [Interest] [Development] [Announce] Qt 5.1 released

2013-08-05 Thread Laszlo Papp
On Fri, Jul 5, 2013 at 3:52 AM, Jake Thomas Petroules < jake.petrou...@petroules.com> wrote: > Personally I still think it would be far more logical to delegate the > ANGLE vs OpenGL decision to runtime, by including plugins for both backends > with all Windows distributions. > > Having different

Re: [Interest] DBus on X11 using Qt5

2013-08-05 Thread Ramakanthreddy Kesireddy
Hi Thiago, Am somehow couldnot send the below mail to interest@qt-project.org. Hence writing the mail in person. I would like to understand why the below code snippet doesnot works(Filesystem path doesnot returns any) in Ubuntu 12.04 minimal version where as It

[Interest] DBus on X11 using Qt5

2013-08-05 Thread Ramakanthreddy Kesireddy
Hi, Please let me know how can we verify if DBus is working on X11(Ubuntu 12.04 Minimal) or if there are any dependent packages to be installed for DBus. Iam using Qt5.0.2 sdk. Thanks and Regards, Ramakanth DISCLAIMER: This email (including any attachments) is

[Interest] Qt3d sample app using Qt5.0.2

2013-08-05 Thread Ramakanthreddy Kesireddy
Hi, When I tried to run Qt3d sample application on Ubuntu 12.04 minimal version with Qt5.0.2, it crashes while launching app in Jsbackend module. Does Qt3d app needs any QQuickwindow as on the existing 12.04 minimal system, there is no window manager..? Please let me know if am missing anythi

[Interest] Crash in qxcbwindow.cpp Updatenetwmusertime using Qt5.0.2

2013-08-05 Thread Ramakanthreddy Kesireddy
Hi, My Qt Quick 2 app on Ubuntu 12.04 desktop version with Qt5.0.2 had been working fine. However, when I tried to run application on Ubuntu 12.04 minimal version with Qt5.0.2, it crashes while launching app and window focus is lost (nothing works if we key any key events to terminate) The stac

Re: [Interest] Semi-OT: Smart phone for programming

2013-08-05 Thread Till Oliver Knoll
Am 04.08.2013 um 21:27 schrieb Preet : > ... As far as I know, all companies except for Apple provide their SDK > without a fee. Not quite correct: on Mac OS X you get all tools (Xcode) and libraries (iOS frameworks UiKit and the like) for free - "free" as in "the costs of a Mac running a dec