Yes, I also faced the same problem and found that left side vertical side bar goes to Analyze mode once we start Qt Profiling. And Profiler window appears only in Analyze mode of Qt Creator.
@SGaist
Yes, you are right. Was not really obvious to me.
Here is an updated version of the config.xml of the online example of installer framework
<?xml version="1.0" encoding="UTF-8"?>
<Installer>
<Name>Online Installer Example</Name>
<Version>1.0.0</Version>
<Title>Online Installer Example</Title>
<Publisher>The Qt Company</Publisher>
<!-- Directory name is used in component.xml -->
<StartMenuDir>Qt IFW Examples</StartMenuDir>
<TargetDir>@HomeDir@/IfwExamples/online</TargetDir>
<!-- Change required to have English as startup language e.g. when you have an OS with German as standard language -->
<Translations>
<Translation>en.qm</Translation>
</Translations>
<!-- End of change for translation -->
<RemoteRepositories>
<Repository>
<Url>http://localhost/repository</Url>
</Repository>
</RemoteRepositories>
</Installer>
The installer starts then with all text in English. Tested on Windows 7 64bit with German as local language.
Hi and welcome to devnet,
your project uses Qt to build so you need it.
In your case I suggest to move to CMake (but still you need to install it on the build machines)
Hi,
did you figure out how to solve the problem of how to create a "Debugging Helper" for CDB?
In the Locals and Expressions window, added arrays only display up to 100 elements.
If the array is bigger, each required element has to be added manually.
for exampl arr[130]
@Antonink
Hi and welcome to devnet
The Qt creator and Qt you have installed from the linux distribution repository?
We are already at version version 3.4 for Qt creator. An option could be to upgrade to the more recent version.
@Andy314
You should file a bug report on JIRA The forum is not tracked for bug reports. There would be no way to have a follow-up.
Under windows you find information stored by Qt creator under c:\Users...\AppData\Roaming\QtProject .
In the subfolder qtcreator you will find .qws per session. I would expect that the relevant information is in there, but do not know.
Thanks. My colleague just tried on 3.4 and it's the same (i.e. no underline on undefined types or methods).
However, he managed to get it working with the Clang code model:
Help -> About Plugins... -> C++ -> enable ClangCodeModel
Tools -> Options... -> C++ -> Code Model -> C++ -> select Clang
He then gets red underline on undefined symbols.
I guess I'll just have to upgrade then.
Hi,
@marceloarguello700 said:
In the previous version when do ""Add New" "C++" it create
the cpp and the header file
...
Why this new version of QtCreator don´t do that. i have to do it by hand writing.
Also in the combo box you can choice many classes to inherit, but QDialog is not present.
Try "File" -> "New File or Project..." -> "Files and Classes" -> "Qt" -> "Qt Designer Form Class"