Problem compiling/deploying with Qt Creator 2.6.2, possible bug?
Hi! I am using Qt 4.8.4 (msvc2008, static) to code one of my projects and to distribute the executable to my “schoolmates” (end user). I can compile my program using Qt Creator 2.6.2 and it run...
View ArticleHow to debug transition in a QML applications
When i read ‘Debugging QML Applications’ the document in Qt5.0.1. There is a paragraph titled ‘Debugging Transitions’ , i confused how to ‘Show Down Animations’? I didn’t found the menu name ‘Show Down...
View ArticleQComboBox Disable drop-down / popup ?
Is there anyway that I can disable the drop-down for QComboBox and enable it again. The requirement is like I want to disable the dropdown list while using drag events i.e startDrag(),dragMoveEvent()...
View Articledisplay here maps in qml + webview (QtWebKit 3.0)
Hi All, I want show routeinfo from here maps in qml + webview how can achieve it using javascript. Any clues…:)
View Articleاشکال در جهت اسکرول افقی
باعرض سلام خدمت دوستان بویژه دوستانی که برای این سایت زحمت کشیدن. دوستان بنظرتون در برنامه زیر چرا جهت اسکرول افقی بعد از استایل دادن اشتباه عمل می کند؟ #include<QtGui/QApplication>...
View ArticleDisplaying database values with radio button selection?
Hi, I want to show some database row values with radio button selection in Qt GUI. How this can be accomplished?. This could be done using foreach loop I guess. I have studied a bit about the following...
View ArticleQAction not triggered ?
Hi, I’m porting my software from Qt4 to Qt5. QToolBar *myToolBar = new QToolBar(this); QAction *myAction = new QAction(myIcon, tr("Options"), this); ...
View ArticleBackground image not visble
Hello I am trying to create am application where the main window shows a ‘watermark’ as the backgound Is this possible ? How would I go about it? Thanks
View ArticleQML webview (Cookies)
i have made custom class for enable cookies in QML webview but allcookies method of QNetworkCookieJar return null list….any possible reason for this problem….
View ArticleHow to draw text in QQuickItem?
Hi, I want to implement my custom QQuickItem subclass and I want it to draw some text. I found out that there is a QQuickTextNode class, but it seems to be private. So my question is: how can I do text...
View ArticleIs it possible to put a QGroupBox into a cell of QTableWidget ??
I followed the code on page http://doc.qt.digia.com/4.7-snapshot/widgets-groupbox.html [doc.qt.digia.com] . The code patch is attached: QGroupBox *groupBox = new...
View ArticleComplex 2D graphics in QtQuick via C++
Hi, my goal is to implement custom QML element in C++. The purpose of this element is to draw rather complex 2D graphics (curves, polygons and polylines, text labels). And I also need to support mouse...
View Articleافتتاح سایت آموزش کیوت
از دوستان کسانی که مایلند با کیوتی آشنا شوند و آن را یاد بگیرند دعوت می شود به ما ملحق شوند،فعلا هر 4 روز یک مقاله جدید در پایگاه پروژه کیوت فارسی به صورت رایگان منتشر می شود.قطع با پیوستن شما این امر...
View ArticleQt controls and indicators
Hi to All, Before starting to develop my own controls and indicators I’d like to know if there is something which is already developed and which is shared and free. There might already be what I’m...
View ArticleHelp in porting from Qt to Marmalade (JOB)
Hello, We at COMPASSGAMES (www.compassgames.net) require a new job related to Qt developers, if you are interested, please check the job post here...
View ArticleQPrinter does not show my printer
Hello, The QPrinter class does not show my printer. Instead, it says “Print to file (PDF)” instead of the printername. Also, I can not change/select a printer. I use the following code: ...
View ArticleDSLR Remote pro for windows
I want to develop a similar application as DSLR Remote Pro for Window. Is it possible in Qt. Please give me some hints on my approach. Any help is highly appreciated.
View ArticleQtSerialPort - Problem with waitForReadyRead() and bytesAvailable()
Hello I can’t get the functions waitForReadyRead() and bytesAvailable() to work as I expect them to. I’m using Qt 4.7.4, Win 7, MinGW compiler. QtSerialPort downloaded 11 Feb 2013. The code in short...
View ArticleNeed Code to check Internet connection in system at the time of Application...
Hello All, In my Qt application i need to check internet connection on application start. I have used following two code logics. First: QNetworkConfigurationManager *netConMan;...
View ArticleProblems installing & running Qt5.0.1 and QtCreator 2.6.2
I’ve been using Qt4 for some time, since I have computers with a variety of operating systems: Win8, Win7; Osx Lion, and Ubuntu 12.04. I tried upgrading to Qt5, and it has been a disaster. I was able...
View Article