2
Wie erstelle ich mit Qt / C ++ einen Arbeitsindikator?
Ich verwende Qt IDE, um meine Anwendung zu erstellen und am Ubuntu Showdown-Wettbewerb teilzunehmen. In meiner Bewerbung habe ich Folgendes getan: void show_app(MainWindow *data) { //this works fine: app_indicator_set_status(appindicator, APP_INDICATOR_STATUS_PASSIVE); //this crashes the application: data->show(); } void MainWindow::make_indicator() { if(appindicator){ //appindicator has already been created return; } appindicator = app_indicator_new("Format …