Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52906
| Date | 2013-08-23 18:42 +0100 |
|---|---|
| From | Phil Thompson <phil@riverbankcomputing.com> |
| Subject | Re: Using PyQT with QT Designer |
| Organization | Riverbank Computing Limited |
| References | (2 earlier) <8f9d0148-fda3-4139-ab45-a8be6da8320f@googlegroups.com> <5e17639a06ae1e82ca2ba37b5346d001@localhost> <CANBpqbcNLreaGJnG+zfrNAL+4hsuXW8UKCHEXaaUd6hsGgja=Q@mail.gmail.com> <fe56ef0e3ba736aa37ab88a089847840@localhost> <CANBpqbcwSBxANJuXOLFt8OeY01ehduMqY63rXg-Z4NEuLjHVug@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.177.1377279752.19984.python-list@python.org> (permalink) |
On Fri, 23 Aug 2013 12:30:41 -0500, Michael Staggs <tausciam@gmail.com> wrote: > Right. I know that if I redesign it I have to run pyuic4 again and that I > shouldn't change that file...let qt designer do its job. > > But, that's exactly what I'm having the problem with...incorporating the > file pyuic4 gave me... and why I posted here. > > If you can point me towards something I need to read then by all means... > I'd be grateful. But, all the little tutorials I've found told me to do it > this way and obviously my program has no access to it....it's not resizing > the window or doing anything the ui file states. So, I do know I'm doing > something wrong and doing something the little tutorials didn't account > for. So, I'm asking here. > > Again, I'm just learning. I took the codecademy python course and started > trying to learn to build a media player...and haven't figured out how to > build the gui yet. If you or anyone else can point me to something that > would explain what I'm doing wrong, I'll read it from front to back. If > it's too advanced it will lose me....but I would like to learn to do this. http://qt-project.org/doc/qt-4.8/designer-manual.html Designer has a preview option that creates your UI on the fly. The first step would be to get it working as far as you can with that before you try generating any Python code. Phil
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Re: Using PyQT with QT Designer Phil Thompson <phil@riverbankcomputing.com> - 2013-08-22 09:26 +0100
Re: Using PyQT with QT Designer tausciam@gmail.com - 2013-08-22 18:08 -0700
Re: Using PyQT with QT Designer Phil Thompson <phil@riverbankcomputing.com> - 2013-08-23 08:39 +0100
Re: Using PyQT with QT Designer Michael Staggs <tausciam@gmail.com> - 2013-08-23 08:00 -0500
Re: Using PyQT with QT Designer Phil Thompson <phil@riverbankcomputing.com> - 2013-08-23 18:17 +0100
Re: Using PyQT with QT Designer Michael Staggs <tausciam@gmail.com> - 2013-08-23 12:30 -0500
Re: Using PyQT with QT Designer Phil Thompson <phil@riverbankcomputing.com> - 2013-08-23 18:42 +0100
Re: Using PyQT with QT Designer Michael Staggs <tausciam@gmail.com> - 2013-08-23 12:58 -0500
Re: Using PyQT with QT Designer Michael Staggs <tausciam@gmail.com> - 2013-08-23 13:05 -0500
Re: Using PyQT with QT Designer Dave Angel <davea@davea.name> - 2013-08-23 20:16 +0000
Re: Using PyQT with QT Designer tausciam@gmail.com - 2013-08-23 16:39 -0700
csiph-web