[SOLVED] Launch failed at app deployment
Hello everyone! I have installed the sdk and configured it as said in the manual with QtCreator 2.7.1. For some odd reason, the compilation and installation process seems to work (for what the log...
View ArticleCan't display a png
Hi! I’m new here and I can’t display a png with this code and I don’t know why… It show me an empty window. I tried a lot of manipulation, but I can’t find any solution. #include...
View ArticleID3 lib Implementierung
Hi I try to get the ID3 lib running with Qt… at the moment I have added the id3lib.lib with add library Now i have this message: pragma message(”*** NOTICE *** (not a real error)”) pragma message(”*...
View ArticleHow to change palette from QSS stylesheet
Hi, I have this code: QApplication::setStyle(QStyleFactory::create("Fusion")); QPalette p = qApp->palette(); ...
View ArticleQTextEdit's find() won't find for me
Hey all, I have some text in a readonly QTextEdit (actually a QByteArray from a QProcess displayed via QTextEdit’s append()) In order to create a search box, I connected the textEdited() signal of a...
View Articlevisual studio 2010
I am getting linker errors with QT 5 in visual studio 2010 . Has something to do with Q_OBJECT . What do I need to do to get my code to compile in visual studio ? I already added the include and lib...
View ArticleСтатическая сборка проекта для Mac OS.
Можете мне объяснить как собрать проект для Mac OS со статической линковкой библиотек?
View ArticleQtAssistant
Qt Assistant можете мне объяснить как подключить его к своему проекту? (ось Mac) Где то пишут надо сделать так <QAssistantClient> но такого модуля нету. Кто то пишет -lqassistantclient,...
View ArticleSending a nemail
Hello, I can’t find an easy way to send an email with an image with Qt5. I found out this: http://www.developer.nokia.com/Community/Wiki/Send_a_new_email_in_Qt But this classes was available on Qt...
View Article"TypeError: Object [object Object] has no method" when using function from...
This is quite frustrating, because from what I understand this should work just fine. So, here’s a little example of what I’m doing: my Qml file: import "js/functions.js" as Funct...
View ArticleListView with Checkbox and FolderListModel
I’ve been working on a ListView in QML which is the central part of my application. I’m looking to add a checkbox to the delegates. I got the checkboxes set up with a state and transition, as well as...
View ArticleI guess you mean 'May 29th'
See top notification: “Qt-project.org site suffered an unexpected error and any data on April 29th has been lost.”
View ArticleDeployment on windows
Hi All, I am using Qt SDK 5.0.2 and I have a little console project that running nicely within the Qt Creator environment. But now I want to take the compiled .exe file and run it on another PC. I have...
View ArticleConnect to access data base in win32 and x64 with odbc driver
Hello, My Qt application designed on Win32 works fine to connect to an access database through odbc driver. Since, I generated this application with x64, so it cannot connect with the access database....
View Article[SOLVED] Buttons doesn't "activate"
Hi, I’m a beginning programmer and new to Qt , so the question might be stupid, but i follow the youtube tutorials from user “rootshell” and when i deploy any widget at mainwindow.ui it is enabled but...
View ArticleQML WebView (QtWebKit 1.0) Help !!
I have a problem in a QML WebView, i need to make button to reload a page. I created the button with mouse area, i tried myWebView.reload but nothing happends! Can anyone help me with this, it’s drive...
View ArticleStrange mouse behaviour
Hi all, using grabMouse(Qt::BlankCursor) from the main window I expect the mouse cursor to disappear. Sometimes, and for a reason that I can’t explain yet, it does not, when in debug mode. Qt 4.8.4,...
View ArticleQt on Windows 8
Hello ! I just bought a new notebook and I have Ubuntu on it atm … but to use it with all the drivers and at full capacity I would need windows 8 … and I was wondering whether can I develop Qt...
View ArticleImporting Json
I have a GUI that saves as a Json file and was wondering if there was an easy way to repopulate from that saved file.
View ArticleImport Json
I need to import a Json file and have it populate the correct fields dose anyone have any hints for what i should do?
View Article