qt-creator
Qt "Does <filename> specify a file name or directory name on the target"
we\'ve been developing a Symbian application using Qt Creator under Ubuntu and everything worked fine. I just tried compiling under Windows and it seems that there is a problem locating a file I have[详细]
2023-03-25 06:17 分类:问答QWindow Program on QT Creator won't run
I have made a program on Qt Creator which builds without errors. But when I try to run it, I get the following in my output pane. Can anyone please tell me what this means/how to fix this? I would app[详细]
2023-03-25 05:02 分类:问答Qt Creater _Debug Constant
I want to use the _Debug Constant in Qt Creater. But don\'t get any output. Seems like Qt开发者_StackOverflow Creater don\'t set the _Debug Constant on debugging.[详细]
2023-03-25 04:30 分类:问答How to change a project's name in QtCreator?
Is the开发者_开发知识库re a way to change a .pro , .ui and .h names if the project is done? How to do it?Names for .ui, .h and .cpp files can just be changed inside Qt Creator.[详细]
2023-03-24 07:29 分类:问答How to write on multiple lines in a QMessageBox in QtCreator?
I would like to have in a message box the following lines: name: surname: da开发者_如何转开发ta:[详细]
2023-03-24 00:45 分类:问答How to automatically set enviropment variables into Qt Creator from .bashrc?
How to automatically开发者_如何学JAVA set environment variables into Qt Creator\'s build environment from .bashrc?Assuming that you are starting qt creator from the command line, you can just add them[详细]
2023-03-23 18:34 分类:问答how to set a text in line edit Qt Creator?
I am working in c++ Qt Creator. I have a form with labels and lineEdits. I would like to set开发者_运维问答 as default in each lineEdit a text. It would be more efficient than writing the same stuff e[详细]
2023-03-23 18:15 分类:问答exploiting poppler in Qt creator - help
I am trying to compile a Qt project that uses poppler library for pdf (linux). I put #includein the mainwindow.cpp[详细]
2023-03-23 07:12 分类:问答QTable - how to resize a table view?
I drag and drop a Tabl开发者_开发百科e view on my form application. I would like to know how can I programatically resize the table base based on the numbers of rows that i add. Appreciate if you can[详细]
2023-03-22 11:57 分类:问答String + variable how?
Im a beginner learning Qt/C++ and I got into an error: I wanted to know how can I put a variable in this case \"username\" next to a string in t开发者_如何学运维he lines below.[详细]
2023-03-21 22:41 分类:问答