Can I set transparent for Dialog, but not for widget ?
I tried like this, but not work.
Qt Code:
setWindowOpacity(0.1); m_ui->lineEdit->setWindowOpacity(1.0);To copy to clipboard, switch view to plain text mode
Can I set transparent for Dialog, but not for widget ?
I tried like this, but not work.
Qt Code:
setWindowOpacity(0.1); m_ui->lineEdit->setWindowOpacity(1.0);To copy to clipboard, switch view to plain text mode
Bookmarks