Hauptseite | Klassenhierarchie | Alphabetische Liste | Übersicht | Auflistung der Dateien | Datenstruktur-Elemente | Datei-Elemente

SitzungsKonfigurationDialogBase Klassenreferenz

#include <sitzungskonfigurationdialogbase.h>

Klassendiagramm für SitzungsKonfigurationDialogBase:

Inheritance graph
[Legende]
Aufstellung aller Elemente

Öffentliche Methoden

 SitzungsKonfigurationDialogBase (QWidget *parent=0, const char *name=0, bool modal=FALSE, WFlags fl=0)
 ~SitzungsKonfigurationDialogBase ()

Öffentliche Attribute

QLabel * TextLabel1
QLineEdit * LineEditRater
QLabel * TextLabelRater
QLabel * TextLabelUhrzeit
QLineEdit * LineEditKlient
QLabel * TextLabelDatum
QPushButton * buttonOk
QPushButton * buttonCancel
QMultiLineEdit * MultiLineEdit1
QFrame * Frame3
QPushButton * PushButtonFertig
QLabel * TextLabelInfoDatei
QLabel * TextLabelExistiertSatz
QLineEdit * LineEditInfodatei
QLabel * TextLabelExistiert
QLabel * TextLabelWeiterfuehren
QButtonGroup * ButtonGroupWeiterfuehren
QRadioButton * nein
QRadioButton * ja
QLabel * TextLabelKlient
QLineEdit * LineEditUhrzeit
QLineEdit * LineEditDatum

Geschützte Methoden

bool event (QEvent *)

Geschützte Attribute

QHBoxLayout * Layout1

Beschreibung der Konstruktoren und Destruktoren

SitzungsKonfigurationDialogBase::SitzungsKonfigurationDialogBase QWidget *  parent = 0,
const char *  name = 0,
bool  modal = FALSE,
WFlags  fl = 0
 

Definiert in Zeile 30 der Datei sitzungskonfigurationdialogbase.cpp.

Benutzt buttonCancel, ButtonGroupWeiterfuehren, buttonOk, Frame3, ja, Layout1, LineEditDatum, LineEditInfodatei, LineEditKlient, LineEditRater, LineEditUhrzeit, MultiLineEdit1, nein, PushButtonFertig, TextLabel1, TextLabelDatum, TextLabelExistiert, TextLabelExistiertSatz, TextLabelInfoDatei, TextLabelKlient, TextLabelRater, TextLabelUhrzeit und TextLabelWeiterfuehren.

00031     : QDialog( parent, name, modal, fl )
00032 {
00033     if ( !name )
00034         setName( "SitzungsKonfigurationDialogBase" );
00035     resize( 392, 335 ); 
00036     setProperty( "caption", tr( "SitzungsKonfiguration" ) );
00037 
00038     TextLabel1 = new QLabel( this, "TextLabel1" );
00039     TextLabel1->setGeometry( QRect( 9, 3, 297, 43 ) ); 
00040     TextLabel1->setProperty( "text", tr( "Bitte gib VOR Beginn jeder neuen Sitzung folgende Daten ein.\nEs ist wichtig, dass Du das zu 100% richtig machst, \nbei Fragen: call 0160-957 368 06" ) );
00041 
00042     LineEditRater = new QLineEdit( this, "LineEditRater" );
00043     LineEditRater->setGeometry( QRect( 267, 45, 112, 23 ) ); 
00044     QToolTip::add(  LineEditRater, tr( "zB andreas" ) );
00045 
00046     TextLabelRater = new QLabel( this, "TextLabelRater" );
00047     TextLabelRater->setGeometry( QRect( 6, 46, 254, 22 ) ); 
00048     TextLabelRater->setProperty( "text", tr( "Dein Vorname (ein Wort, keine Umlaute!)" ) );
00049     TextLabelRater->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00050 
00051     TextLabelUhrzeit = new QLabel( this, "TextLabelUhrzeit" );
00052     TextLabelUhrzeit->setGeometry( QRect( 4, 124, 255, 22 ) ); 
00053     TextLabelUhrzeit->setProperty( "text", tr( "aktuelle Zeit" ) );
00054     TextLabelUhrzeit->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00055 
00056     LineEditKlient = new QLineEdit( this, "LineEditKlient" );
00057     LineEditKlient->setGeometry( QRect( 267, 72, 112, 23 ) ); 
00058     QToolTip::add(  LineEditKlient, tr( "zB a2501655" ) );
00059 
00060     TextLabelDatum = new QLabel( this, "TextLabelDatum" );
00061     TextLabelDatum->setGeometry( QRect( 3, 100, 255, 22 ) ); 
00062     TextLabelDatum->setProperty( "text", tr( "aktuelles Datum" ) );
00063     TextLabelDatum->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00064 
00065     QWidget* privateLayoutWidget = new QWidget( this, "Layout1" );
00066     privateLayoutWidget->setGeometry( QRect( 11, 247, 369, 42 ) ); 
00067     Layout1 = new QHBoxLayout( privateLayoutWidget ); 
00068     Layout1->setSpacing( 6 );
00069     Layout1->setMargin( 0 );
00070 
00071     buttonOk = new QPushButton( privateLayoutWidget, "buttonOk" );
00072     buttonOk->setProperty( "enabled", QVariant( FALSE, 0 ) );
00073     buttonOk->setProperty( "sizePolicy", QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, buttonOk->sizePolicy().hasHeightForWidth() ) );
00074     buttonOk->setProperty( "caption", tr( "" ) );
00075     buttonOk->setProperty( "text", tr( "&OK" ) );
00076     buttonOk->setProperty( "autoDefault", QVariant( TRUE, 0 ) );
00077     buttonOk->setProperty( "default", QVariant( TRUE, 0 ) );
00078     QToolTip::add(  buttonOk, tr( QString::fromUtf8( "geht erst, wenn alles korrekt ausgefüllt ist" ) ) );
00079     Layout1->addWidget( buttonOk );
00080 
00081     buttonCancel = new QPushButton( privateLayoutWidget, "buttonCancel" );
00082     buttonCancel->setProperty( "sizePolicy", QSizePolicy( (QSizePolicy::SizeType)1, (QSizePolicy::SizeType)1, buttonCancel->sizePolicy().hasHeightForWidth() ) );
00083     buttonCancel->setProperty( "text", tr( "&Cancel" ) );
00084     buttonCancel->setProperty( "autoDefault", QVariant( TRUE, 0 ) );
00085     Layout1->addWidget( buttonCancel );
00086 
00087     MultiLineEdit1 = new QMultiLineEdit( this, "MultiLineEdit1" );
00088     MultiLineEdit1->setGeometry( QRect( 10, 293, 371, 35 ) ); 
00089     QPalette pal;
00090     QColorGroup cg;
00091     cg.setColor( QColorGroup::Foreground, black );
00092     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00093     cg.setColor( QColorGroup::Light, white );
00094     cg.setColor( QColorGroup::Midlight, QColor( 233, 231, 227) );
00095     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00096     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00097     cg.setColor( QColorGroup::Text, QColor( 0, 0, 127) );
00098     cg.setColor( QColorGroup::BrightText, white );
00099     cg.setColor( QColorGroup::ButtonText, black );
00100     cg.setColor( QColorGroup::Base, QColor( 0, 255, 127) );
00101     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00102     cg.setColor( QColorGroup::Shadow, black );
00103     cg.setColor( QColorGroup::Highlight, QColor( 255, 0, 0) );
00104     cg.setColor( QColorGroup::HighlightedText, white );
00105     pal.setActive( cg );
00106     cg.setColor( QColorGroup::Foreground, black );
00107     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00108     cg.setColor( QColorGroup::Light, white );
00109     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00110     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00111     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00112     cg.setColor( QColorGroup::Text, QColor( 0, 0, 127) );
00113     cg.setColor( QColorGroup::BrightText, white );
00114     cg.setColor( QColorGroup::ButtonText, black );
00115     cg.setColor( QColorGroup::Base, QColor( 0, 255, 127) );
00116     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00117     cg.setColor( QColorGroup::Shadow, black );
00118     cg.setColor( QColorGroup::Highlight, QColor( 255, 0, 0) );
00119     cg.setColor( QColorGroup::HighlightedText, white );
00120     pal.setInactive( cg );
00121     cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
00122     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00123     cg.setColor( QColorGroup::Light, white );
00124     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00125     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00126     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00127     cg.setColor( QColorGroup::Text, QColor( 0, 0, 127) );
00128     cg.setColor( QColorGroup::BrightText, white );
00129     cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
00130     cg.setColor( QColorGroup::Base, QColor( 0, 255, 127) );
00131     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00132     cg.setColor( QColorGroup::Shadow, black );
00133     cg.setColor( QColorGroup::Highlight, QColor( 255, 0, 0) );
00134     cg.setColor( QColorGroup::HighlightedText, white );
00135     pal.setDisabled( cg );
00136     MultiLineEdit1->setProperty( "palette", pal );
00137     MultiLineEdit1->setProperty( "text", tr( QString::fromUtf8( "AndreasKrueger.de erstellte dieses Programm im April 2003 für die Diplomarbeit von Iris an der Heiden über videobasierte Therapieforschung zur Lösungsfokussierten Therapie in einem Zeitraum von ca. 35 Stunden (viel Üben und Probieren :-)   Sollten Sie ein Budget für programmiertechnische Auftragsarbeiten haben, wenden Sie sich ruhig an mich..... Falls Sie sich für eine wissenschaftliche Untersuchung der europäische Durchmischung der Euromünzen interessieren und dabei mitmachen wollen, schauen Sie bitte auf meinen Seiten vorbei: www.AndreasKrueger.de/euro    Einen schönen Tag wünsche ich Ihnen  :->  " ) ) );
00138 
00139     Frame3 = new QFrame( this, "Frame3" );
00140     Frame3->setGeometry( QRect( 10, 182, 377, 60 ) ); 
00141     Frame3->setProperty( "frameShape", (int)QFrame::StyledPanel );
00142     Frame3->setProperty( "frameShadow", (int)QFrame::Raised );
00143 
00144     PushButtonFertig = new QPushButton( Frame3, "PushButtonFertig" );
00145     PushButtonFertig->setGeometry( QRect( 5, 7, 59, 47 ) ); 
00146     cg.setColor( QColorGroup::Foreground, black );
00147     cg.setColor( QColorGroup::Button, white );
00148     cg.setColor( QColorGroup::Light, white );
00149     cg.setColor( QColorGroup::Midlight, white );
00150     cg.setColor( QColorGroup::Dark, QColor( 127, 127, 127) );
00151     cg.setColor( QColorGroup::Mid, QColor( 170, 170, 170) );
00152     cg.setColor( QColorGroup::Text, black );
00153     cg.setColor( QColorGroup::BrightText, white );
00154     cg.setColor( QColorGroup::ButtonText, black );
00155     cg.setColor( QColorGroup::Base, white );
00156     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00157     cg.setColor( QColorGroup::Shadow, black );
00158     cg.setColor( QColorGroup::Highlight, QColor( 0, 0, 128) );
00159     cg.setColor( QColorGroup::HighlightedText, white );
00160     pal.setActive( cg );
00161     cg.setColor( QColorGroup::Foreground, black );
00162     cg.setColor( QColorGroup::Button, white );
00163     cg.setColor( QColorGroup::Light, white );
00164     cg.setColor( QColorGroup::Midlight, white );
00165     cg.setColor( QColorGroup::Dark, QColor( 127, 127, 127) );
00166     cg.setColor( QColorGroup::Mid, QColor( 170, 170, 170) );
00167     cg.setColor( QColorGroup::Text, black );
00168     cg.setColor( QColorGroup::BrightText, white );
00169     cg.setColor( QColorGroup::ButtonText, black );
00170     cg.setColor( QColorGroup::Base, white );
00171     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00172     cg.setColor( QColorGroup::Shadow, black );
00173     cg.setColor( QColorGroup::Highlight, QColor( 0, 0, 128) );
00174     cg.setColor( QColorGroup::HighlightedText, white );
00175     pal.setInactive( cg );
00176     cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
00177     cg.setColor( QColorGroup::Button, white );
00178     cg.setColor( QColorGroup::Light, white );
00179     cg.setColor( QColorGroup::Midlight, white );
00180     cg.setColor( QColorGroup::Dark, QColor( 127, 127, 127) );
00181     cg.setColor( QColorGroup::Mid, QColor( 170, 170, 170) );
00182     cg.setColor( QColorGroup::Text, black );
00183     cg.setColor( QColorGroup::BrightText, white );
00184     cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
00185     cg.setColor( QColorGroup::Base, white );
00186     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00187     cg.setColor( QColorGroup::Shadow, black );
00188     cg.setColor( QColorGroup::Highlight, QColor( 0, 0, 128) );
00189     cg.setColor( QColorGroup::HighlightedText, white );
00190     pal.setDisabled( cg );
00191     PushButtonFertig->setProperty( "palette", pal );
00192     PushButtonFertig->setProperty( "text", tr( "fertig" ) );
00193     QToolTip::add(  PushButtonFertig, tr( QString::fromUtf8( "wenn Name und Klientennummer eingegeben oder geändert" ) ) );
00194 
00195     TextLabelInfoDatei = new QLabel( Frame3, "TextLabelInfoDatei" );
00196     TextLabelInfoDatei->setGeometry( QRect( 68, 4, 129, 22 ) ); 
00197     TextLabelInfoDatei->setProperty( "text", tr( "Die Info-Datei heisst:" ) );
00198 
00199     TextLabelExistiertSatz = new QLabel( Frame3, "TextLabelExistiertSatz" );
00200     TextLabelExistiertSatz->setGeometry( QRect( 68, 32, 71, 22 ) ); 
00201     TextLabelExistiertSatz->setProperty( "text", tr( "Sie existiert" ) );
00202 
00203     LineEditInfodatei = new QLineEdit( Frame3, "LineEditInfodatei" );
00204     LineEditInfodatei->setProperty( "enabled", QVariant( FALSE, 0 ) );
00205     LineEditInfodatei->setGeometry( QRect( 200, 5, 172, 23 ) ); 
00206     cg.setColor( QColorGroup::Foreground, black );
00207     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00208     cg.setColor( QColorGroup::Light, white );
00209     cg.setColor( QColorGroup::Midlight, QColor( 233, 231, 227) );
00210     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00211     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00212     cg.setColor( QColorGroup::Text, black );
00213     cg.setColor( QColorGroup::BrightText, white );
00214     cg.setColor( QColorGroup::ButtonText, black );
00215     cg.setColor( QColorGroup::Base, QColor( 212, 208, 200) );
00216     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00217     cg.setColor( QColorGroup::Shadow, black );
00218     cg.setColor( QColorGroup::Highlight, QColor( 0, 0, 128) );
00219     cg.setColor( QColorGroup::HighlightedText, white );
00220     pal.setActive( cg );
00221     cg.setColor( QColorGroup::Foreground, black );
00222     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00223     cg.setColor( QColorGroup::Light, white );
00224     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00225     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00226     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00227     cg.setColor( QColorGroup::Text, black );
00228     cg.setColor( QColorGroup::BrightText, white );
00229     cg.setColor( QColorGroup::ButtonText, black );
00230     cg.setColor( QColorGroup::Base, QColor( 212, 208, 200) );
00231     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00232     cg.setColor( QColorGroup::Shadow, black );
00233     cg.setColor( QColorGroup::Highlight, QColor( 0, 0, 128) );
00234     cg.setColor( QColorGroup::HighlightedText, white );
00235     pal.setInactive( cg );
00236     cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
00237     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00238     cg.setColor( QColorGroup::Light, white );
00239     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00240     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00241     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00242     cg.setColor( QColorGroup::Text, black );
00243     cg.setColor( QColorGroup::BrightText, white );
00244     cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
00245     cg.setColor( QColorGroup::Base, QColor( 212, 208, 200) );
00246     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00247     cg.setColor( QColorGroup::Shadow, black );
00248     cg.setColor( QColorGroup::Highlight, QColor( 0, 0, 128) );
00249     cg.setColor( QColorGroup::HighlightedText, white );
00250     pal.setDisabled( cg );
00251     LineEditInfodatei->setProperty( "palette", pal );
00252     QToolTip::add(  LineEditInfodatei, tr( "unter diesem Namen werden die Ergebnisse auf der Festplatte abgelegt" ) );
00253 
00254     TextLabelExistiert = new QLabel( Frame3, "TextLabelExistiert" );
00255     TextLabelExistiert->setGeometry( QRect( 143, 33, 73, 20 ) ); 
00256     QFont TextLabelExistiert_font(  TextLabelExistiert->font() );
00257     TextLabelExistiert_font.setFamily( "@Batang" );
00258     TextLabelExistiert_font.setBold( TRUE );
00259     TextLabelExistiert->setFont( TextLabelExistiert_font ); 
00260     TextLabelExistiert->setProperty( "text", tr( "noch nicht" ) );
00261     QToolTip::add(  TextLabelExistiert, tr( QString::fromUtf8( "wenn SCHON eine Datei existiert, wird sie überschrieben (!!!) oder verlängert (wenn eine angefangene Sitzung weitergeführt wird)" ) ) );
00262 
00263     TextLabelWeiterfuehren = new QLabel( this, "TextLabelWeiterfuehren" );
00264     TextLabelWeiterfuehren->setGeometry( QRect( 9, 156, 266, 22 ) ); 
00265     TextLabelWeiterfuehren->setProperty( "text", tr( QString::fromUtf8( "Willst Du eine angefangene Sitzung weiterführen?" ) ) );
00266     TextLabelWeiterfuehren->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00267 
00268     ButtonGroupWeiterfuehren = new QButtonGroup( this, "ButtonGroupWeiterfuehren" );
00269     ButtonGroupWeiterfuehren->setGeometry( QRect( 282, 153, 98, 26 ) ); 
00270     ButtonGroupWeiterfuehren->setProperty( "title", tr( "" ) );
00271     QToolTip::add(  ButtonGroupWeiterfuehren, tr( "" ) );
00272 
00273     nein = new QRadioButton( ButtonGroupWeiterfuehren, "nein" );
00274     nein->setGeometry( QRect( 45, 3, 45, 21 ) ); 
00275     nein->setProperty( "text", tr( "nein" ) );
00276     nein->setProperty( "checked", QVariant( TRUE, 0 ) );
00277 
00278     ja = new QRadioButton( ButtonGroupWeiterfuehren, "ja" );
00279     ja->setGeometry( QRect( 5, 3, 40, 21 ) ); 
00280     ja->setProperty( "text", tr( "ja" ) );
00281 
00282     TextLabelKlient = new QLabel( this, "TextLabelKlient" );
00283     TextLabelKlient->setGeometry( QRect( 6, 73, 255, 22 ) ); 
00284     TextLabelKlient->setProperty( "text", tr( "Klientennummer" ) );
00285     TextLabelKlient->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00286 
00287     LineEditUhrzeit = new QLineEdit( this, "LineEditUhrzeit" );
00288     LineEditUhrzeit->setProperty( "enabled", QVariant( FALSE, 0 ) );
00289     LineEditUhrzeit->setGeometry( QRect( 267, 125, 112, 22 ) ); 
00290     cg.setColor( QColorGroup::Foreground, black );
00291     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00292     cg.setColor( QColorGroup::Light, white );
00293     cg.setColor( QColorGroup::Midlight, QColor( 233, 231, 227) );
00294     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00295     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00296     cg.setColor( QColorGroup::Text, black );
00297     cg.setColor( QColorGroup::BrightText, white );
00298     cg.setColor( QColorGroup::ButtonText, black );
00299     cg.setColor( QColorGroup::Base, white );
00300     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00301     cg.setColor( QColorGroup::Shadow, black );
00302     cg.setColor( QColorGroup::Highlight, QColor( 0, 0, 128) );
00303     cg.setColor( QColorGroup::HighlightedText, white );
00304     pal.setActive( cg );
00305     cg.setColor( QColorGroup::Foreground, black );
00306     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00307     cg.setColor( QColorGroup::Light, white );
00308     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00309     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00310     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00311     cg.setColor( QColorGroup::Text, black );
00312     cg.setColor( QColorGroup::BrightText, white );
00313     cg.setColor( QColorGroup::ButtonText, black );
00314     cg.setColor( QColorGroup::Base, white );
00315     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00316     cg.setColor( QColorGroup::Shadow, black );
00317     cg.setColor( QColorGroup::Highlight, QColor( 0, 0, 128) );
00318     cg.setColor( QColorGroup::HighlightedText, white );
00319     pal.setInactive( cg );
00320     cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
00321     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00322     cg.setColor( QColorGroup::Light, white );
00323     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00324     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00325     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00326     cg.setColor( QColorGroup::Text, black );
00327     cg.setColor( QColorGroup::BrightText, white );
00328     cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
00329     cg.setColor( QColorGroup::Base, white );
00330     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00331     cg.setColor( QColorGroup::Shadow, black );
00332     cg.setColor( QColorGroup::Highlight, QColor( 0, 0, 128) );
00333     cg.setColor( QColorGroup::HighlightedText, white );
00334     pal.setDisabled( cg );
00335     LineEditUhrzeit->setProperty( "palette", pal );
00336     LineEditUhrzeit->setProperty( "alignment", int( QLineEdit::AlignLeft ) );
00337     QToolTip::add(  LineEditUhrzeit, tr( "Stimmt das? Sonst stelle die Systemzeit richtig (Doppelklick auf die Systemuhr unten rechts)" ) );
00338 
00339     LineEditDatum = new QLineEdit( this, "LineEditDatum" );
00340     LineEditDatum->setProperty( "enabled", QVariant( FALSE, 0 ) );
00341     LineEditDatum->setGeometry( QRect( 267, 102, 112, 22 ) ); 
00342     cg.setColor( QColorGroup::Foreground, black );
00343     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00344     cg.setColor( QColorGroup::Light, white );
00345     cg.setColor( QColorGroup::Midlight, QColor( 233, 231, 227) );
00346     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00347     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00348     cg.setColor( QColorGroup::Text, black );
00349     cg.setColor( QColorGroup::BrightText, white );
00350     cg.setColor( QColorGroup::ButtonText, black );
00351     cg.setColor( QColorGroup::Base, white );
00352     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00353     cg.setColor( QColorGroup::Shadow, black );
00354     cg.setColor( QColorGroup::Highlight, QColor( 0, 0, 128) );
00355     cg.setColor( QColorGroup::HighlightedText, white );
00356     pal.setActive( cg );
00357     cg.setColor( QColorGroup::Foreground, black );
00358     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00359     cg.setColor( QColorGroup::Light, white );
00360     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00361     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00362     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00363     cg.setColor( QColorGroup::Text, black );
00364     cg.setColor( QColorGroup::BrightText, white );
00365     cg.setColor( QColorGroup::ButtonText, black );
00366     cg.setColor( QColorGroup::Base, white );
00367     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00368     cg.setColor( QColorGroup::Shadow, black );
00369     cg.setColor( QColorGroup::Highlight, QColor( 0, 0, 128) );
00370     cg.setColor( QColorGroup::HighlightedText, white );
00371     pal.setInactive( cg );
00372     cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
00373     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00374     cg.setColor( QColorGroup::Light, white );
00375     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00376     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00377     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00378     cg.setColor( QColorGroup::Text, black );
00379     cg.setColor( QColorGroup::BrightText, white );
00380     cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
00381     cg.setColor( QColorGroup::Base, white );
00382     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00383     cg.setColor( QColorGroup::Shadow, black );
00384     cg.setColor( QColorGroup::Highlight, QColor( 0, 0, 128) );
00385     cg.setColor( QColorGroup::HighlightedText, white );
00386     pal.setDisabled( cg );
00387     LineEditDatum->setProperty( "palette", pal );
00388     LineEditDatum->setProperty( "alignment", int( QLineEdit::AlignLeft ) );
00389     QToolTip::add(  LineEditDatum, tr( "Stimmt das? Sonst stelle das Systemdatum richtig (Doppelklick auf die Systemuhr unten rechts)" ) );
00390 
00391     // signals and slots connections
00392     connect( buttonOk, SIGNAL( clicked() ), this, SLOT( accept() ) );
00393     connect( buttonCancel, SIGNAL( clicked() ), this, SLOT( reject() ) );
00394 
00395     // tab order
00396     setTabOrder( LineEditRater, LineEditKlient );
00397     setTabOrder( LineEditKlient, PushButtonFertig );
00398     setTabOrder( PushButtonFertig, buttonOk );
00399     setTabOrder( buttonOk, buttonCancel );
00400     setTabOrder( buttonCancel, LineEditInfodatei );
00401     setTabOrder( LineEditInfodatei, nein );
00402     setTabOrder( nein, LineEditDatum );
00403 }

SitzungsKonfigurationDialogBase::~SitzungsKonfigurationDialogBase  ) 
 

Definiert in Zeile 408 der Datei sitzungskonfigurationdialogbase.cpp.

00409 {
00410     // no need to delete child widgets, Qt does it all for us
00411 }


Dokumentation der Elementfunktionen

bool SitzungsKonfigurationDialogBase::event QEvent *   )  [protected]
 

Definiert in Zeile 417 der Datei sitzungskonfigurationdialogbase.cpp.

Benutzt TextLabelExistiert.

00418 {
00419     bool ret = QDialog::event( ev ); 
00420     if ( ev->type() == QEvent::ApplicationFontChange ) {
00421         QFont TextLabelExistiert_font(  TextLabelExistiert->font() );
00422         TextLabelExistiert_font.setFamily( "@Batang" );
00423         TextLabelExistiert_font.setBold( TRUE );
00424         TextLabelExistiert->setFont( TextLabelExistiert_font ); 
00425     }
00426     return ret;
00427 }


Dokumentation der Datenelemente

QPushButton* SitzungsKonfigurationDialogBase::buttonCancel
 

Definiert in Zeile 40 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().

QButtonGroup* SitzungsKonfigurationDialogBase::ButtonGroupWeiterfuehren
 

Definiert in Zeile 49 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialog::SitzungsKonfigurationDialog() und SitzungsKonfigurationDialogBase().

QPushButton* SitzungsKonfigurationDialogBase::buttonOk
 

Definiert in Zeile 39 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von LFTVideoDialog::initNullSetzungen(), LFTVideoDialog::openKonfigDialog(), SitzungsKonfigurationDialog::SitzungsKonfigurationDialog() und SitzungsKonfigurationDialogBase().

QFrame* SitzungsKonfigurationDialogBase::Frame3
 

Definiert in Zeile 42 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().

QRadioButton* SitzungsKonfigurationDialogBase::ja
 

Definiert in Zeile 51 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von LFTVideoDialog::openKonfigDialog() und SitzungsKonfigurationDialogBase().

QHBoxLayout* SitzungsKonfigurationDialogBase::Layout1 [protected]
 

Definiert in Zeile 57 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().

QLineEdit* SitzungsKonfigurationDialogBase::LineEditDatum
 

Definiert in Zeile 54 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von LFTVideoDialog::openKonfigDialog(), SitzungsKonfigurationDialog::SitzungsKonfigurationDialog() und SitzungsKonfigurationDialogBase().

QLineEdit* SitzungsKonfigurationDialogBase::LineEditInfodatei
 

Definiert in Zeile 46 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialog::SitzungsKonfigurationDialog() und SitzungsKonfigurationDialogBase().

QLineEdit* SitzungsKonfigurationDialogBase::LineEditKlient
 

Definiert in Zeile 37 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialog::filename(), LFTVideoDialog::initNullSetzungen(), LFTVideoDialog::openKonfigDialog(), SitzungsKonfigurationDialog::SitzungsKonfigurationDialog() und SitzungsKonfigurationDialogBase().

QLineEdit* SitzungsKonfigurationDialogBase::LineEditRater
 

Definiert in Zeile 34 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialog::filename(), LFTVideoDialog::openKonfigDialog(), SitzungsKonfigurationDialog::SitzungsKonfigurationDialog() und SitzungsKonfigurationDialogBase().

QLineEdit* SitzungsKonfigurationDialogBase::LineEditUhrzeit
 

Definiert in Zeile 53 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von LFTVideoDialog::openKonfigDialog(), SitzungsKonfigurationDialog::SitzungsKonfigurationDialog() und SitzungsKonfigurationDialogBase().

QMultiLineEdit* SitzungsKonfigurationDialogBase::MultiLineEdit1
 

Definiert in Zeile 41 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().

QRadioButton* SitzungsKonfigurationDialogBase::nein
 

Definiert in Zeile 50 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().

QPushButton* SitzungsKonfigurationDialogBase::PushButtonFertig
 

Definiert in Zeile 43 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialog::SitzungsKonfigurationDialog() und SitzungsKonfigurationDialogBase().

QLabel* SitzungsKonfigurationDialogBase::TextLabel1
 

Definiert in Zeile 33 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().

QLabel* SitzungsKonfigurationDialogBase::TextLabelDatum
 

Definiert in Zeile 38 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().

QLabel* SitzungsKonfigurationDialogBase::TextLabelExistiert
 

Definiert in Zeile 47 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von event(), LFTVideoDialog::openKonfigDialog() und SitzungsKonfigurationDialogBase().

QLabel* SitzungsKonfigurationDialogBase::TextLabelExistiertSatz
 

Definiert in Zeile 45 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().

QLabel* SitzungsKonfigurationDialogBase::TextLabelInfoDatei
 

Definiert in Zeile 44 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().

QLabel* SitzungsKonfigurationDialogBase::TextLabelKlient
 

Definiert in Zeile 52 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().

QLabel* SitzungsKonfigurationDialogBase::TextLabelRater
 

Definiert in Zeile 35 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().

QLabel* SitzungsKonfigurationDialogBase::TextLabelUhrzeit
 

Definiert in Zeile 36 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().

QLabel* SitzungsKonfigurationDialogBase::TextLabelWeiterfuehren
 

Definiert in Zeile 48 der Datei sitzungskonfigurationdialogbase.h.

Wird benutzt von SitzungsKonfigurationDialogBase().


Die Dokumentation für diese Klasse wurde erzeugt aufgrund der Dateien:
Erzeugt am Mon Jun 16 18:08:42 2003 für LFTVideo von doxygen 1.3.2