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
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.开
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
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...
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
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
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
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
The structure of my project is as follow: Proj Proj.pro --subProj --subProj.pro ----subsubProj ----subsubProj.pro
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).