Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for GrahamAddy

Hi I'm having a problem with PyQt QProcess taking over. I want it to run several process one after the other and return each time so that I can refresh the display with the information that the process has finished. Here is the code:- [CODE] def _writeCDtoDatabase(self): Dic = {} …

0
79
Member Avatar for GrahamAddy

The solution to my problem is probably very simple, but I am having great problems solving it. I have a [B]MainWindow[/B] Class calling a [B]Dialog[/B]. I send the contents of a list from a loop to the Dialog lineEdit for a user to accept or change as required and return …

Member Avatar for GrahamAddy
0
1K