<p dir="ltr">Thanks for the manual. I will look into it but all the examples are probably c++. Ive tried zetcode and some of the other tutorials.</p>
<p dir="ltr">That's the problem though. It is exactly how I want it in designer. It's perfect as it is in designer when I preview it. Here is a screenshot of the preview: <a href="http://i.imgur.com/ULRolq8.png">http://i.imgur.com/ULRolq8.png</a></p>

<p dir="ltr">The problem isn't that I can't design it in QT Designer. It is designed just like I want it. The problem is, when I try to follow zetcode and other tutorials about how to import and use my form as designed by qt designer and run through pyuic4.... it doesn't seem to even notice my ui file...and certainly isnt acting on it.</p>

<p dir="ltr">I posted my code above where I was trying anything just to get it to use that ui I designed in qt designer.....so far to no avail</p>
<div class="gmail_quote">---------- Forwarded message ----------<br>From: "Michael Staggs" <<a href="mailto:tausciam@gmail.com" target="_blank">tausciam@gmail.com</a>><br>Date: Aug 23, 2013 12:54 PM<br>Subject: Re: Using PyQT with QT Designer<br>

To: "Phil Thompson" <<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>><br>Cc: <br><br type="attribution"><p dir="ltr">Thanks for the manual. I will look into it but all the examples are probably c++. Ive tried zetcode and some of the other tutorials. </p>


<p dir="ltr">That's the problem though. It is exactly how I want it in designer. It's perfect as it is in designer when I preview it. Here is a screenshot of the preview: <a href="http://i.imgur.com/ULRolq8.png" target="_blank">http://i.imgur.com/ULRolq8.png</a></p>



<p dir="ltr">The problem isn't that I can't design it in QT Designer. It is designed just like I want it. The problem is, when I try to follow zetcode and other tutorials about how to import and use my form as designed by qt designer and run through pyuic4.... it doesn't seem to even notice my ui file...and certainly isnt acting on it. </p>



<p dir="ltr">I posted my code above where I was trying anything just to get it to use that ui I designed in qt designer.....so far to no avail</p>
<div class="gmail_quote">On Aug 23, 2013 12:42 PM, "Phil Thompson" <<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


On Fri, 23 Aug 2013 12:30:41 -0500, Michael Staggs <<a href="mailto:tausciam@gmail.com" target="_blank">tausciam@gmail.com</a>><br>
wrote:<br>
> Right. I know that if I redesign it I have to run pyuic4 again and that<br>
I<br>
> shouldn't change that file...let qt designer do its job.<br>
><br>
> But, that's exactly what I'm having the problem with...incorporating the<br>
> file pyuic4 gave me... and why I posted here.<br>
><br>
> If you can point me towards something I need to read then by all<br>
means...<br>
> I'd be grateful. But, all the little tutorials I've found told me to do<br>
it<br>
> this way and obviously my program has no access to it....it's not<br>
resizing<br>
> the window or doing anything the ui file states. So, I do know I'm doing<br>
> something wrong and doing something the little tutorials didn't account<br>
> for. So, I'm asking here.<br>
><br>
> Again, I'm just learning. I took the codecademy python course and<br>
started<br>
> trying to learn to build a media player...and haven't figured out how to<br>
> build the gui yet. If you or anyone else can point me to something that<br>
> would explain what I'm doing wrong, I'll read it from front to back. If<br>
> it's too advanced it will lose me....but I would like to learn to do<br>
this.<br>
<br>
<a href="http://qt-project.org/doc/qt-4.8/designer-manual.html" target="_blank">http://qt-project.org/doc/qt-4.8/designer-manual.html</a><br>
<br>
Designer has a preview option that creates your UI on the fly. The first<br>
step would be to get it working as far as you can with that before you try<br>
generating any Python code.<br>
<br>
Phil<br>
</blockquote></div>
</div>