<br><br><div class="gmail_quote">On Thu, Sep 16, 2010 at 1:27 PM, fpp <span dir="ltr"><<a href="mailto:fpp.gsp@gmail.com">fpp.gsp@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, Sep 16, 2010 at 7:24 PM, Eric Frederich<br>
<div class="im"><<a href="mailto:eric.frederich@gmail.com">eric.frederich@gmail.com</a>> wrote:<br>
><br>
</div><div class="im">> So if I connect the tab bar's currentChanged(int) signal to a dock widget's<br>
> method, where does the dock widget get the data from?<br>
> Would the dock widget instance need to have a pointer to the the tab widget<br>
> or to something else?<br>
> This is what I'm confused about.<br>
<br>
</div>There is always a way :-)<br>
<br>
Easiest here is for the dockwidget to query the tabwidget for its<br>
current index (active tab), there is a method for that.<br>
</blockquote></div><br>I think that seems to be my problem.<br>Just way too many ways to skin this cat.<br>I'd hate to say something good about Java (especially now that they're owned by Orable) but there were much less options for me to get overwhelmed with.<br>
Perhaps after I'm done being overwhelmed I'll welcome the multitude of options.<br>Its just at this early stage I don't want to start going down the wrong path.<br>