Re: Solid Approach For Creating A Desktop Application

2016-10-10 Thread Mark Summerfield
On Monday, October 10, 2016 at 5:53:37 AM UTC+1, Mahan Marwat wrote: > I want to know what will be your approach creating a solid/reliable > application in Python? > i.e > 1. Which GUI framework will you use i.e PyQT or what? (will you make it work > removing the window default border) > 2. What

Solid Approach For Creating A Desktop Application

2016-10-09 Thread Mahan Marwat
I want to know what will be your approach creating a solid/reliable application in Python? i.e 1. Which GUI framework will you use i.e PyQT or what? (will you make it work removing the window default border) 2. What will you use for it's style/appearance i.e CSS or what? 3. Which tool will you us