Absturtz beim comboBox
Verfasst: 30. September 2008 16:25
Hallo alle zusammen,
versuche mit einem QString den Index eines Items einer QDialogBox zu bekommen.
Leider bekomme ich diese Fehlermeldung und weiß nicht recht warum:
Gruß,
Andy
versuche mit einem QString den Index eines Items einer QDialogBox zu bekommen.
Code: Alles auswählen
index = ui.m_cb_bitcov->findText("Manual");
[/code]Windows has triggered a breakpoint in ctcconf.exe.
This may be due to a corruption of the heap, which indicates a bug in ctcconf.exe or any of the DLLs it has loaded.
This may also be due to the user pressing F12 while ctcconf.exe has focus.
The output window may have more diagnostic information.
Gruß,
Andy