Updating QT Creator 3.0.0. to 3.0.1
Hi, am I blind? I can´t find a way to update the QT Creator,.. So I loaded the full new version, but when I started it, it wanted to install in a new directory, is this the way to go? A new...
View ArticleMinGW interference with new intallation
I have recently installed the latest QT-64 for VSE2012, but a previous installation of MinGW interferes with the new installation. I don’t even have that compiler installed anymore, but Qt is dumb...
View ArticleGUI Design (Windows)
Hi, There are some things about the designer which do not work as I would expect it. Since it is QT Creator 3.0.0 so the first version after a big Update it might either a bug or a feature. – when I...
View ArticleQt/C++: Qslider subclass
Searching on Google, I was looking for a way to bring up three labels under the Qslider: one on the left, one in the center and one on the right which mark respectively the minimum value, the current...
View Articlecatching 'FocusOut' or 'MouseButtonPress' from a modal dialog
Hi what I am trying to do is to close a modal dialog (a dialog opened by calling ‘exec()’) by click/touch outside of the dialog area. (it’s like..‘cancel’ actions u can see in mobile applications. in...
View ArticleRemove a Debugger
I have noticed that Tools->Options->Build & Run->Debugger shows that an old installation, but no longer existing GDB as the first debugger, second and third are the CDB in...
View ArticleQtCreator autocompletion window keeps resizing continuously
Hi, I’ve started using Qt recently so please forgive me if I overlooked some menu option regarding this. In QtCreator, whenever I type a variable name and press “.”, an autocompletion window opens. If...
View ArticleUnixtime with QJson, too long?
Hi, I’m using QJson (Qt > 5) as protocol between server and client. If I want to send the actual time in unixtime format, the last 4-5 digits are zero. I think the problem is, that QJsonObject...
View ArticleQDialog window disappears
Hi, In my main window GUI I’m using the following code to show a popup window without creating a icon on the taskbar: GUI...{ QDialog popup; QMainWindow mainWindow(&popup); mainWindow.show(); }...
View ArticlePersist custom keyboard shortcuts difficult to achieve for the FormEditor (Qt...
Hi, I am using QtCreator 3.0 and Qt 5.2 on my 64-bits Windows 7.1 SP1 machine, and it works fine, except for some custom keyboard shortcuts. I’ve changed to Build command from Ctrl+B to F7 and that...
View ArticleClaytronics Solution Pvt ltd authorised QT license distributors and trainers
Claytronics is a leading provider of software solutions & development accelerator tools. We specialize in offering comprehensive solutions and tools that enables rapid development to achieve...
View ArticleDebugging a plugin?
Hello, I have the following setup and debugger doesn’t stop at my Qt plugin class breakpoint. What’s wrong? MSVC 2010 with SDK 7.1, both in SP1 version Qt 4.8.5 64 bit x64 compiler following debugger:...
View Article作成したGUIプログラムに対するボタン押下をテストする方法について
はじめまして。kumaと申します。 現在、QTestを使って、作成したウィンドウ(ボタン、テキストあり)プログラムのユニットテストを検討中です。 プログラムは、ボタンを押すとテキストボックスに文字列を表示するものです。 テストケースでは以下のことを実施したいです。 1. 作成したウィンドウクラスのインスタンスを生成する。 2. showする。 3....
View ArticleOutput funky UTF-8 to console
I have a console program that uses various QT classes. It needs to be translatable into Japanese. I am pretty sure my terminal is showing such glyphs correctly, as I have a directory named 我能吞下玻璃而 that...
View ArticleHow to use property change signal if used with setContextProperty()?
Hi everyone, I have problems writing my first qml/c++ app. Maybe someone can lend me a helping hand? My app should show some health states including network settings. Reading the “ipAddress” is no...
View ArticleQt 5.2+ QWidget+ Android+ AdMob
Здравствуйте! Помогите пожалуйста кто может!!!!! Не могу разобраться с AdMob. Нужно встроить его в приложение написанное Qt QWidget. Само приложение функционирует. Но не могу встроить AdMob. Как это...
View ArticleQt Creator needs a compiler to create project..
Hello All, after reading the doc and searching the net I’m still not able to solve the issue “QT creator needs a compiler to create project…”. I’m using QT Creator 5.2.1 and I have installed he MinGW...
View ArticlePrepared SQL query and bad_alloc
Hello everybody. I come to you today because I encounter some problems with my application. This app load CSV files into database. I used a thread to separate the GUI with all the work (file reading...
View ArticleQT Serial Communication with Beaglebone
Hello everybody, I try to get a QT application with serial communication working on my Beaglebone but I’m stuck… I’ve installed QT Creator 3.0.0 and I’ve installed qt4-embedded for working with my...
View Article(Resolved) Has anyone gotten actionbar buttons to appear with Android?
I’ve got a action bar displaying but the button I add doesn’t appear. The menu xml file is being inflated when onCreateOptions runs for the QtActivity object. The button can be retrived from the menu...
View Article