«appindicator» 태그된 질문

2
Qt / C ++로 작동 지표를 작성하는 방법
Ubuntu Showdown 공모전에 참여하기 위해 응용 프로그램을 빌드하기 위해 Qt IDE를 사용하고 있습니다. 내 응용 프로그램에서 다음을 수행했습니다. 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 Junkie Indicator", "formatjunkie", …
당사 사이트를 사용함과 동시에 당사의 쿠키 정책개인정보 보호정책을 읽고 이해하였음을 인정하는 것으로 간주합니다.
Licensed under cc by-sa 3.0 with attribution required.