▶️ Watch Entire PyQt5 GUI Thursdays Playlist ✅ Subscribe To My KZbin Channel: bit.ly/3sHT8dc bit.ly/2IGzvOR ▶️ See More At: ✅ Join My Facebook Group: Codemy.com bit.ly/2GFmOBz ▶️ Learn to Code at Codemy.com ✅ Buy a Codemy T-Shirt! Take $30 off with coupon code: youtube1 bit.ly/2VC9WUN ▶️ Get The Code: bit.ly/394NQ3R
@RezaBesharat-i6x Жыл бұрын
I wonder if the subwindow could be an external application which is getting called? (For example NotePad) Thanks for the well-described video.
@ronelmari89912 жыл бұрын
Love your videos. The whole PyQt5 series has been really helpful tbh. Is it possible to put a tab widget in the subwindow? It's easy to do on the Designer but when I'm running the code, the tab widget is not in the subwindow. Any advice?
@albertomorenogil65062 жыл бұрын
While Initializing the App "UIWindow = UI()" I get "UI is not defined" why? If I have created previously class UI(QMainWindow)? Thank you.
@dataxorg43592 жыл бұрын
Can we design sub forms in designer and incorporate them into MDI designed by designer???
@leventefarkas41632 жыл бұрын
Can you change the background color of the MDI area?
@Ronak_Jain2 жыл бұрын
Can I add a different window.ui file in the mdi subwindow if yes how can I do that?
@sideswipeez2 жыл бұрын
I made my other pyqt program as a module and imported it inside this to spawn the window.
@ghostJammerz2 жыл бұрын
hi, thank you for your tutorial videos. i designed window, which contain mdiarea, inside the mdiarea i already predesigned 3 subwindow. then i want to call specific subwindow when i click a button, how do i do that? in your tutorial, the click function will "create" a new subwindow, but in my case, I already designed it, but just want to call it to appear in the mdi area when i click the button. will appreciate your reply
@ankitcaring Жыл бұрын
exactly my issue.? Did u find any solution
@yichenfu23153 жыл бұрын
Can you please make a video about Qtime sometimes? Thank you.
@gjordan88003 жыл бұрын
I have a "translucent" box on my home screen just above the start button in windows 11. what are they and how can I get rid of them as they cause and area where the curses does not work?
@Codemycom3 жыл бұрын
Sorry, no idea what you're talking about
@arpnrp12693 жыл бұрын
Can you please make a video on dateEdit ,timeEdit & datetimeEdit sometime