| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/terminal/ |
| H A D | mainwindow.cpp | 53 console->setEnabled(false); in TeriminalWidget() 64 ui->actionConnect->setEnabled(true); in TeriminalWidget() 65 ui->actionDisconnect->setEnabled(false); in TeriminalWidget() 66 ui->actionQuit->setEnabled(true); in TeriminalWidget() 67 ui->actionConfigure->setEnabled(true); in TeriminalWidget() 104 console->setEnabled(true); in openSerialPort() 106 ui->actionConnect->setEnabled(false); in openSerialPort() 107 ui->actionDisconnect->setEnabled(true); in openSerialPort() 108 ui->actionConfigure->setEnabled(false); in openSerialPort() 125 console->setEnabled(false); in closeSerialPort() [all …]
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/terminal/ |
| H A D | mainwindow.cpp | 53 console->setEnabled(false); in MainWindow() 65 ui->actionConnect->setEnabled(true); in MainWindow() 66 ui->actionDisconnect->setEnabled(false); in MainWindow() 67 ui->actionQuit->setEnabled(true); in MainWindow() 68 ui->actionConfigure->setEnabled(true); in MainWindow() 125 console->setEnabled(true); in openSerialPort() 127 ui->actionConnect->setEnabled(false); in openSerialPort() 128 ui->actionDisconnect->setEnabled(true); in openSerialPort() 129 ui->actionConfigure->setEnabled(false); in openSerialPort() 146 console->setEnabled(false); in closeSerialPort() [all …]
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/terminal/ |
| H A D | mainwindow.cpp | 53 console->setEnabled(false); in MainWindow() 65 ui->actionConnect->setEnabled(true); in MainWindow() 66 ui->actionDisconnect->setEnabled(false); in MainWindow() 67 ui->actionQuit->setEnabled(true); in MainWindow() 68 ui->actionConfigure->setEnabled(true); in MainWindow() 125 console->setEnabled(true); in openSerialPort() 127 ui->actionConnect->setEnabled(false); in openSerialPort() 128 ui->actionDisconnect->setEnabled(true); in openSerialPort() 129 ui->actionConfigure->setEnabled(false); in openSerialPort() 146 console->setEnabled(false); in closeSerialPort() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/network/ |
| H A D | networkwidget.cpp | 44 ui->IPEdt->setEnabled(bCheck); in initUi() 45 ui->maskEdt->setEnabled(bCheck); in initUi() 46 ui->dnsEdt->setEnabled(bCheck); in initUi() 47 ui->gatawayEdt->setEnabled(bCheck); in initUi() 49 ui->IPEdt->setEnabled(bCheck); in initUi() 50 ui->maskEdt->setEnabled(bCheck); in initUi() 51 ui->dnsEdt->setEnabled(bCheck); in initUi() 52 ui->gatawayEdt->setEnabled(bCheck); in initUi() 70 ui->ApplyBtn->setEnabled(false); in initUi()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/src/ |
| H A D | recordseldlg.cpp | 112 ui->checkBoxVideo0->setEnabled(false); in SelCheckBox() 116 ui->checkBoxVideo1->setEnabled(false); in SelCheckBox() 120 ui->checkBoxVideo2->setEnabled(false); in SelCheckBox() 124 ui->checkBoxVideo3->setEnabled(false); in SelCheckBox() 128 ui->checkBoxVideo4->setEnabled(false); in SelCheckBox() 132 ui->checkBoxVideo5->setEnabled(false); in SelCheckBox() 136 ui->checkBoxVideo6->setEnabled(false); in SelCheckBox() 140 ui->checkBoxVideo7->setEnabled(false); in SelCheckBox()
|
| H A D | reverseline_setting.cpp | 35 ui->pushButton_3->setEnabled(true); in on_pushButton_2_clicked() 42 ui->pushButton_2->setEnabled(false); in on_pushButton_2_clicked() 49 ui->pushButton_2->setEnabled(true); in on_pushButton_3_clicked() 56 ui->pushButton_3->setEnabled(false); in on_pushButton_3_clicked()
|
| H A D | front_camera_setting.cpp | 45 ui->downButton->setEnabled(true); in on_upperButton_clicked() 59 ui->upperButton->setEnabled(false); in on_upperButton_clicked() 68 ui->upperButton->setEnabled(true); in on_downButton_clicked() 80 ui->downButton->setEnabled(false); in on_downButton_clicked()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/rtc/ |
| H A D | datetimewidget.cpp | 73 ui->yearCombox->setEnabled(checked); in initUi() 74 ui->monthComBox->setEnabled(checked); in initUi() 75 ui->dayComBox->setEnabled(checked); in initUi() 76 ui->hourComBox->setEnabled(checked); in initUi() 77 ui->minutuComBo->setEnabled(checked); in initUi() 132 ui->applyBtn->setEnabled(false); in on_applyBtn_clicked() 134 ui->applyBtn->setEnabled(true); in on_applyBtn_clicked()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/watchdog/ |
| H A D | watchdogwidgt.cpp | 17 ui->checkBox->setEnabled(false); in WatchDogWidgt() 61 ui->setBtn->setEnabled(false); in loadData() 74 ui->checkBox->setEnabled(bCheck); in on_openBtn_clicked() 87 ui->setBtn->setEnabled(true); in on_openBtn_clicked() 89 ui->setBtn->setEnabled(false); in on_openBtn_clicked()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxx11/btscanner/ |
| H A D | device.cpp | 114 ui->scan->setEnabled(false); in startScan() 115 ui->inquiryType->setEnabled(false); in startScan() 120 ui->scan->setEnabled(true); in scanFinished() 121 ui->inquiryType->setEnabled(true); in scanFinished() 179 ui->scan->setEnabled(on); in hostModeStateChanged() 180 ui->discoverable->setEnabled(on); in hostModeStateChanged()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | downloadmanager.cpp | 162 stopButton->setEnabled(false); in stop() 164 tryAgainButton->setEnabled(true); in stop() 182 tryAgainButton->setEnabled(false); in tryAgain() 184 stopButton->setEnabled(true); in tryAgain() 226 tryAgainButton->setEnabled(true); in error() 321 stopButton->setEnabled(false); in finished() 436 cleanupButton->setEnabled(m_downloads.count() - activeDownloads() > 0); in updateRow() 503 item->stopButton->setEnabled(false); in load() 505 item->tryAgainButton->setEnabled(!done); in load() 511 cleanupButton->setEnabled(m_downloads.count() - activeDownloads() > 0); in load()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/player/ |
| H A D | playlist.cpp | 67 ui->clearButton->setEnabled(false); in PlayList() 68 ui->refreshButton->setEnabled(false); in PlayList() 259 ui->clearButton->setEnabled(true); in on_UsbListButton_clicked() 260 ui->refreshButton->setEnabled(true); in on_UsbListButton_clicked() 272 ui->clearButton->setEnabled(false); in on_favoriteListButton_clicked() 273 ui->refreshButton->setEnabled(false); in on_favoriteListButton_clicked() 280 ui->clearButton->setEnabled(false); in on_prePageButton_clicked() 281 ui->refreshButton->setEnabled(false); in on_prePageButton_clicked()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/ |
| H A D | playlist.cpp | 67 ui->clearButton->setEnabled(false); in PlayList() 68 ui->refreshButton->setEnabled(false); in PlayList() 259 ui->clearButton->setEnabled(true); in on_UsbListButton_clicked() 260 ui->refreshButton->setEnabled(true); in on_UsbListButton_clicked() 272 ui->clearButton->setEnabled(false); in on_favoriteListButton_clicked() 273 ui->refreshButton->setEnabled(false); in on_favoriteListButton_clicked() 280 ui->clearButton->setEnabled(false); in on_prePageButton_clicked() 281 ui->refreshButton->setEnabled(false); in on_prePageButton_clicked()
|
| /OK3568_Linux_fs/external/xserver/hw/xquartz/ |
| H A D | X11Controller.m | 176 [item setEnabled:YES]; 253 [item setEnabled:YES]; 262 [item setEnabled:YES]; 326 [check_for_updates_item setEnabled:YES]; 677 [self.enable_fullscreen_menu setEnabled:!XQuartzRootlessDefault]; 746 [self.sync_pasteboard_to_clipboard setEnabled:pbproxy_active]; 747 [self.sync_pasteboard_to_primary setEnabled:pbproxy_active]; 748 [self.sync_clipboard_to_pasteboard setEnabled:pbproxy_active]; 749 [self.sync_primary_immediately setEnabled:pbproxy_active]; 751 // setEnabled doesn't do this... [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/ |
| H A D | musicplayer.cpp | 97 playButton->setEnabled(true); in playUrl() 209 positionSlider->setEnabled(duration > 0); in updateDuration() 243 playButton->setEnabled(false); in handleError() 253 playButton->setEnabled(false); in createWidgets() 272 positionSlider->setEnabled(false); in createWidgets()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/ |
| H A D | musicplayer.cpp | 96 playButton->setEnabled(true); in playUrl() 208 positionSlider->setEnabled(duration > 0); in updateDuration() 242 playButton->setEnabled(false); in handleError() 252 playButton->setEnabled(false); in createWidgets() 279 positionSlider->setEnabled(false); in createWidgets()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/ |
| H A D | musicplayer.cpp | 97 playButton->setEnabled(true); in playUrl() 209 positionSlider->setEnabled(duration > 0); in updateDuration() 243 playButton->setEnabled(false); in handleError() 253 playButton->setEnabled(false); in createWidgets() 272 positionSlider->setEnabled(false); in createWidgets()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/ |
| H A D | musicplayer.cpp | 96 playButton->setEnabled(true); in playUrl() 208 positionSlider->setEnabled(duration > 0); in updateDuration() 242 playButton->setEnabled(false); in handleError() 252 playButton->setEnabled(false); in createWidgets() 279 positionSlider->setEnabled(false); in createWidgets()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/plugins/declarativetestplugin/ |
| H A D | qdeclarativepinchgenerator_p.h | 55 Q_PROPERTY(bool enabled READ enabled WRITE setEnabled NOTIFY enabledChanged) 71 void setEnabled(bool enabled);
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | qconf.cc | 1392 backAction->setEnabled(false); in ConfigMainWindow() 1569 backAction->setEnabled(false); in changeMenu() 1571 backAction->setEnabled(true); in changeMenu() 1638 backAction->setEnabled(false); in goBack() 1657 singleViewAction->setEnabled(false); in showSingleView() 1659 splitViewAction->setEnabled(true); in showSingleView() 1661 fullViewAction->setEnabled(true); in showSingleView() 1676 singleViewAction->setEnabled(true); in showSplitView() 1678 splitViewAction->setEnabled(false); in showSplitView() 1680 fullViewAction->setEnabled(true); in showSplitView() [all …]
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | qconf.cc | 1392 backAction->setEnabled(false); in ConfigMainWindow() 1569 backAction->setEnabled(false); in changeMenu() 1571 backAction->setEnabled(true); in changeMenu() 1638 backAction->setEnabled(false); in goBack() 1657 singleViewAction->setEnabled(false); in showSingleView() 1659 splitViewAction->setEnabled(true); in showSingleView() 1661 fullViewAction->setEnabled(true); in showSingleView() 1676 singleViewAction->setEnabled(true); in showSplitView() 1678 splitViewAction->setEnabled(false); in showSplitView() 1680 fullViewAction->setEnabled(true); in showSplitView() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | browserwindow.cpp | 273 navigationBar->toggleViewAction()->setEnabled(false); in createToolBar() 340 m_historyBackAction->setEnabled(enabled); in handleWebActionEnabledChanged() 343 m_historyForwardAction->setEnabled(enabled); in handleWebActionEnabledChanged() 346 m_reloadAction->setEnabled(enabled); in handleWebActionEnabledChanged() 349 m_stopAction->setEnabled(enabled); in handleWebActionEnabledChanged()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | browserwindow.cpp | 275 navigationBar->toggleViewAction()->setEnabled(false); in createToolBar() 342 m_historyBackAction->setEnabled(enabled); in handleWebActionEnabledChanged() 345 m_historyForwardAction->setEnabled(enabled); in handleWebActionEnabledChanged() 348 m_reloadAction->setEnabled(enabled); in handleWebActionEnabledChanged() 351 m_stopAction->setEnabled(enabled); in handleWebActionEnabledChanged()
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | qconf.cc | 1658 singleViewAction->setEnabled(false); in showSingleView() 1660 splitViewAction->setEnabled(true); in showSingleView() 1662 fullViewAction->setEnabled(true); in showSingleView() 1665 backAction->setEnabled(true); in showSingleView() 1679 singleViewAction->setEnabled(true); in showSplitView() 1681 splitViewAction->setEnabled(false); in showSplitView() 1683 fullViewAction->setEnabled(true); in showSplitView() 1686 backAction->setEnabled(false); in showSplitView() 1704 singleViewAction->setEnabled(true); in showFullView() 1706 splitViewAction->setEnabled(true); in showFullView() [all …]
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/4g/ |
| H A D | m4gwidget.cpp | 49 ui->connectBtn->setEnabled(bFindCard); in initUi() 256 ui->comboBox->setEnabled(false); in on_connectBtn_clicked() 269 ui->comboBox->setEnabled(true); in on_connectBtn_clicked()
|