You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Above ss contains the code for what I'm trying to do, I want to fit QCodeEditor in place of an QTextEdit, which is placed under self.centralwidget, but everytime I run it, QCodeEditor opens in a seperate window
I want to place it inside my window (within the self.centralwidget), Any help in making it possible will be appreciated !!
The text was updated successfully, but these errors were encountered:
Above ss contains the code for what I'm trying to do, I want to fit QCodeEditor in place of an QTextEdit, which is placed under self.centralwidget, but everytime I run it, QCodeEditor opens in a seperate window
I want to place it inside my window (within the self.centralwidget), Any help in making it possible will be appreciated !!
The text was updated successfully, but these errors were encountered: