qt-creator
Importing a file in Javascript using Ubuntu
how do I import a file in Javascript on Ubuntu? Here is my current code: TextFile.js var file = null; function createFile()[详细]
2023-04-13 07:58 分类:问答How to enable custom gcc parameters in Qt Creator? [duplicate]
This question already has answers here: Configuring the GCC compiler swi开发者_C百科tches in Qt, QtCreator, and QMake[详细]
2023-04-11 01:24 分类:问答My old Qt project file(.pro file), which was working; doesn't create any files (moc_ or .obj files). Why does it exit the build step doing nothing?
I have an old project (.pro) file. Suddenly, I am seeing that my project file doesn\'t create any files (moc_ or .obj开发者_Go百科 files). It comes out of the build step doing nothing.[详细]
2023-04-10 17:27 分类:问答Where is the "App Bundle" looking for my media folder? Folder found when running app from Qt Creator, "file not found" when using Terminal
I\'m having a little trouble making my app bundle work from the terminal or just double clicking it. This App actually compiles, links and runs perfectly within the Qt Creator IDE. But, if I try to o[详细]
2023-04-10 16:01 分类:问答Qt Creator and GCC
How I can build native C++ files using Qt Creator. I want to write native C++ programs in Qt Creator and then bui开发者_Python百科ld them using GCC.[详细]
2023-04-09 15:50 分类:问答Qt Creator "Cannot create file (...) qtcreator.xml" (Mac)
Qt Creator starts up with several error messages saying that: \"Cannot create file /Users/[username]/.config/Nokia/qtcreator.xml: Permission denied\"[详细]
2023-04-08 11:31 分类:问答View Array contents in Qt Creator debugger
I am using开发者_开发技巧 Qt on Ubuntu. When I debug I only see the very first value of the array in Locals and Watchers. How can I view all the array contents?[详细]
2023-04-07 07:16 分类:问答QT Creator - cross platform compiling
Compiling for Windows, Mac a开发者_StackOverflow中文版nd Linux! Is the only way to do this.... is to install QT Creator on each OS and compile its own version?[详细]
2023-04-07 04:11 分类:问答Are all GUI elements in qtcreator able to be moved around by the user? Or only some?
Specifically: Can you drag \"Compile Output\" or \"projects\" to be at a different location than they are by default?[详细]
2023-04-06 03:45 分类:问答Resizing a label inside a gridlayout?
I\'m learning Qt, maybe this is easy but I can\'t seem to figure it out. First, I have a file path in a QString, myPath. I开发者_Python百科 want to load it and show it in a window.[详细]
2023-04-06 03:05 分类:问答