Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #109351
| From | Nick Sarbicki <nick.a.sarbicki@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Recommendation for GUI lib? |
| Date | 2016-06-02 11:09 +0000 |
| Message-ID | <mailman.84.1464865777.1839.python-list@python.org> (permalink) |
| References | <24ECEF58-FF95-4B7B-9A7B-2B16800AD959@mostrom.pp.se> <ad387c4b-2629-4150-14c6-8558f2e48e18@o2.co.uk> <CAGuvt93ir87rPTFeYeg1yaC4VFyGCcEh3ouHD=0JMo11SzJoCg@mail.gmail.com> |
> > > > > > Do you have any recommendations? Primary platforms are OS X and Linux. > > > > I, of course, want to have "standard" widgets but a "calendar > > view"/"date picker" is a plus. > I generally use PyQt which is one of two (the other being pyside) python wrappers for the Qt libraries. PyQt is the only one I know which currently supports Qt5+ so gets my vote. There are loads of resources around - works well on all operating systems (with most Qt5 having some focus on mobile). It comes with a ton of utilities and a really nice GUI editor ( https://en.wikipedia.org/wiki/Qt_Creator). There are a lot of resources around and, as predicted, already has some examples of date pickers: http://www.eurion.net/python-snippets/snippet/Calendar_Date%20picker.html - Nick.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: Recommendation for GUI lib? Nick Sarbicki <nick.a.sarbicki@gmail.com> - 2016-06-02 11:09 +0000
Re: Recommendation for GUI lib? Rob Gaddi <rgaddi@highlandtechnology.invalid> - 2016-06-02 20:13 +0000
Re: Recommendation for GUI lib? Igor Korot <ikorot01@gmail.com> - 2016-06-02 16:22 -0400
csiph-web