qt-creator
QT: No Such Slot
Problem is that I keep getting the \'No Such Slot\' runtime error in Qt Creator every time I launch a \'settings\' window from my main window. I\'ve found Qt to be quite counter-intuitive so far and t[详细]
2023-03-21 16:32 分类:问答QT Creator Main window - how to change the interface for each element from the menu?
I am new to QT Creator. I did create a menu: Login || Open. When login is clicked I would like to see a line edit and a press button. When Open is clicked I would like to see a picture in the window.开[详细]
2023-03-21 15:06 分类:问答How to synchronize QWidgets with menu bar?
I a开发者_Go百科m new to Qt creator. I have a stacked widget with 3 pages. I also have a menu bar that contains : open \\\\ create. The QWidget contains 2 pages. I would like to ask how can I synchron[详细]
2023-03-21 08:03 分类:问答Qt GUI Dialog Initialization Confusion
I am learning GUI coding with Qt and hope to clear up some confusion on my part.When I create a dialog with Qt Creator it crea开发者_开发百科tes code for me like this...[详细]
2023-03-21 07:56 分类:问答QTCreator how to enable password filled option when using Line edit?
I am new to QT Creator. I have a form that has a line edit and a push button. The line edit has the role to fill in a password. Can anyone please tell me how to enable the property for password to the[详细]
2023-03-21 02:27 分类:问答Using OpenCV 2.3 with Qt in QtCreator
as the release of OpenCV 2.3 is finally out, I wanted to compile and install this latest release on my system. As I often work with Qt and the QtCreator I of course wanted to be able to use it in my Q[详细]
2023-03-20 18:07 分类:问答how to write and read a text to and from a LineEdit using QT Creator?
I am working with QT Creator. I have a form that contains a push button and an Line Edit. I would like to print a string that i give programatically in this LineEdit.Secondly I would also like to the[详细]
2023-03-20 12:42 分类:问答how to drag and drop a button of specific sizes inside a layout in QTCreator?
I am a beginner in QTCreator c++. I have some basic questions. I would like to drag and drop a button of 50x50 inside a layout. How to do that? As i\'ve noticed the button is situated in the center[详细]
2023-03-20 11:54 分类:问答Qt: passing variables to subprojects
The structure of my project is as follow: Proj Proj.pro --subProj --subProj.pro ----subsubProj ----subsubProj.pro[详细]
2023-03-19 09:53 分类:问答How to setup Qt Creator to work with CMake on Mac with Qt 4.7 SDK?
I\'m using Qt Creator 2.2.1 under MacOS X 10.6.8, standard MacOS X install for CMake 2.8.5 and Qt SDK version 1.1.2 released on June 21st (Qt 4.7.3 libraries).[详细]
2023-03-19 07:39 分类:问答