How to pass data from one window to another | PyQt5 Tutorial

  Рет қаралды 27,740

Jie Jenn

Jie Jenn

4 жыл бұрын

In this #PyQt5 tutorial, we are going to learn how to pass information from one window to another.
Buy Me a Coffee? Your support is much appreciated!
PayPal Me: www.paypal.me/jiejenn/5
Venmo: @Jie-Jenn
Source Code: learndataanalysis.org/how-to-...
More tutorial videos on my website
LearnDataAnalysis.org
Considering support my channel through shopping on Amazon
amzn.to/2JkGeMD
Want to be more productive? Check out the the gear (Amazon affiliate links) I use when I am working.
Lenovo ThinkPad X1 Extreme 2nd Gen (4K): amzn.to/2QT1CNk
ASUS Designo Curve MX38VC 37.5" Monitor: amzn.to/39rFSOQ
Logitech MX Master 3 Advanced (My primary mouse): amzn.to/2WSumK2
Logitech MX Anywhere 2S (When traveling): amzn.to/2WTdKl5
Logitech Craft Advanced Wireless Keyboard: amzn.to/2QUjAz1
VAVA USB C Hub, 8-in-1 USB C Adapter : amzn.to/3dFim4g
Theralite Aura Bright Light Therapy Lamp: amzn.to/2UIp5lv

Пікірлер: 29
@ConlethZ
@ConlethZ 2 жыл бұрын
Bro, You don't know what time I spend to find the right way. Until I see your video.Thank you very much!!! orz!
@elbaydyadil3619
@elbaydyadil3619 4 жыл бұрын
Nice friend you know you are the first and best youtuber explain many tutorials about pyqt5 Continue plz Thank you for every videos very helpful
@robintewolde1992
@robintewolde1992 4 жыл бұрын
Thank you. This is what I needed.
@kspons
@kspons 3 жыл бұрын
much appreciated!
@HelloKitty-ky6yc
@HelloKitty-ky6yc 3 жыл бұрын
thanks dude ! awesome
@bilalgujjar2627
@bilalgujjar2627 3 жыл бұрын
Thanks Bro you saved me a lot of time, thanks very much
@mahieyinrahmun7876
@mahieyinrahmun7876 2 жыл бұрын
Just what I needed. Thanks.
@jiejenn
@jiejenn 2 жыл бұрын
Glad my video helped.
@shnfi
@shnfi Жыл бұрын
bro u really saved me 💀❤
@SHONNER
@SHONNER 2 жыл бұрын
Thanks for this! Been wanting to try this for awhile. But I'm using Qt Designer. I was able to convert your method over though. Thanks again!
@jiejenn
@jiejenn 2 жыл бұрын
Glad the video helped.
@0xN1nja
@0xN1nja 2 жыл бұрын
thank you sooooooooooooo much bro!
@jiejenn
@jiejenn 2 жыл бұрын
Glad the video helped.
@Mr0o0o0o0o0o0o0o0
@Mr0o0o0o0o0o0o0o0 2 жыл бұрын
how would i go about this the opposite way? My app wants additional info, so it opens a form in a child window, when i close the child, i want to retrieve all new info that was entered there...
@kaushalsolanki3531
@kaushalsolanki3531 2 жыл бұрын
Hey, just had the same question did you found anything yet?
@Mr0o0o0o0o0o0o0o0
@Mr0o0o0o0o0o0o0o0 2 жыл бұрын
@@kaushalsolanki3531 yes i did solve it... will see if i can find that old project map :P
@stevep1413
@stevep1413 10 ай бұрын
Why haven"t you shared the solution?
@moizahmad4382
@moizahmad4382 3 жыл бұрын
how to send data backwards on the original window where the seceond wondow was called
@kaushalsolanki3531
@kaushalsolanki3531 2 жыл бұрын
Hey, just had a same question did you found anything yet?
@bgcanete
@bgcanete 2 жыл бұрын
Excellent tutorial, thanks! Let's say I want to save this user input data into a text file, how do I do that?
@stevep1413
@stevep1413 10 ай бұрын
This works if classes are in the same file. What if the classes are in different files? To avoid having large python files, Window in file A and Window 2 in file B. Window B is opened when button in Window A gets pressed. Window B wants to pass information to A upon a button press.
@destiny_02
@destiny_02 3 жыл бұрын
What autocomplete you use ?
@albertom6239
@albertom6239 2 жыл бұрын
very clear! could you also explain how to do the reverse? from second window to main window? I see many people are interested in that :)
@kaushalsolanki3531
@kaushalsolanki3531 2 жыл бұрын
Hey, just had same question did you find anything yet?
@albertom6239
@albertom6239 2 жыл бұрын
@@kaushalsolanki3531 A workaround for now, I still need to ask a professor about it. you can create an instance of a second window in the definition of the first window, and you reference the second window's methods in the first window definition. in that way, you can for example press a button on the second window, and that button is connected to a method in the first window, so you can access the data in the second window. I can write n example if this is not clear!:)
@zentopia2902
@zentopia2902 Жыл бұрын
@@albertom6239 please do.
@cemalcakir
@cemalcakir 3 жыл бұрын
Which theme is this?
@letsgo7072
@letsgo7072 3 жыл бұрын
+1
@letsgo7072
@letsgo7072 3 жыл бұрын
what ! You're 99 years old ? 😂
How to Pass Data between Multiple Windows in Tkinter
18:19
CodersLegacy
Рет қаралды 27 М.
How to use QFileDialog (File Dialog) in PyQt5
18:34
Jie Jenn
Рет қаралды 26 М.
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 36 МЛН
Эффект Карбонаро и нестандартная коробка
01:00
История одного вокалиста
Рет қаралды 10 МЛН
Пранк пошел не по плану…🥲
00:59
Саша Квашеная
Рет қаралды 7 МЛН
Heartwarming Unity at School Event #shorts
00:19
Fabiosa Stories
Рет қаралды 25 МЛН
Pass Data Between Windows - PyQt5 GUI Thursdays #25
10:27
Codemy.com
Рет қаралды 28 М.
How To Open A Second Window - PyQt5 GUI Thursdays #24
13:41
Codemy.com
Рет қаралды 66 М.
PyQt5 Retrieving Data From Mysql In QTableWidget
12:12
Parwiz Forogh
Рет қаралды 14 М.
Create A Multi-ComboBox In PyQt5 (PyQt6)
21:40
Jie Jenn
Рет қаралды 8 М.
Master PyQt5 part 5: Moving data between windows
18:46
Alan D Moore Codes
Рет қаралды 20 М.
How I Would Learn To Code (If I Could Start Over)
13:43
Namanh Kapur
Рет қаралды 7 МЛН
Premature Optimization
12:39
CodeAesthetic
Рет қаралды 779 М.
Add, Copy, Remove Rows on a table widget | PyQt5 Tutorial
15:02
Elon Musk update on 2nd human who got Neuralink implant
9:12
Lex Clips
Рет қаралды 63 М.
Playing hide and seek with my dog 🐶
00:25
Zach King
Рет қаралды 36 МЛН