c++ - Enable one object in a disabled tabWidget in Qt -


in project have made tabwidget centralwidget program. when program first opened user, tabwidget disabled. user can enable when open file. in program starts disabled.

in 1 of tabs, have webview widget plays youtube video set autoplay. works fine, except webview can't clicked (the video can't stopped) until tabwidget enabled.

is there way can allow 1 object enabled while else still disabled?

it's hard me explain, here picture:

enter image description here

as can see, disabled including video. can single out video enabled?

thanks time :)

there no free lunch. have 2 options:

  1. disable other tabs , other widgets on settings tab.
  2. make webview widget popup child of main window (and manage geometry on size/location changes of main window).

i suppose third option have enabled tab contains video , widgets open file. user know rather assaulting them disabled interface.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -