How to create web application with desktop application in qt like vagex view...
I want to create web application for registering accounts and Desktop app also . Please suggest some sites or tutorial for it . Thanks
View ArticleAbout setting a QSqlTableModel to a QStringList
If I want a column of values from the database to appear in a QComboBox, I use the model/view programming to achieve it with the code given below QSqlTableModel m = new QSqlTableModel();...
View ArticleWhat are the qt5 configure parameters to have qtwebkit2 ?
I’m building qt5.0.1 with opengl desktop and i can’t figure how to build qtwebkit 2, i’m always missing the experimental.dll and the qtwebprocesslauncher.exe configure -prefix c:\QT_BUILD -opensource...
View ArticleBB10 Cascades/C++ Videotutorial
Hi, I’ve started a Videotutorial series about developing for BB10 with Cascades & C++: Part I: Setup + HelloWorld http://www.youtube.com/watch?v=-ViNlh6RqvQ Part II: QML & C++...
View ArticleCouple delegate problems
Hi, I’m trying to do delegate with “complex” editor. Editor has three spinbox and one checkbox. There are two different things what i have tried and i had different problems with them. 1. In...
View ArticleThe Creation of Balloon Message Problem
Hi all, I want to make a class of balloon message. I’ve added the code below. But both the position of balloon within the widget and the size of widget is wrong. The shape of JBalloonTip is always...
View ArticlePlease explain QSslSocket error
When I am running video on webView, I get this error QSslSocket: cannot call unresolved function SSLv23_client_method QSslSocket: cannot call unresolved function SSL_CTX_new QSslSocket: cannot call...
View Article#if QT_VERSION >= 0x04FF00 ??
I see this in c:\Qt\4.8.4\tools\designer\src\components\propertyeditor\propertyeditor.cpp #if QT_VERSION >= 0x04FF00 configureMenu->addSeparator(); ...
View ArticleChange background color of QToolBar doesn't work in Linux
Hi, i have this simply code in Linux (xubuntu): MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent) { mainToolBar = new QToolBar; ...
View ArticleCombo Box should be like Editable Combo Box but the Items should not be...
How can i change the look of my Combobox to be like a Editable Combo Box, but the Items in it should not be edited…?? Any Help…
View Articledumpcpp might need rework for Qt5.0.0
After using dumpcpp for creating my stubs for calling ActiveX controls from Qt5.0.0 I see include statements pointing to wrong locations. In fact in Qt5 there is a different layout for include files....
View ArticleHiding tab from QTabWidget made in QtCreator
Hi, I am using QtCreator and have implemented a QTabWidget on my MainWindow. With the designer, I have 4 tabs that all include layouts / a ton of UI elements / etc. I haven’t been able to figure this...
View Articleremove qt version from qtcreator
Hi, I have installed qt5.0 beta for ubuntu 12.04 but removed it again (via the maintainance tool). Qtcreator (2.6) still lists it as an availalbe auto-detected qt-version...
View ArticleSaving settings to a file
I’m porting a app, that saves and loads setting to a file using QFile. I’m not using QSettings and a ini file, because I’m using serialization, wich I believe is not supported by QSettings. However the...
View ArticleHow to exclude the transparent area to receive mouse events under MouseArea...
I have a image with transparent background. I want define the MouseArea that will include only the non-transparent part of the image. How to do that? Currently it is taking the complete rectangle...
View ArticleRemote_Senior C++ Frontend Developer (Qt Specialist)
We are currently looking for talented and creative individuals to join our team to work to build an exciting new desktop application. The application is envisioned to merge several areas of...
View Article[SOLVED]QTimer locks my app
I have something like this: QToolButton *bla = new QToolButton(); QPropertyAnimation *anim = new QPropertyAnimation(this, "geometry"); anim->setDuration(300);...
View Articledatabase connectivity
hello..,we are developing a project on intel embedded kit. the problem is we need to read the data in client side.and need to store the data at the server side database. . we are familiar with sqlite...
View ArticleWhy deleting an QObject is dangerous?
Documentation states that Warning: Deleting a QObject while pending events are waiting to be delivered can cause a crash and sugests using deleteLater() instead of delete. Of course using simple delete...
View Article