Can help? I just get a blank view with vertical scrollbar. Can check the code? I think the trouble starts at item.setPixmap(pixmap); because the pixmap is the same size of image that is the image is l
I\'m writing an app using C++ and the Qt Framework 4.7 to run on Windows, Mac and Linux desktop.When someone installs or runs my app the frist time, I need to gather some registration information, and
I am trying to compile a Qt project that uses poppler library for pdf (linux). I put #includein the mainwindow.cpp
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this po
Does anyone know if qmake can create a .pc file? I found someone that said it could here: http://www.qtcentre.org/threads/24422-How-can-we-create-.pc-file-automatically. But I have tried it and got th
I am writing a console application that allows you to use ECMAScript to move the mouse about, and define hot keys etc. The mouse stuff works, and now I am trying to add in the ability to define hot ke
I made this tool in Qt Creator where i have to enter some data in spin boxes and combo boxes. Each of these boxes have a default value when I open my tool. But I would like to implement a function to
I don\'t have enough experience with Qt yet to make a good design choice. Any help by experienced Qt programmers would be very appreciated.
My application is an OS lock screen开发者_Python百科 (like GDM\'s lock screen or KDE\'s), so I\'m trying to make it function like one.
The default Doxygen HTML output produces this kind of documentation. Is it possible to make the HTML output similar to Qt3 or Qt4 documentation style? How to achieve this?