Qt Creator is a cross-platform integrated development environment (IDE)
0
votes
0answers
9 views
Multiple Windows at QtCreator startup
I'm using QtCreator for a while. No problems everything worked fine. But, when I started some hours before it opens with multiple windows named QtCreator along with one main QtCreator window. Others ...
2
votes
2answers
43 views
QtCreator wont start anymore. Symbol lookup error
Since yesterday I'm unable to start QtCreator. Trying to start QtCreator from terminal gives me this error message, which I haven't found anything on:
qtcreator: symbol lookup error: ...
0
votes
1answer
44 views
Ubuntu Touch SDK problems
I have installed the Ubuntu touch SDK the way it is advised on the Ubuntu dev website (with sudo apt-get install ubuntu). I'm using Ubuntu 13.04.
The problems/symptoms are the following :
When I ...
0
votes
0answers
84 views
Missing documentation for Qt5 on Ubuntu 13.04
I use Qt Creator for building applications and recently I decided to upgrade my Ubuntu from 12.10 to 13.04 and upgrade my current project from Qt4 to Qt5. The problem is that the Help section provides ...
0
votes
0answers
47 views
libdb4.8++ is no longer available
I'm trying to use QT-Creator to build a program and I get the message that libdb4.8++ is needed and is not available.
I've tried to use libdb5.1 and libdb4.8 but it still asks for libdb4.8++
I'm ...
1
vote
0answers
235 views
Qt5 font rendering in Ubuntu 13.04
My fonts in general within QtCreator inside Ubuntu 13.04 looks 'ugly' when compared to how they looked in 12.10.
12.10 still used Qt4, so did something regarding the font rendering in Qt5 and the ...
0
votes
1answer
66 views
Ubuntu touch tools
I'm doing a porting exercise to port an application from Ubuntu to Ubuntu Touch. The application uses gcc 4.1.2, CMake 2.6.4, binutils 2.22.
Q1. What tools are needed for setting up a Ubuntu Touch ...
0
votes
2answers
95 views
Qt Creator won't find “qmake”
I installed the Qt Creator 5.0 to develop Apps for Ubuntu for Phones from here:
http://developer.ubuntu.com/get-started/gomobile/#step-get-toolkit
But I can't run any programs and in Tools -> Options ...
0
votes
1answer
179 views
Recent Qt repository
Is there any repository for latest Qt versions (recent version is 5.0.1 while ubuntu has 4.8) ?
PS
I found this PPA but it tagged as [deprecated]!!!, so I'm wondering what if there is official one ...
0
votes
0answers
194 views
How can I install qt5 without installing qt creator
I am running Ubuntu 12.10. I am trying to install the qt5 development packages (qmake) but they don't seem to show up if I use the Repo packages (I.e edgers ppa). I install the backages and then type
...
0
votes
1answer
106 views
Can't install g++ in Software Center
I can't install g++ in software center.
I can install other programs. For example, after I found g++ can't be installed, I installed chrome for test purpose through software center, and it worked! ...
0
votes
0answers
85 views
Ubuntu Phone App Development Clarification
I attempting to follow the Ubuntu Phone App development tutorial to make a Currency Converter, and I am simply unable to complete the tutorial. I have installed all of the latest QT/Phone related ...
1
vote
0answers
34 views
Inner object properties are not shown in Qt Creator in debugging mode
I'm using Qt Creator 2.6.82 on Ubuntu 12.10. I wanted to figure out if some properties are correctly set, but I can't see them.
This is the deepest I can get (I can't even open the QObject node) ...
3
votes
1answer
2k views
How to use Qt Creator with Python?
I want to use Qt for developing Ubuntu desktop, phone and tablet applications but I don't want to learn a new programming language (C++, JavaScript). Is it possible to write Qt application in Python ...
0
votes
0answers
12 views
Ubuntu Mobile Simulator for QtCreator? [duplicate]
If I want to develop applications for devices on Ubuntu Mobile is there a way to test applications in a simulator?
0
votes
2answers
200 views
Mobile app development issues with qmlviewer not being found?
I am trying to follow the Mobile app development tutorial found here. When I try to run the currency converter in QT Creator I get this error:
Starting external tool '/usr/bin/qmlviewer' ''
...
1
vote
0answers
49 views
ListView Subtitled delegate, icon size and title word wrapping?
I'm working on an ubuntu mobile app and I have a few questions about customizing a listview.
The listitem may contain an icon, but will have a title and subtitle.
What I'm having trouble with is ...
6
votes
1answer
458 views
Qt Quick UI templates missing from Qt Creator's New File or Project dialog
After following the getting started guide on the Go mobile page, everything seems just fine.
All the Ubuntu specific stuff is there, but when I try to create a new project using the Qt Quick 2 UI ...
1
vote
1answer
95 views
Problem with libqt4-dev. Messed up dependencies
I'm running Ubuntu 12.04 and tried to update ubuntu-sdk but today it wasn't possible without adding phablet-team/tools PPA as described here ...
5
votes
2answers
563 views
QtCreator plugins and templates missing
I just downloaded the Ubuntu phone SDK and QT creator according to the instructions.
When I fire up QTCreator, I get a screen as shown
If I ignore this message and hit continue, there are no ...
1
vote
0answers
61 views
Qt designer icon don't show on Cairo dock with Open gl
I'm using latest version of cairo dock with open gl, and when I open Qt Creator, I can't see icon of Qt Creator, and also cairo dock don't fade out when qt's window is overlaped with dock. How can I ...
1
vote
0answers
173 views
Mobile app development: “No qmlviewer installed” when trying to access Qt 5 in Qt Creator
As we all know, trying to force Qt Creator to use qmlscene instead of qmlviewer is like trying to force Eclipse, after already having installed JDT, to use CDT instead. Googling "No qmlviewer ...
0
votes
0answers
193 views
QML Toolkit Not Working on Ubuntu 12.10
I am learning QML to make apps for the Ubuntu Phone and tried to install the toolkit using the instructions at this site. But when I try importing Ubuntu.Components 0.1, Qt Creator reports that it ...
3
votes
1answer
774 views
How to install qtquick 2.0 and ubuntu components 0.1?
I am facing this problem while making a currency converter program in qt creator.
The program is as follows:
import QtQuick 2.0
import Ubuntu.Components 0.1
Rectangle {
id: root
width: ...
0
votes
1answer
353 views
Debug Qt application on ubuntu with root permission using qt creator
It is possible to run my application with root priviliges using sudo, like this:
sudo ./MyApp
Is it possible to debug my Qt application using root priviliges using QtCreator? How can I do this on ...
0
votes
3answers
855 views
How can i uninstall QtCreator 2.6.1 from 12.04?
I downloaded QtCreator 2.6.1 from the official website http://qt-project.org/downloads#qt-creator because i'm using ubuntu 12.04. Now i need to uninstall it. How can i do it?
64-bit Linux Installer
...
10
votes
4answers
2k views
Why Ubuntu.Components 0.1 missing from QTCreator?
First of all i need to create a "hello world" app using QML & QT Creator as described here
http://developer.ubuntu.com/get-started/gomobile/
Second, when i was trying to install QML platform and ...
4
votes
1answer
2k views
How to add Qt5 to Qt Creator?
I've added the Qt5 Daily repository, installed the qt5-meta-full and added /opt/qt5/bin/qmake to Qt Versions.
Now I get
:-1: error: Unknown module(s) in QT: declarative
Is it possible yet to use ...
-1
votes
2answers
105 views
Why does qt-creator need to connect to google-analytics?
I just installed qt-creator to work on non-qt C++ projects. The installed version is 2.5.0 (Based on Qt 4.8.2 32-bit)
If I click on any of these pages:
I get this error:
I realized that ...
5
votes
2answers
356 views
How do I work around sudo 'segmentation fault' on basic bash commands?
I am sure the answers are out there, but alas there are too many answers (here and elsewhere) to other questions stopping me from finding them. I just encountered something substantially similar to ...
0
votes
0answers
124 views
Can't edit/drag-and-drop widgets in QtCreator in Unity, Gnome3 - ok
I have QtCreator 2.4.1 (Qt 4.7.4) installed on Ubuntu 12.04 LTS x86.
When I try to change UI - drag-and-drop any widget (buttons, label, etc.) it won't let me do it, like it's read-only. The icon when ...
2
votes
1answer
175 views
Can I create a proprietary application using Qt?
I am using Qt4 to build an application and for some reason I want to keep it proprietary. Qt4 is released under LGPL, does that force me to release the code to my application. I ask this question ...
1
vote
1answer
539 views
Default program for opening .pro Qt project files
I would like to set Qt Creator (the one which is in the Nokia Qt SDK, not the one in Canonical PPAs) as the default program to open .pro Qt project files. But it appears that my Ubuntu install (12.04 ...
0
votes
3answers
2k views
Where does apt-get install libqt4?
I've been searching for literally hours and I cannot figure out where for the life of me libqt4 is installed by apt-get.
I installed:
libqt4-dev
libqt4-core
libqt4-gui
libqt4-xml
libqt4-opengl
...
1
vote
1answer
229 views
No widget drag/drop in Qt Creator after Blender-startup
My problem is that every time I start Blender 2.63 in 12.04 (64-bit), I am not able to drag and drop widgets in Qt Creator anymore, even after closing Blender again.
I have tried restarting Qt, ...
0
votes
0answers
25 views
Is it a bug with Desktop Recorder or Qt Creator?
Its impossible to make drag-n-drop in Qt Creator while Desktop Recorder is running. Or this bug affects only me ?
Qt Creator 2.4.1, Based on Qt 4.8.0 (32 bit)
Thx.
1
vote
0answers
77 views
Why does setting breakpoints in Qt Creator always open up the disassembly view?
Ubuntu 12.04
Qt Creator 2.5.0 (Precise-backports)
LLVM 3.1 / Clang 3.1.6 (From PPA https://launchpad.net/~brad-froehle/+archive/llvm-backports)
I am having the problem mentioned in the title. ...
1
vote
1answer
140 views
How to import Qt app into Quickly on 10.04?
How to import my Qt app into Quickly? The goal of this is to package my Qt app using Quickly.
4
votes
1answer
240 views
How to run an application in /opt?
I want to know how one can run his application in /opt and installed in /opt. I want it for the ubuntu app showdown
http://developer.ubuntu.com/showdown/
I will be using qt with qt creator and c++; ...
2
votes
1answer
2k views
enviroment variables are not loaded
I use Qt Creator to manage my C++ codes on xubuntu 12.04 LTS. I have a bunch of environment variables defined in .bashrc_vars that are loaded in .bashrc. These variables are required for building my ...
1
vote
2answers
7k views
0
votes
1answer
4k views
how to install Qt Creator IDE version 2.4.1 with repository?
I'm trying to install Qt Creator IDE version 2.4.1 with repository but there is Qt Creator IDE version 2.2.1, I searched but didn't find repository to download qt. just found the offline QT Creator ...
2
votes
3answers
3k views
Qt Creator won't recognize any Qt version
I've just installed Qt Creator from the Ubuntu Software Center.
When I try to open any project other than a Qt Quick project I get following error message:
No valid qt versions found.
Please ...
7
votes
4answers
8k views
How can I use gnome-terminal in qt creator?
I can adjust the settings to use a terminal rather than just plain output. However, I can't seem to figure out the correct command to input for using gnome-terminal. I can use 'xterm -e', a fine ...
1
vote
1answer
223 views
Will I have to install those KDE libraries if I want to run some apps written in QT?
I don't know much about QT and GTK+, but I've heard that QT is for KDE and GTK+ is for Gnome. Now I'm using Gnome and I want to use a C++ IDE. It's said that QT creator is a nice choice for c++ ...
4
votes
1answer
626 views
Debugging applications in QTCreator
Everytime i go to debug some code in QTCreator, i get this GDB error returning.
Current setup: Ubuntu 11.04
QT Creator version: 2.1.0
GDB Version: GNU gdb (Ubuntu/Linaro 7.2-1ubuntu11) 7.2
Debugging ...
3
votes
2answers
1k views
How to create a debian source package with QT Creator?
Well the title already states it. What do I need to do to get a package that I can submit to the Ubuntu Software Center?
1
vote
0answers
332 views
Qt creator doesn't run [closed]
I have Ubuntu installed on a virtual machine (VM Ware).
I downloaded the meego SDK including QT creator, it ran fine for the first time.
after that when I run the QT creator it just doesn't run, ...



