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

lftvideoanalysedialogbase.cpp

gehe zur Dokumentation dieser Datei
00001 /****************************************************************************
00002 ** Form implementation generated from reading ui file '.\lftvideoanalysedialogbase.ui'
00003 **
00004 ** Created: Mon Jun 16 15:53:16 2003
00005 **      by:  The User Interface Compiler (uic)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 #include "lftvideoanalysedialogbase.h"
00010 
00011 #include <qframe.h>
00012 #include <qgroupbox.h>
00013 #include <qlabel.h>
00014 #include <qlineedit.h>
00015 #include <qmultilineedit.h>
00016 #include <qpushbutton.h>
00017 #include <qtable.h>
00018 #include <qtabwidget.h>
00019 #include <qwidget.h>
00020 #include <qlayout.h>
00021 #include <qvariant.h>
00022 #include <qtooltip.h>
00023 #include <qwhatsthis.h>
00024 
00025 /* 
00026  *  Constructs a LFTVideoAnalyseDialogBase which is a child of 'parent', with the 
00027  *  name 'name' and widget flags set to 'f' 
00028  *
00029  *  The dialog will by default be modeless, unless you set 'modal' to
00030  *  TRUE to construct a modal dialog.
00031  */
00032 LFTVideoAnalyseDialogBase::LFTVideoAnalyseDialogBase( QWidget* parent,  const char* name, bool modal, WFlags fl )
00033     : QDialog( parent, name, modal, fl )
00034 {
00035     if ( !name )
00036         setName( "LFTVideoAnalyseDialogBase" );
00037     resize( 621, 613 ); 
00038     setProperty( "caption", tr( "LFTVideoAnalyse" ) );
00039     setProperty( "sizeGripEnabled", QVariant( TRUE, 0 ) );
00040 
00041     Frame3 = new QFrame( this, "Frame3" );
00042     Frame3->setGeometry( QRect( 15, 35, 600, 75 ) ); 
00043     Frame3->setProperty( "frameShape", (int)QFrame::StyledPanel );
00044     Frame3->setProperty( "frameShadow", (int)QFrame::Raised );
00045 
00046     TextLabel1_3 = new QLabel( Frame3, "TextLabel1_3" );
00047     TextLabel1_3->setGeometry( QRect( 17, 42, 89, 23 ) ); 
00048     TextLabel1_3->setProperty( "text", tr( "Ratername" ) );
00049 
00050     TextLabel1 = new QLabel( Frame3, "TextLabel1" );
00051     TextLabel1->setGeometry( QRect( 17, 12, 89, 23 ) ); 
00052     TextLabel1->setProperty( "text", tr( "Klientencode" ) );
00053 
00054     Rater = new QLineEdit( Frame3, "Rater" );
00055     Rater->setGeometry( QRect( 110, 40, 128, 22 ) ); 
00056     Rater->setProperty( "text", tr( "" ) );
00057 
00058     Klient = new QLineEdit( Frame3, "Klient" );
00059     Klient->setGeometry( QRect( 110, 13, 128, 22 ) ); 
00060     Klient->setProperty( "text", tr( "" ) );
00061 
00062     ButtonDatenEinlesen = new QPushButton( Frame3, "ButtonDatenEinlesen" );
00063     ButtonDatenEinlesen->setGeometry( QRect( 245, 10, 125, 50 ) ); 
00064     ButtonDatenEinlesen->setProperty( "text", tr( "Daten einlesen" ) );
00065     ButtonDatenEinlesen->setProperty( "default", QVariant( TRUE, 0 ) );
00066 
00067     EinlesenInfoLabel = new QLabel( Frame3, "EinlesenInfoLabel" );
00068     EinlesenInfoLabel->setGeometry( QRect( 390, 10, 191, 51 ) ); 
00069     EinlesenInfoLabel->setProperty( "text", tr( "" ) );
00070     EinlesenInfoLabel->setProperty( "alignment", int( QLabel::WordBreak | QLabel::AlignVCenter | QLabel::AlignLeft ) );
00071 
00072     ButtonVerkuerze = new QPushButton( this, "ButtonVerkuerze" );
00073     ButtonVerkuerze->setGeometry( QRect( 20, 110, 585, 40 ) ); 
00074     ButtonVerkuerze->setProperty( "text", tr( QString::fromUtf8( "verkürze den gesamten Datensatz um die Sinneinheiten, die direkt aufeinanderfolgend dieselbe Einschätzung tragen" ) ) );
00075 
00076     QWidget* privateLayoutWidget = new QWidget( this, "Layout1" );
00077     privateLayoutWidget->setGeometry( QRect( 280, 570, 330, 33 ) ); 
00078     Layout1 = new QHBoxLayout( privateLayoutWidget ); 
00079     Layout1->setSpacing( 6 );
00080     Layout1->setMargin( 0 );
00081 
00082     buttonHelp = new QPushButton( privateLayoutWidget, "buttonHelp" );
00083     buttonHelp->setProperty( "text", tr( "&Help" ) );
00084     Layout1->addWidget( buttonHelp );
00085     QSpacerItem* spacer = new QSpacerItem( 20, 20, QSizePolicy::Expanding, QSizePolicy::Minimum );
00086     Layout1->addItem( spacer );
00087 
00088     buttonOk = new QPushButton( privateLayoutWidget, "buttonOk" );
00089     buttonOk->setProperty( "caption", tr( "" ) );
00090     buttonOk->setProperty( "text", tr( "&OK" ) );
00091     Layout1->addWidget( buttonOk );
00092 
00093     buttonCancel = new QPushButton( privateLayoutWidget, "buttonCancel" );
00094     buttonCancel->setProperty( "text", tr( "&Cancel" ) );
00095     Layout1->addWidget( buttonCancel );
00096 
00097     VerkuerzenInfoLabel = new QLabel( this, "VerkuerzenInfoLabel" );
00098     VerkuerzenInfoLabel->setGeometry( QRect( 21, 155, 580, 21 ) ); 
00099     QPalette pal;
00100     QColorGroup cg;
00101     cg.setColor( QColorGroup::Foreground, QColor( 255, 0, 0) );
00102     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00103     cg.setColor( QColorGroup::Light, white );
00104     cg.setColor( QColorGroup::Midlight, QColor( 233, 231, 227) );
00105     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00106     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00107     cg.setColor( QColorGroup::Text, QColor( 255, 0, 0) );
00108     cg.setColor( QColorGroup::BrightText, white );
00109     cg.setColor( QColorGroup::ButtonText, black );
00110     cg.setColor( QColorGroup::Base, white );
00111     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00112     cg.setColor( QColorGroup::Shadow, black );
00113     cg.setColor( QColorGroup::Highlight, QColor( 10, 36, 106) );
00114     cg.setColor( QColorGroup::HighlightedText, white );
00115     pal.setActive( cg );
00116     cg.setColor( QColorGroup::Foreground, QColor( 255, 0, 0) );
00117     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00118     cg.setColor( QColorGroup::Light, white );
00119     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00120     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00121     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00122     cg.setColor( QColorGroup::Text, QColor( 255, 0, 0) );
00123     cg.setColor( QColorGroup::BrightText, white );
00124     cg.setColor( QColorGroup::ButtonText, black );
00125     cg.setColor( QColorGroup::Base, white );
00126     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00127     cg.setColor( QColorGroup::Shadow, black );
00128     cg.setColor( QColorGroup::Highlight, QColor( 10, 36, 106) );
00129     cg.setColor( QColorGroup::HighlightedText, white );
00130     pal.setInactive( cg );
00131     cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
00132     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00133     cg.setColor( QColorGroup::Light, white );
00134     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00135     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00136     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00137     cg.setColor( QColorGroup::Text, QColor( 255, 0, 0) );
00138     cg.setColor( QColorGroup::BrightText, white );
00139     cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
00140     cg.setColor( QColorGroup::Base, white );
00141     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00142     cg.setColor( QColorGroup::Shadow, black );
00143     cg.setColor( QColorGroup::Highlight, QColor( 10, 36, 106) );
00144     cg.setColor( QColorGroup::HighlightedText, white );
00145     pal.setDisabled( cg );
00146     VerkuerzenInfoLabel->setProperty( "palette", pal );
00147     VerkuerzenInfoLabel->setProperty( "text", tr( "" ) );
00148     VerkuerzenInfoLabel->setProperty( "alignment", int( QLabel::AlignCenter ) );
00149 
00150     TabWidget3 = new QTabWidget( this, "TabWidget3" );
00151     TabWidget3->setGeometry( QRect( 10, 180, 616, 390 ) ); 
00152 
00153     tab = new QWidget( TabWidget3, "tab" );
00154 
00155     GroupBox1 = new QGroupBox( tab, "GroupBox1" );
00156     GroupBox1->setGeometry( QRect( 3, 7, 595, 115 ) ); 
00157     GroupBox1->setProperty( "title", tr( QString::fromUtf8( "Kenngrössen" ) ) );
00158 
00159     TextLabelDauer = new QLabel( GroupBox1, "TextLabelDauer" );
00160     TextLabelDauer->setGeometry( QRect( 10, 20, 80, 20 ) ); 
00161     TextLabelDauer->setProperty( "text", tr( "Gesamtdauer" ) );
00162 
00163     TextLabelDauer_3 = new QLabel( GroupBox1, "TextLabelDauer_3" );
00164     TextLabelDauer_3->setGeometry( QRect( 410, 20, 80, 20 ) ); 
00165     TextLabelDauer_3->setProperty( "text", tr( "Dauer Klient" ) );
00166 
00167     TextLabelDauer_2_2 = new QLabel( GroupBox1, "TextLabelDauer_2_2" );
00168     TextLabelDauer_2_2->setGeometry( QRect( 200, 49, 100, 20 ) ); 
00169     TextLabelDauer_2_2->setProperty( "text", tr( "AnzahlTherapeut" ) );
00170 
00171     TextLabelDauer_3_2 = new QLabel( GroupBox1, "TextLabelDauer_3_2" );
00172     TextLabelDauer_3_2->setGeometry( QRect( 410, 49, 80, 20 ) ); 
00173     TextLabelDauer_3_2->setProperty( "text", tr( "Anzahl Klient" ) );
00174 
00175     TextLabelMittlereDauer = new QLabel( GroupBox1, "TextLabelMittlereDauer" );
00176     TextLabelMittlereDauer->setGeometry( QRect( 10, 75, 100, 35 ) ); 
00177     TextLabelMittlereDauer->setProperty( "text", tr( "Mittlere Dauer/Sinneinheit" ) );
00178     TextLabelMittlereDauer->setProperty( "alignment", int( QLabel::WordBreak | QLabel::AlignVCenter | QLabel::AlignLeft ) );
00179 
00180     TextLabelMittlereDauer_2_2 = new QLabel( GroupBox1, "TextLabelMittlereDauer_2_2" );
00181     TextLabelMittlereDauer_2_2->setGeometry( QRect( 410, 72, 90, 35 ) ); 
00182     TextLabelMittlereDauer_2_2->setProperty( "text", tr( "Mittlere Dauer Klient" ) );
00183     TextLabelMittlereDauer_2_2->setProperty( "alignment", int( QLabel::WordBreak | QLabel::AlignVCenter | QLabel::AlignLeft ) );
00184 
00185     DauerGesamt = new QLineEdit( GroupBox1, "DauerGesamt" );
00186     DauerGesamt->setGeometry( QRect( 100, 20, 71, 22 ) ); 
00187     DauerGesamt->setProperty( "text", tr( "" ) );
00188 
00189     mittlereDauerGesamt = new QLineEdit( GroupBox1, "mittlereDauerGesamt" );
00190     mittlereDauerGesamt->setGeometry( QRect( 110, 80, 60, 22 ) ); 
00191     mittlereDauerGesamt->setProperty( "text", tr( "" ) );
00192 
00193     DauerTherapeut = new QLineEdit( GroupBox1, "DauerTherapeut" );
00194     DauerTherapeut->setGeometry( QRect( 310, 20, 71, 22 ) ); 
00195     DauerTherapeut->setProperty( "text", tr( "" ) );
00196 
00197     AnzahlTherapeut = new QLineEdit( GroupBox1, "AnzahlTherapeut" );
00198     AnzahlTherapeut->setGeometry( QRect( 310, 49, 71, 22 ) ); 
00199     AnzahlTherapeut->setProperty( "text", tr( "" ) );
00200 
00201     mittlereDauerTherapeut = new QLineEdit( GroupBox1, "mittlereDauerTherapeut" );
00202     mittlereDauerTherapeut->setGeometry( QRect( 310, 80, 70, 22 ) ); 
00203     mittlereDauerTherapeut->setProperty( "text", tr( "" ) );
00204 
00205     DauerKlient = new QLineEdit( GroupBox1, "DauerKlient" );
00206     DauerKlient->setGeometry( QRect( 500, 20, 71, 22 ) ); 
00207     DauerKlient->setProperty( "text", tr( "" ) );
00208 
00209     AnzahlKlient = new QLineEdit( GroupBox1, "AnzahlKlient" );
00210     AnzahlKlient->setGeometry( QRect( 500, 49, 71, 22 ) ); 
00211     AnzahlKlient->setProperty( "text", tr( "" ) );
00212 
00213     mittlereDauerKlient = new QLineEdit( GroupBox1, "mittlereDauerKlient" );
00214     mittlereDauerKlient->setGeometry( QRect( 500, 80, 70, 22 ) ); 
00215     mittlereDauerKlient->setProperty( "text", tr( "" ) );
00216 
00217     TextLabelMittlereDauer_2 = new QLabel( GroupBox1, "TextLabelMittlereDauer_2" );
00218     TextLabelMittlereDauer_2->setGeometry( QRect( 200, 71, 100, 35 ) ); 
00219     TextLabelMittlereDauer_2->setProperty( "text", tr( "Mittlere Dauer Therapeut" ) );
00220     TextLabelMittlereDauer_2->setProperty( "alignment", int( QLabel::WordBreak | QLabel::AlignVCenter | QLabel::AlignLeft ) );
00221 
00222     TextLabelDauer_2 = new QLabel( GroupBox1, "TextLabelDauer_2" );
00223     TextLabelDauer_2->setGeometry( QRect( 200, 20, 100, 20 ) ); 
00224     TextLabelDauer_2->setProperty( "text", tr( "Dauer Therapeut" ) );
00225 
00226     AnzahlGesamt = new QLineEdit( GroupBox1, "AnzahlGesamt" );
00227     AnzahlGesamt->setGeometry( QRect( 100, 49, 71, 22 ) ); 
00228     AnzahlGesamt->setProperty( "text", tr( "" ) );
00229 
00230     TextLabelSinneinheiten = new QLabel( GroupBox1, "TextLabelSinneinheiten" );
00231     TextLabelSinneinheiten->setGeometry( QRect( 10, 50, 90, 21 ) ); 
00232     TextLabelSinneinheiten->setProperty( "text", tr( "#Sinneinheiten" ) );
00233 
00234     GroupBox2 = new QGroupBox( tab, "GroupBox2" );
00235     GroupBox2->setGeometry( QRect( 3, 132, 596, 230 ) ); 
00236     GroupBox2->setProperty( "title", tr( "Sinneinheiten-Summen, -Untersummen und -Anteile:" ) );
00237 
00238     TabSum = new QTable( GroupBox2, "TabSum" );
00239     TabSum->setGeometry( QRect( 10, 15, 580, 180 ) ); 
00240     TabSum->setProperty( "numRows", 7 );
00241     TabSum->setProperty( "numCols", 8 );
00242 
00243     TextLabel1_6 = new QLabel( GroupBox2, "TextLabel1_6" );
00244     TextLabel1_6->setGeometry( QRect( 5, 200, 205, 26 ) ); 
00245     TextLabel1_6->setProperty( "text", tr( "KlientUnteranzahl / TherapeutUnteranzahl" ) );
00246 
00247     TextLabel1_6_2 = new QLabel( GroupBox2, "TextLabel1_6_2" );
00248     TextLabel1_6_2->setGeometry( QRect( 305, 200, 200, 26 ) ); 
00249     TextLabel1_6_2->setProperty( "text", tr( "KlientUnterdauer / TherapeutUnterdauer" ) );
00250     TextLabel1_6_2->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00251 
00252     UnterdauernQuotient = new QLineEdit( GroupBox2, "UnterdauernQuotient" );
00253     UnterdauernQuotient->setGeometry( QRect( 515, 200, 70, 22 ) ); 
00254     cg.setColor( QColorGroup::Foreground, black );
00255     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00256     cg.setColor( QColorGroup::Light, white );
00257     cg.setColor( QColorGroup::Midlight, QColor( 233, 231, 227) );
00258     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00259     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00260     cg.setColor( QColorGroup::Text, QColor( 255, 0, 0) );
00261     cg.setColor( QColorGroup::BrightText, white );
00262     cg.setColor( QColorGroup::ButtonText, black );
00263     cg.setColor( QColorGroup::Base, white );
00264     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00265     cg.setColor( QColorGroup::Shadow, black );
00266     cg.setColor( QColorGroup::Highlight, QColor( 10, 36, 106) );
00267     cg.setColor( QColorGroup::HighlightedText, white );
00268     pal.setActive( cg );
00269     cg.setColor( QColorGroup::Foreground, black );
00270     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00271     cg.setColor( QColorGroup::Light, white );
00272     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00273     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00274     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00275     cg.setColor( QColorGroup::Text, QColor( 255, 0, 0) );
00276     cg.setColor( QColorGroup::BrightText, white );
00277     cg.setColor( QColorGroup::ButtonText, black );
00278     cg.setColor( QColorGroup::Base, white );
00279     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00280     cg.setColor( QColorGroup::Shadow, black );
00281     cg.setColor( QColorGroup::Highlight, QColor( 10, 36, 106) );
00282     cg.setColor( QColorGroup::HighlightedText, white );
00283     pal.setInactive( cg );
00284     cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
00285     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00286     cg.setColor( QColorGroup::Light, white );
00287     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00288     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00289     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00290     cg.setColor( QColorGroup::Text, QColor( 255, 0, 0) );
00291     cg.setColor( QColorGroup::BrightText, white );
00292     cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
00293     cg.setColor( QColorGroup::Base, white );
00294     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00295     cg.setColor( QColorGroup::Shadow, black );
00296     cg.setColor( QColorGroup::Highlight, QColor( 10, 36, 106) );
00297     cg.setColor( QColorGroup::HighlightedText, white );
00298     pal.setDisabled( cg );
00299     UnterdauernQuotient->setProperty( "palette", pal );
00300 
00301     UnteranzahlenQuotient = new QLineEdit( GroupBox2, "UnteranzahlenQuotient" );
00302     UnteranzahlenQuotient->setGeometry( QRect( 210, 200, 65, 22 ) ); 
00303     cg.setColor( QColorGroup::Foreground, black );
00304     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00305     cg.setColor( QColorGroup::Light, white );
00306     cg.setColor( QColorGroup::Midlight, QColor( 233, 231, 227) );
00307     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00308     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00309     cg.setColor( QColorGroup::Text, QColor( 255, 0, 0) );
00310     cg.setColor( QColorGroup::BrightText, white );
00311     cg.setColor( QColorGroup::ButtonText, black );
00312     cg.setColor( QColorGroup::Base, white );
00313     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00314     cg.setColor( QColorGroup::Shadow, black );
00315     cg.setColor( QColorGroup::Highlight, QColor( 10, 36, 106) );
00316     cg.setColor( QColorGroup::HighlightedText, white );
00317     pal.setActive( cg );
00318     cg.setColor( QColorGroup::Foreground, black );
00319     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00320     cg.setColor( QColorGroup::Light, white );
00321     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00322     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00323     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00324     cg.setColor( QColorGroup::Text, QColor( 255, 0, 0) );
00325     cg.setColor( QColorGroup::BrightText, white );
00326     cg.setColor( QColorGroup::ButtonText, black );
00327     cg.setColor( QColorGroup::Base, white );
00328     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00329     cg.setColor( QColorGroup::Shadow, black );
00330     cg.setColor( QColorGroup::Highlight, QColor( 10, 36, 106) );
00331     cg.setColor( QColorGroup::HighlightedText, white );
00332     pal.setInactive( cg );
00333     cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
00334     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00335     cg.setColor( QColorGroup::Light, white );
00336     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00337     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00338     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00339     cg.setColor( QColorGroup::Text, QColor( 255, 0, 0) );
00340     cg.setColor( QColorGroup::BrightText, white );
00341     cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
00342     cg.setColor( QColorGroup::Base, white );
00343     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00344     cg.setColor( QColorGroup::Shadow, black );
00345     cg.setColor( QColorGroup::Highlight, QColor( 10, 36, 106) );
00346     cg.setColor( QColorGroup::HighlightedText, white );
00347     pal.setDisabled( cg );
00348     UnteranzahlenQuotient->setProperty( "palette", pal );
00349     TabWidget3->insertTab( tab, tr( "Auswertung 1. Ordnung" ) );
00350 
00351     tab_2 = new QWidget( TabWidget3, "tab_2" );
00352 
00353     TextLabel1_2_2 = new QLabel( tab_2, "TextLabel1_2_2" );
00354     TextLabel1_2_2->setGeometry( QRect( 110, 10, 160, 25 ) ); 
00355     TextLabel1_2_2->setProperty( "text", tr( QString::fromUtf8( "aktuelle Einschätzung" ) ) );
00356     TextLabel1_2_2->setProperty( "alignment", int( QLabel::AlignCenter ) );
00357 
00358     TextLabel1_2_2_2 = new QLabel( tab_2, "TextLabel1_2_2_2" );
00359     TextLabel1_2_2_2->setGeometry( QRect( 387, 93, 160, 25 ) ); 
00360     TextLabel1_2_2_2->setProperty( "text", tr( QString::fromUtf8( "aktuelle Einschätzung" ) ) );
00361     TextLabel1_2_2_2->setProperty( "alignment", int( QLabel::AlignCenter ) );
00362 
00363     TextLabelSinneinheiten_2 = new QLabel( tab_2, "TextLabelSinneinheiten_2" );
00364     TextLabelSinneinheiten_2->setGeometry( QRect( 325, 50, 110, 21 ) ); 
00365     TextLabelSinneinheiten_2->setProperty( "text", tr( QString::fromUtf8( "#Anzahl Übergänge" ) ) );
00366     TextLabelSinneinheiten_2->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00367 
00368     TextLabelSinneinheiten_2_2 = new QLabel( tab_2, "TextLabelSinneinheiten_2_2" );
00369     TextLabelSinneinheiten_2_2->setGeometry( QRect( 350, 315, 80, 21 ) ); 
00370     TextLabelSinneinheiten_2_2->setProperty( "text", tr( "Prozentsumme" ) );
00371 
00372     TextLabel1_2 = new QLabel( tab_2, "TextLabel1_2" );
00373     TextLabel1_2->setGeometry( QRect( 5, 120, 45, 25 ) ); 
00374     TextLabel1_2->setProperty( "text", tr( "vorher" ) );
00375 
00376     TabUew = new QTable( tab_2, "TabUew" );
00377     TabUew->setGeometry( QRect( 50, 40, 230, 180 ) ); 
00378     TabUew->setProperty( "numRows", 7 );
00379     TabUew->setProperty( "numCols", 7 );
00380 
00381     TextLabel1_2_3 = new QLabel( tab_2, "TextLabel1_2_3" );
00382     TextLabel1_2_3->setGeometry( QRect( 235, 240, 55, 25 ) ); 
00383     TextLabel1_2_3->setProperty( "text", tr( "vorher" ) );
00384     TextLabel1_2_3->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00385 
00386     TabUewProzent = new QTable( tab_2, "TabUewProzent" );
00387     TabUewProzent->setGeometry( QRect( 297, 123, 295, 180 ) ); 
00388     TabUewProzent->setProperty( "numRows", 7 );
00389     TabUewProzent->setProperty( "numCols", 7 );
00390 
00391     AnzahlUebergaenge = new QLineEdit( tab_2, "AnzahlUebergaenge" );
00392     AnzahlUebergaenge->setGeometry( QRect( 440, 45, 111, 26 ) ); 
00393 
00394     Prozentsumme = new QLineEdit( tab_2, "Prozentsumme" );
00395     Prozentsumme->setGeometry( QRect( 435, 315, 111, 26 ) ); 
00396     TabWidget3->insertTab( tab_2, tr( QString::fromUtf8( "Ãœbergangswahrscheinlichkeiten" ) ) );
00397 
00398     tab_3 = new QWidget( TabWidget3, "tab_3" );
00399 
00400     TextLabel1_5 = new QLabel( tab_3, "TextLabel1_5" );
00401     TextLabel1_5->setGeometry( QRect( 0, 165, 45, 36 ) ); 
00402     TextLabel1_5->setProperty( "text", tr( "vorher\n-->\naktuell" ) );
00403     TextLabel1_5->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00404 
00405     TabUew2 = new QTable( tab_3, "TabUew2" );
00406     TabUew2->setGeometry( QRect( 55, 35, 210, 270 ) ); 
00407     TabUew2->setProperty( "numRows", 49 );
00408     TabUew2->setProperty( "numCols", 7 );
00409 
00410     TextLabel1_6_3 = new QLabel( tab_3, "TextLabel1_6_3" );
00411     TextLabel1_6_3->setGeometry( QRect( 15, 320, 115, 16 ) ); 
00412     TextLabel1_6_3->setProperty( "text", tr( QString::fromUtf8( "Anzahl Dreierübergänge" ) ) );
00413 
00414     TextLabel1_5_2_2 = new QLabel( tab_3, "TextLabel1_5_2_2" );
00415     TextLabel1_5_2_2->setGeometry( QRect( 408, 8, 85, 15 ) ); 
00416     TextLabel1_5_2_2->setProperty( "text", tr( "nachher" ) );
00417     TextLabel1_5_2_2->setProperty( "alignment", int( QLabel::AlignCenter ) );
00418 
00419     TextLabel1_5_2 = new QLabel( tab_3, "TextLabel1_5_2" );
00420     TextLabel1_5_2->setGeometry( QRect( 110, 10, 85, 20 ) ); 
00421     TextLabel1_5_2->setProperty( "text", tr( "nachher" ) );
00422     TextLabel1_5_2->setProperty( "alignment", int( QLabel::AlignCenter ) );
00423 
00424     TextLabel2 = new QLabel( tab_3, "TextLabel2" );
00425     TextLabel2->setGeometry( QRect( 350, 320, 101, 20 ) ); 
00426     TextLabel2->setProperty( "text", tr( "ProzentSumme" ) );
00427 
00428     ProzentsummeDreier = new QLineEdit( tab_3, "ProzentsummeDreier" );
00429     ProzentsummeDreier->setGeometry( QRect( 455, 315, 91, 22 ) ); 
00430 
00431     AnzahlDreier = new QLineEdit( tab_3, "AnzahlDreier" );
00432     AnzahlDreier->setGeometry( QRect( 133, 317, 95, 22 ) ); 
00433 
00434     TextLabel1_5_3 = new QLabel( tab_3, "TextLabel1_5_3" );
00435     TextLabel1_5_3->setGeometry( QRect( 270, 170, 45, 36 ) ); 
00436     TextLabel1_5_3->setProperty( "text", tr( "vorher\n-->\naktuell" ) );
00437     TextLabel1_5_3->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00438 
00439     TabUew2Prozent = new QTable( tab_3, "TabUew2Prozent" );
00440     TabUew2Prozent->setGeometry( QRect( 325, 35, 280, 270 ) ); 
00441     TabUew2Prozent->setProperty( "numRows", 49 );
00442     TabUew2Prozent->setProperty( "numCols", 7 );
00443     TabWidget3->insertTab( tab_3, tr( QString::fromUtf8( "ÃœW 3. Ordnung" ) ) );
00444 
00445     tab_4 = new QWidget( TabWidget3, "tab_4" );
00446 
00447     AufnahmeLoesFok = new QLineEdit( tab_4, "AufnahmeLoesFok" );
00448     AufnahmeLoesFok->setGeometry( QRect( 285, 10, 131, 26 ) ); 
00449     AufnahmeLoesFok->setProperty( "text", tr( "AufnahmeLoesFok" ) );
00450 
00451     TextLabel1_7 = new QLabel( tab_4, "TextLabel1_7" );
00452     TextLabel1_7->setGeometry( QRect( 8, 7, 270, 26 ) ); 
00453     TextLabel1_7->setProperty( "text", tr( QString::fromUtf8( "TL->KL     /      TL->Kxx\nAufnahmewahrscheinlichkeit Lösungsfokussierung" ) ) );
00454     TextLabel1_7->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00455 
00456     verspaetAufnahmeLoesFok = new QLineEdit( tab_4, "verspaetAufnahmeLoesFok" );
00457     verspaetAufnahmeLoesFok->setGeometry( QRect( 330, 45, 155, 26 ) ); 
00458     verspaetAufnahmeLoesFok->setProperty( "text", tr( "verspaetAufnahmeLoesFok" ) );
00459 
00460     TextLabel1_7_2 = new QLabel( tab_4, "TextLabel1_7_2" );
00461     TextLabel1_7_2->setGeometry( QRect( 10, 45, 315, 26 ) ); 
00462     TextLabel1_7_2->setProperty( "text", tr( QString::fromUtf8( "TL->KNL->KL     /      TL->KNL->Kxx\nverspätete Aufnahmewahrscheinlichkeit Lösungsfokussierung" ) ) );
00463     TextLabel1_7_2->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00464 
00465     TherapNLAnpassung = new QLineEdit( tab_4, "TherapNLAnpassung" );
00466     TherapNLAnpassung->setGeometry( QRect( 322, 83, 160, 26 ) ); 
00467     TherapNLAnpassung->setProperty( "text", tr( "TherapNLAnpassung" ) );
00468 
00469     TextLabel1_7_3 = new QLabel( tab_4, "TextLabel1_7_3" );
00470     TextLabel1_7_3->setGeometry( QRect( 20, 85, 290, 26 ) ); 
00471     TextLabel1_7_3->setProperty( "text", tr( QString::fromUtf8( "KNL->TNL    /     KNL->Txx\nTherapeutenanpassung Nicht-Lösungsfokussierung" ) ) );
00472     TextLabel1_7_3->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00473 
00474     TherapFrustration = new QLineEdit( tab_4, "TherapFrustration" );
00475     TherapFrustration->setGeometry( QRect( 275, 125, 160, 26 ) ); 
00476     TherapFrustration->setProperty( "text", tr( "TherapFrustration" ) );
00477 
00478     TextLabel1_7_3_2 = new QLabel( tab_4, "TextLabel1_7_3_2" );
00479     TextLabel1_7_3_2->setGeometry( QRect( 73, 127, 195, 26 ) ); 
00480     TextLabel1_7_3_2->setProperty( "text", tr( "TL->KNL->TNL    /     TL->KNL->Txx\nTherapeuten \"Frustration\"" ) );
00481     TextLabel1_7_3_2->setProperty( "alignment", int( QLabel::AlignVCenter | QLabel::AlignRight ) );
00482 
00483     TextLabel1_8 = new QLabel( tab_4, "TextLabel1_8" );
00484     TextLabel1_8->setGeometry( QRect( 5, 160, 600, 200 ) ); 
00485     QFont TextLabel1_8_font(  TextLabel1_8->font() );
00486     TextLabel1_8_font.setFamily( "@Batang" );
00487     TextLabel1_8_font.setBold( TRUE );
00488     TextLabel1_8->setFont( TextLabel1_8_font ); 
00489     TextLabel1_8->setProperty( "text", tr( QString::fromUtf8( "N.B.:\nDie Dreierübergangswahrscheinlichkeiten machen nur Sinn,\nwenn man den un-verkürzten Datensatz zugrundelegt.\n\nBitte im verkürzten Falle diese Daten nicht verwenden! Denn dann wird zB\n        TL -> KNL -> KNL -> KNL -> KL   \nals    TL -> KNL -> KL\nverwertet, was einen falschen Eindruck erzeugt.  \n\n\nObendrein haben die Dreierübergänge bei kleiner Anzahl\nwohl sowieso keine grosse Aussagekraft...\n... und sollten eher in einer Summation über viele Datensätze\nausgewertet werden." ) ) );
00490     TabWidget3->insertTab( tab_4, tr( QString::fromUtf8( "selektierte ÃœWn " ) ) );
00491 
00492     tab_5 = new QWidget( TabWidget3, "tab_5" );
00493 
00494     TabVerlauf = new QTable( tab_5, "TabVerlauf" );
00495     TabVerlauf->setGeometry( QRect( 14, 33, 575, 115 ) ); 
00496     TabVerlauf->setProperty( "numCols", 5 );
00497 
00498     TabVerlaufAlt = new QTable( tab_5, "TabVerlaufAlt" );
00499     TabVerlaufAlt->setGeometry( QRect( 15, 190, 575, 115 ) ); 
00500     TabVerlaufAlt->setProperty( "numCols", 5 );
00501 
00502     TextLabel1_7_4 = new QLabel( tab_5, "TextLabel1_7_4" );
00503     TextLabel1_7_4->setGeometry( QRect( 20, 15, 325, 16 ) ); 
00504     TextLabel1_7_4->setProperty( "text", tr( QString::fromUtf8( "Die Rohdaten des gesamten Verlaufes (evtl. nach Verkürzung):" ) ) );
00505 
00506     TextLabel1_7_4_2 = new QLabel( tab_5, "TextLabel1_7_4_2" );
00507     TextLabel1_7_4_2->setGeometry( QRect( 21, 172, 400, 16 ) ); 
00508     TextLabel1_7_4_2->setProperty( "text", tr( "Die Rohdaten des gesamten Verlaufes (jeweils vorherige Version):" ) );
00509     TabWidget3->insertTab( tab_5, tr( "Verlaufsdaten" ) );
00510 
00511     tab_6 = new QWidget( TabWidget3, "tab_6" );
00512 
00513     TabRatingSkala = new QTable( tab_6, "TabRatingSkala" );
00514     TabRatingSkala->setGeometry( QRect( 25, 50, 260, 171 ) ); 
00515     TabRatingSkala->setProperty( "numRows", 7 );
00516     TabRatingSkala->setProperty( "numCols", 2 );
00517 
00518     TextLabel1_4 = new QLabel( tab_6, "TextLabel1_4" );
00519     TextLabel1_4->setGeometry( QRect( 30, 20, 191, 26 ) ); 
00520     TextLabel1_4->setProperty( "text", tr( "Kodierung" ) );
00521     TabWidget3->insertTab( tab_6, tr( "Info" ) );
00522 
00523     TextLabelTitel = new QLabel( this, "TextLabelTitel" );
00524     TextLabelTitel->setGeometry( QRect( 110, 0, 397, 35 ) ); 
00525     QFont TextLabelTitel_font(  TextLabelTitel->font() );
00526     TextLabelTitel_font.setFamily( "@Batang" );
00527     TextLabelTitel_font.setPointSize( 18 );
00528     TextLabelTitel->setFont( TextLabelTitel_font ); 
00529     TextLabelTitel->setProperty( "text", tr( "LFT Video Analyse Tool (v0.96)" ) );
00530     TextLabelTitel->setProperty( "alignment", int( QLabel::AlignCenter ) );
00531 
00532     MultiLineEdit1 = new QMultiLineEdit( this, "MultiLineEdit1" );
00533     MultiLineEdit1->setGeometry( QRect( 20, 570, 250, 35 ) ); 
00534     cg.setColor( QColorGroup::Foreground, black );
00535     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00536     cg.setColor( QColorGroup::Light, white );
00537     cg.setColor( QColorGroup::Midlight, QColor( 233, 231, 227) );
00538     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00539     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00540     cg.setColor( QColorGroup::Text, QColor( 0, 0, 127) );
00541     cg.setColor( QColorGroup::BrightText, white );
00542     cg.setColor( QColorGroup::ButtonText, black );
00543     cg.setColor( QColorGroup::Base, QColor( 0, 255, 127) );
00544     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00545     cg.setColor( QColorGroup::Shadow, black );
00546     cg.setColor( QColorGroup::Highlight, QColor( 255, 0, 0) );
00547     cg.setColor( QColorGroup::HighlightedText, white );
00548     pal.setActive( cg );
00549     cg.setColor( QColorGroup::Foreground, black );
00550     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00551     cg.setColor( QColorGroup::Light, white );
00552     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00553     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00554     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00555     cg.setColor( QColorGroup::Text, QColor( 0, 0, 127) );
00556     cg.setColor( QColorGroup::BrightText, white );
00557     cg.setColor( QColorGroup::ButtonText, black );
00558     cg.setColor( QColorGroup::Base, QColor( 0, 255, 127) );
00559     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00560     cg.setColor( QColorGroup::Shadow, black );
00561     cg.setColor( QColorGroup::Highlight, QColor( 255, 0, 0) );
00562     cg.setColor( QColorGroup::HighlightedText, white );
00563     pal.setInactive( cg );
00564     cg.setColor( QColorGroup::Foreground, QColor( 128, 128, 128) );
00565     cg.setColor( QColorGroup::Button, QColor( 212, 208, 200) );
00566     cg.setColor( QColorGroup::Light, white );
00567     cg.setColor( QColorGroup::Midlight, QColor( 243, 239, 230) );
00568     cg.setColor( QColorGroup::Dark, QColor( 106, 104, 100) );
00569     cg.setColor( QColorGroup::Mid, QColor( 141, 138, 133) );
00570     cg.setColor( QColorGroup::Text, QColor( 0, 0, 127) );
00571     cg.setColor( QColorGroup::BrightText, white );
00572     cg.setColor( QColorGroup::ButtonText, QColor( 128, 128, 128) );
00573     cg.setColor( QColorGroup::Base, QColor( 0, 255, 127) );
00574     cg.setColor( QColorGroup::Background, QColor( 212, 208, 200) );
00575     cg.setColor( QColorGroup::Shadow, black );
00576     cg.setColor( QColorGroup::Highlight, QColor( 255, 0, 0) );
00577     cg.setColor( QColorGroup::HighlightedText, white );
00578     pal.setDisabled( cg );
00579     MultiLineEdit1->setProperty( "palette", pal );
00580     MultiLineEdit1->setProperty( "text", tr( QString::fromUtf8( "AndreasKrueger.de erstellte dieses Programm (und den Datenaufnehmer LFTVideo.exe) im Juni 2003 für die Diplomarbeit von Iris an der Heiden über videobasierte Therapieforschung zur Lösungsfokussierten Therapie in einem Zeitraum von ca. 70 Stunden (u.A. 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  :->  " ) ) );
00581 
00582     // signals and slots connections
00583     connect( buttonOk, SIGNAL( clicked() ), this, SLOT( accept() ) );
00584     connect( buttonCancel, SIGNAL( clicked() ), this, SLOT( reject() ) );
00585 
00586     // tab order
00587     setTabOrder( Klient, Rater );
00588     setTabOrder( Rater, ButtonDatenEinlesen );
00589     setTabOrder( ButtonDatenEinlesen, DauerGesamt );
00590     setTabOrder( DauerGesamt, AnzahlGesamt );
00591     setTabOrder( AnzahlGesamt, mittlereDauerGesamt );
00592     setTabOrder( mittlereDauerGesamt, DauerTherapeut );
00593     setTabOrder( DauerTherapeut, AnzahlTherapeut );
00594     setTabOrder( AnzahlTherapeut, mittlereDauerTherapeut );
00595     setTabOrder( mittlereDauerTherapeut, DauerKlient );
00596     setTabOrder( DauerKlient, AnzahlKlient );
00597     setTabOrder( AnzahlKlient, mittlereDauerKlient );
00598     setTabOrder( mittlereDauerKlient, TabSum );
00599     setTabOrder( TabSum, buttonOk );
00600     setTabOrder( buttonOk, buttonCancel );
00601     setTabOrder( buttonCancel, buttonHelp );
00602 }
00603 
00604 /*  
00605  *  Destroys the object and frees any allocated resources
00606  */
00607 LFTVideoAnalyseDialogBase::~LFTVideoAnalyseDialogBase()
00608 {
00609     // no need to delete child widgets, Qt does it all for us
00610 }
00611 
00612 /*  
00613  *  Main event handler. Reimplemented to handle application
00614  *  font changes
00615  */
00616 bool LFTVideoAnalyseDialogBase::event( QEvent* ev )
00617 {
00618     bool ret = QDialog::event( ev ); 
00619     if ( ev->type() == QEvent::ApplicationFontChange ) {
00620         QFont TextLabel1_8_font(  TextLabel1_8->font() );
00621         TextLabel1_8_font.setFamily( "@Batang" );
00622         TextLabel1_8_font.setBold( TRUE );
00623         TextLabel1_8->setFont( TextLabel1_8_font ); 
00624         QFont TextLabelTitel_font(  TextLabelTitel->font() );
00625         TextLabelTitel_font.setFamily( "@Batang" );
00626         TextLabelTitel_font.setPointSize( 18 );
00627         TextLabelTitel->setFont( TextLabelTitel_font ); 
00628     }
00629     return ret;
00630 }
00631 

Erzeugt am Mon Jun 16 18:08:23 2003 für LFTVideo von doxygen 1.3.2