3 questions
It's a pie-charm execution screen The *.ui file that I made as a qt designer I'm trying to load it, but not how to put it in the same folder,Is there any way to bring it into the project?For example, ...
Hello, I looked up a lot through Google, but I don't know, so I'm posting a question with open(text.txt, r,encoding='UTF8') as tf: lines = tf.read().split(',') for line in lines: self.listWidget.a...
Hello, I checked the code below while studying open source. QString name(void) const { return_name;} LinkInterface* link(void) { return _link.lock().get(); }Can we find official documents or articles ...
© 2024 OneMinuteCode. All rights reserved.