User Profile

Collapse

Profile Sidebar

Collapse
Jekzer
Jekzer
Last Activity: Oct 2 '08, 04:39 PM
Joined: Sep 22 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Jekzer
    started a topic Problems with Qt Designer
    in C

    Problems with Qt Designer

    Hi all again.

    More problems with Qt, now with Designer.

    I have created a really easy GUI, which name is Form.ui. I also have created myform.pro with the following lines:

    TEMPLATE = app
    TARGET =
    DEPENDPATH += .
    INCLUDEPATH += .

    # Input
    HEADERS += MyForm.h
    FORMS += Form.ui
    SOURCES += main.cpp MyForm.cpp



    And main.cpp
    ...
    See more | Go to post

  • Jekzer
    started a topic Problems about Qt signals and compilation errors
    in C

    Problems about Qt signals and compilation errors

    Hi all !

    Well, I am working for my first time in life with Qt libs and I have a few problems.

    First, I want to make a QApplication very simple to practise signal/slots functionality.

    The idea is: A QFrame with 1 Qlabel, 1QPushbutton and 1 QLineEdit. When you write something in the line edit, it is printed ( char by char) on the label. The button is used to exit ( close()). Quite easy.

    Second...
    See more | Go to post
No activity results to display
Show More
Working...