Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

appearancesettings.ui.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** ui.h extension file, included from the uic-generated form implementation.
00003 **
00004 ** If you wish to add, delete or rename functions or slots use
00005 ** Qt Designer which will update this file, preserving your code. Create an
00006 ** init() function in place of a constructor, and a destroy() function in
00007 ** place of a destructor.
00008 *****************************************************************************/
00009 
00010 
00011 void AppearanceSettings::slotTabPosition(int pos)
00012 {
00013 //    tabWidgetTest->setTabPosition(b?QTabWidget::Top : QTabWidget::Bottom);
00014     switch(pos) {
00015     case QButton::On :  
00016   tabWidgetTest->setTabPosition(QTabWidget::Top);
00017   break;
00018 default : tabWidgetTest->setTabPosition(QTabWidget::Bottom);
00019     }
00020 }

Generated on Sat May 10 15:09:26 2003 for qnet by doxygen1.3