Why my bug is not accepted 5 days after report?
I have a bug issue [bugreports.qt-project.org] but it is still pending. Maybe I made a mistake when described it? Thanks for you attention!
View ArticleMailing lists vs Forums
Hi All, Recently I noticed that popularity of Qt Forums increased while (at least) Qt interest mailing list decreased. So I’m wondering: Which one is better? Why the community split in two (nearly)...
View ArticleQT Project from Old Dev - Won't Build
Hi, I’ve been pulling my hair out for a week and have progressed slowly. Now I’m looking for any help (even paid). I have a client that had some devs write a small piece of software for them using QT....
View Articleqtquick.qch and qtqml.qch error in Qt5
Hi, I install Qt5.0.0 by “qt-linux-opensource-5.0.0-x86_64-offline.run” My os is Ubuntu12.10. When l launcher QtCreator, and then click “help” —> “Qt Quick” —> “QML Types” —->...
View ArticleQT5 widget promotion: button stop working.
Hello there! I have this scenario: 1- I have a mainwindow form, with only an empty qwidget in it. 2- I promote this widget to my class form “menu”. This class form has only a qpushbutton and an empty...
View ArticleQT5 - Promoting widgets makes the form designer unusable?
Hello there! I have QT5 with QTCreator. At this point, I can’t create my own widgets as plugins, so I’m starting to use the “promote widget” way. But, this way, I can’t use the form designer to create...
View ArticleTool chain for qt-windows-commercial-5.0.0-msvc2010_32
How to add tool chain for qt 5.0 msvc -compiler – qmake
View ArticleWinCE application icon
how can i set the application (.exe) icon on windows ce? i’ve tested the way mentioned here [doc.qt.digia.com] it’s ok for dekstop win app but when i use on WinCE fails with error fatal error LNK1107:...
View Articleandroid and iphone
I have see the Video of QT which about android and iphone!how to Development the application of android and iphone use QT。 THe QT has the tools for it now?
View ArticleUnable to get sedkit-env-webkit package
Hi, I have been trying to install qt 5 by going through this page: http://qt-project.org/wiki/Building_Qt_5_from_Git However I run into a problem when trying to install the sedkit-env-webkit package....
View ArticleQLCDnumber not Displaying as required !!
The diplay is only “.yyyy” or “dd.mm” ….all the six digits are not displayed . PLEASE review the given code ………… #include<lcdtd.h> #include<QtGui> ...
View Article[not paid] Open source SWF/flash editor help request
Hi all, i’ve started some month ago a project regarding SWF and flash developing tool, the project started because on web there aren’t any good free flash/SWF editor like Adobe one or Sothink one....
View ArticleUnable to Display both time and date together using QLCDnumber
#include<lcdtd.h> #include<QtGui> lcdtd::lcdtd(QLCDNumber *parent):QLCDNumber(parent) { setWindowTitle("Time And Date");...
View ArticleQUrl::fromLocalFile and relative path
Hi, I’m tying to use the QMediaContent class to play some .wav files with QMediaPlayer (QSound doesn’t work). When I use absolute paths for the files it works all fine, but I can’t manage to get it...
View Article[SOLVED] Unable to connect to database..
Hi everybody! I have been struggling with this database connection problem for two days, and still couldn’t find the correct way to fix it. This is the error I keep getting whenever I try to build my...
View Articlecontrolling the size of a QScrollArea's viewport
I’m trying to figure out how (in a cross-platform manner) to calculate the height to which I need to resize a QScrollArea such that the vertical scroll bar will not appear — in other words, the...
View ArticleTutorial NCreports, alquem quer ajudar a fazer?
Bom dia!! nessa ultima semana consegui criar um relatorio no ncreports usando o manual dele que esta em ingles e integralo em um aplicativo…. vi que nao existe muitas fontes no google a respeito, e...
View ArticleQt5 configure error
I use Linux Mint. I want to compile Qt dbus module. So, I configure: ../configure -prefix $KF5 -opensource -confirm-license -nomake examples -nomake tests -nomake webkit -make qtdbus -qpa xcb...
View Articlelist into column
then i adding list to column there is an error: QML Column: Cannot specify top, bottom, verticalCenter, fill or centerIn anchors for items inside Column. Column will not function. ListView becomes...
View ArticleSimplest approach for drawing simple structures (rectangles, lines) in an...
Dear all, I am new to Qt and I am a bit confused which class to use for my problem at hand. I want to draw some very simple geometric structures (lines, rectangles) in my window, just like a labyrinth...
View Article