Searched refs:captureButton (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/qcamera/ |
| H A D | qtcamera.cpp | 121 captureButton = getButton(); in initlayout() 122 captureButton->setText(tr("Capture")); in initlayout() 123 captureButton->setFont(font); in initlayout() 124 connect(captureButton, SIGNAL(clicked(bool)), this, SLOT(on_captureClicked())); in initlayout() 132 vLayout->addWidget(captureButton); in initlayout() 330 captureButton->setText(capture); in updateCaptureMode() 349 captureButton->setText(tr("Record")); in updateRecorderState() 354 captureButton->setText(tr("Recording")); in updateRecorderState()
|
| H A D | qtcamera.h | 94 QPushButton *captureButton; variable
|
| /OK3568_Linux_fs/app/qcamera/ |
| H A D | qtcamera.cpp | 118 captureButton = getButton(); in initlayout() 119 captureButton->setText(tr("Capture")); in initlayout() 120 captureButton->setFont(font); in initlayout() 121 connect(captureButton, SIGNAL(clicked(bool)), this, SLOT(on_captureClicked())); in initlayout() 129 vLayout->addWidget(captureButton); in initlayout() 326 captureButton->setText(capture); in updateCaptureMode() 345 captureButton->setText(tr("Record")); in updateRecorderState() 350 captureButton->setText(tr("Recording")); in updateRecorderState()
|
| H A D | qtcamera.cpp.bk | 114 captureButton = getButton(); 115 captureButton->setText(tr("Capture")); 116 connect(captureButton, SIGNAL(clicked(bool)), this, SLOT(on_captureClicked())); 123 vLayout->addWidget(captureButton); 336 captureButton->setText(capture); 355 captureButton->setText(tr("Record")); 360 captureButton->setText(tr("Recording"));
|
| H A D | qtcamera.h | 94 QPushButton *captureButton; variable
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/qcamera/ |
| H A D | qtcamera.cpp | 121 captureButton = getButton(); in initlayout() 122 captureButton->setText(tr("Capture")); in initlayout() 123 captureButton->setFont(font); in initlayout() 124 connect(captureButton, SIGNAL(clicked(bool)), this, SLOT(on_captureClicked())); in initlayout() 132 vLayout->addWidget(captureButton); in initlayout() 330 captureButton->setText(capture); in updateCaptureMode() 349 captureButton->setText(tr("Record")); in updateRecorderState() 354 captureButton->setText(tr("Recording")); in updateRecorderState()
|
| H A D | qtcamera.h | 94 QPushButton *captureButton; variable
|