shenakan
5th August 2010, 23:28
I have a program with an interface board.ui
When I wanted to update the interphace with Qtcreator nothing happen : Old buttons were presents but not the last one...
I tried to rebuild the program but It was the same.
In fact the board_ui.h file was note updated.
So I tried to delete board_ui.h and now it is impossible to regenerate It. And now I become crasy !!
I really want to understand why!
I used qtcreator 2.0.1 on windows
This is my .pro
#-------------------------------------------------
#
# Project created by QtCreator 2010-07-21T13:38:56
#
#-------------------------------------------------
QT += core gui
TARGET = OutOfMemoryBoard
TEMPLATE = app
SOURCES += main.cpp\
board.cpp \
imagecapture.cpp
HEADERS += board.h \
imagecapture.h
FORMS += \
board.ui
INCLUDEPATH += "C:\OpenCV2.1\include\opencv"
LIBS += -L"C:\OpenCV2.1\lib" -lcv210 -lcvaux210 -lhighgui210 -lcxcore210
When I wanted to update the interphace with Qtcreator nothing happen : Old buttons were presents but not the last one...
I tried to rebuild the program but It was the same.
In fact the board_ui.h file was note updated.
So I tried to delete board_ui.h and now it is impossible to regenerate It. And now I become crasy !!
I really want to understand why!
I used qtcreator 2.0.1 on windows
This is my .pro
#-------------------------------------------------
#
# Project created by QtCreator 2010-07-21T13:38:56
#
#-------------------------------------------------
QT += core gui
TARGET = OutOfMemoryBoard
TEMPLATE = app
SOURCES += main.cpp\
board.cpp \
imagecapture.cpp
HEADERS += board.h \
imagecapture.h
FORMS += \
board.ui
INCLUDEPATH += "C:\OpenCV2.1\include\opencv"
LIBS += -L"C:\OpenCV2.1\lib" -lcv210 -lcvaux210 -lhighgui210 -lcxcore210