[Development] Hiding Tabs in QTabWidget

André Pönitz andre.poenitz at mathematik.tu-chemnitz.de
Mon Apr 2 19:40:44 CEST 2012


On Thu, Mar 29, 2012 at 09:42:43PM +0200, Carsten Breuer wrote:
> Hi Jordi,
> 
> 
> great :-) Good News :-).
> 
> BTW:
> 
> I guess in Qt style it should be
> 
>    bool tabVisible(int index) const;
>    void setTabVisible(int index, bool);

Jordi's 

   bool isTabVisible(int index) const;

was correct, as the function returns a bool.

Andre'



More information about the Development mailing list