Qt Creator and private GIT repositories
Hello together, is there a way to handling username and password for git repositories in the QtCreator 2.7? At the moment I use the address with this additional parts (like...
View ArticleProblem in Compiling 3MB size class(.cpp) in GUI Application
Hello All, In my gui application I have 5 classes with size of 2-3 MB.When I am compiling my application it is seem to be hang and not able to make .o file of that classes. I am using Qt4.8.1 and MinGW...
View Articlehow to solve Issue-"cannot find -lGL" in Qt5 installed in ubuntu
I run my project from one system. It run verry well. It is simple addition with GUI. (GUI consist of 3 LineEdit and one pushButton). After compling from one system. then i try to run project on another...
View Articlehow to solve Issue-“cannot find -lGL” in Qt5 installed in ubuntu
I run my project from one system. It run verry well. It is simple addition with GUI. (GUI consist of 3 LineEdit and one pushButton). After compling from one system. then i try to run project on another...
View ArticleRedirecting mouse events
Hi. I’m a relative newcomer to Qt, and am having problems re-directing events to a map of pushbuttons. The application I’m working on is a touch-screen application. On the lower part of the application...
View ArticleActions and focus
We have an application with several documents in a tab pane in the main area. We have cut/paste and such defined on the menu and we would like only the focused document to receive these events. I was...
View Articlefinding out the request protocol
hi, i just wanted to find if the QTCPServer is receiving the request via https or http. then i can decide which data to send in response. any help would be appreciated. thanks
View ArticleHow to handle the registry key value read/write to build installer with...
Does anyone have the experience to do this? Thanks.
View ArticleWhere is located the SQLITE Database file used within QtQuick 2.0 Applications ?
Hi, in my application i use the QML Local Storage SQLITE Database and i need the database file for debug purpose and export import purposes. So where can i found it ? Thank you.
View ArticleBest way to create multi-textured terrain
Hi, I have a heightmap that I’ve generated and have implemented to render a terrain. So far, I can only apply one texture to it. My question is, what is the best way to assign varying textures and...
View Articleuse opencv in QT.
Hi, i want to use `opencv` in QT, so i must compile it with `mingw`. when i want to compile it with `CMake 2.8.10.2` it has following error: The CXX compiler identification is GNU...
View ArticleQML Canvas causing crash
My application is essentially a dynamically created set of pages (similar to PageStack) with a ListView as one of the contained items. I’ve was using a Canvas as the ListView highlight component, which...
View ArticleQt Creator + adding external libraries = " ld: symbol(s) not found for...
Hi all, I just start working with Qt, and have problem. I were trying to find some post with similar issues but didint find any solution. All is going about reading data and printing pdf from it. I...
View ArticleQAutoGUI: simple programmatic gui generation (http://code.google.com/p/qautogui)
Hello guys, I have just started putting together the first version of this single file, header only library for automatic GUI generation. It was inspired by the “RichParameterSet” ideas in...
View ArticleDeserialisation of QVector doesn't work for me
Hi People, I have a problem with mentioned topic. I have an custom template class and I would like it serialise and vice versa into an QDataStream. The usage of the stream looks like: ...
View Article[SOLVERD] QVector of QPushButton and slots, events
Hello, I have dynamic array of buttons, labels and so on. Number of those depends on user input. Unfortunately each of buttons is doing something else. Number of buttons is 1-16. I may just make 16...
View ArticleShowing calendar on date edit in TableView (using models)
Hello everybody! I’m developing Qt application(obvious, but to start with). I have tableview which has tablemodel written by me in the background. I have a date field that I want to be edited. I return...
View Article[QtScript] registering and handling QPair
I have a few slots that return a QPair and I would like to call them from a script. I’m trying to register QPair but Q_DECLARE_METATYPE(QPair<bool,QString>) won’t compile. I’ve found this...
View Article[bug] VS-addin when creating libs
I’m using some Qt functionality (signal/slot) in a static lib which will be linked against a Qt app. The vs-addin doesn’t run against a static lib project (all the Qt options are disabled) – so the moc...
View ArticleQCombobox: Different column for showing and holding data
Hello there, this is probably a basic problem, but i couldn’t google it anywhere:( I have a QDataWidgetMapper connected to a QComboBox. QComboBox’s model has 2 columns: [0] -> Column which has...
View Article