Re: [PyQt] Signal on Selection in QTreeView

2008-03-18 Thread fossks
I have been successful in getting the row number back to me for a selected row. I have found that the returned row number is not consistent with the list but with the view. Therefore row '0' when I start is row '10' on a 10 item list when the view is sorted in the opposite direction. Is there

Re: [PyQt] Signal on Selection in QTreeView

2008-03-18 Thread fossks
Phil/Andreas, I've been experimenting again using some of the recommendations and some examples I have found. Please look at the new example I am working with, which is below. I can now have a reaction to a selected item in a list. When something is selected, the 'slot' function is

[PyQt] Signal on Selection in QTreeView

2008-03-17 Thread fossks
Hi, I'm trying to use a list that contains a media library react to a user clicking on an item in the list. When clicked, the details of the item would show up in a GroupBox elsewhere on the screen. However, at this time I'm a little stumped on Lists/Trees/Models/Views. I'm including the

[PyQt] PyQt 4 - Linux Screen Flashing on New Widget

2008-02-23 Thread fossks
I previous posted about this issue and I have included it below. I also am including a standard widget call. Could this have anything to do with the graphic background? I have found that this only occurs on X Windows, not on MS Windows. In basic PyQt applications, without graphics, I don

Re: [PyQt] X Windows Screen goes Blank when new Window opens

2008-02-21 Thread fossks
Aaron/All, The following is a typical class call I use for a new Widget with a pixmap. Can you see anything here that would cause the screen blanking out? Kevin ___ class dvdWidget (QWidget, Ui_dvdWidget): def __init__(self, parent = None): QWidg

Re: [PyQt] Transparent Buttons & Widgets

2008-02-20 Thread fossks
Gustavo, Thanks for your advice. You'll be proud to know that I am currently using your application as the base for mine, that is the whole stylesheet structure. It works great and I've learned a lot from your work. However, my issue is more that I am not much of a graphics artist and

[PyQt] Transparent Buttons & Widgets

2008-02-20 Thread fossks
Hi, I'm new to this list but I've been using PyQt 4.1 for the past year or so. My personal project is to make a frontend to MPlayer for my touchscreen PC in my car. I've created a basic version using common widgets and toolbars, but this is not really touchscreen friendly. Now I've found