<ui version="4.0" >
 <author>Michal Tomlein</author>
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>860</width>
    <height>685</height>
   </rect>
  </property>
  <property name="minimumSize" >
   <size>
    <width>780</width>
    <height>580</height>
   </size>
  </property>
  <property name="windowTitle" >
   <string>iTestServer</string>
  </property>
  <property name="windowIcon" >
   <iconset resource="resources.qrc" >
    <normaloff>:/images/images/itest.png</normaloff>:/images/images/itest.png</iconset>
  </property>
  <widget class="QWidget" name="centralwidget" >
   <property name="geometry" >
    <rect>
     <x>0</x>
     <y>84</y>
     <width>860</width>
     <height>579</height>
    </rect>
   </property>
   <layout class="QGridLayout" >
    <property name="margin" >
     <number>0</number>
    </property>
    <item row="0" column="0" >
     <widget class="QStackedWidget" name="mainStackedWidget" >
      <property name="currentIndex" >
       <number>0</number>
      </property>
      <widget class="QWidget" name="welcomePage" >
       <property name="geometry" >
        <rect>
         <x>0</x>
         <y>0</y>
         <width>860</width>
         <height>579</height>
        </rect>
       </property>
       <layout class="QGridLayout" >
        <item row="0" column="1" >
         <spacer>
          <property name="orientation" >
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0" >
           <size>
            <width>20</width>
            <height>40</height>
           </size>
          </property>
         </spacer>
        </item>
        <item row="1" column="0" >
         <spacer>
          <property name="orientation" >
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeHint" stdset="0" >
           <size>
            <width>40</width>
            <height>20</height>
           </size>
          </property>
         </spacer>
        </item>
        <item row="1" column="1" >
         <widget class="QFrame" name="frame" >
          <property name="minimumSize" >
           <size>
            <width>491</width>
            <height>391</height>
           </size>
          </property>
          <property name="maximumSize" >
           <size>
            <width>491</width>
            <height>391</height>
           </size>
          </property>
          <property name="frameShape" >
           <enum>QFrame::StyledPanel</enum>
          </property>
          <property name="frameShadow" >
           <enum>QFrame::Raised</enum>
          </property>
          <layout class="QVBoxLayout" >
           <item>
            <widget class="QLabel" name="label_icon" >
             <property name="text" >
              <string/>
             </property>
             <property name="pixmap" >
              <pixmap resource="resources.qrc" >:/images/images/itest.png</pixmap>
             </property>
             <property name="alignment" >
              <set>Qt::AlignBottom|Qt::AlignHCenter</set>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QLabel" name="label_icon_text" >
             <property name="font" >
              <font>
               <family>Sans Serif</family>
               <pointsize>20</pointsize>
              </font>
             </property>
             <property name="text" >
              <string>iTest</string>
             </property>
             <property name="alignment" >
              <set>Qt::AlignHCenter|Qt::AlignTop</set>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QLabel" name="label_recent" >
             <property name="text" >
              <string>Recent databases</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QListWidget" name="recentDBsListWidget" >
             <property name="maximumSize" >
              <size>
               <width>469</width>
               <height>134</height>
              </size>
             </property>
             <property name="statusTip" >
              <string>Select a database you have used recently, create a new one or open another database.</string>
             </property>
            </widget>
           </item>
           <item>
            <layout class="QHBoxLayout" >
             <item>
              <widget class="QPushButton" name="btnNew" >
               <property name="statusTip" >
                <string>Create a new database</string>
               </property>
               <property name="text" >
                <string>New</string>
               </property>
               <property name="icon" >
                <iconset resource="resources.qrc" >
                 <normaloff>:/images/images/filenew.png</normaloff>:/images/images/filenew.png</iconset>
               </property>
               <property name="iconSize" >
                <size>
                 <width>16</width>
                 <height>16</height>
                </size>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QPushButton" name="btnOpenOther" >
               <property name="statusTip" >
                <string>Open another database</string>
               </property>
               <property name="text" >
                <string>Open other...</string>
               </property>
               <property name="icon" >
                <iconset resource="resources.qrc" >
                 <normaloff>:/images/images/folder_red.png</normaloff>:/images/images/folder_red.png</iconset>
               </property>
               <property name="iconSize" >
                <size>
                 <width>16</width>
                 <height>16</height>
                </size>
               </property>
              </widget>
             </item>
             <item>
              <spacer>
               <property name="orientation" >
                <enum>Qt::Horizontal</enum>
               </property>
               <property name="sizeHint" stdset="0" >
                <size>
                 <width>40</width>
                 <height>20</height>
                </size>
               </property>
              </spacer>
             </item>
             <item>
              <widget class="QPushButton" name="btnOpenSelected" >
               <property name="statusTip" >
                <string>Open the selected database from the list above</string>
               </property>
               <property name="text" >
                <string>Open selected</string>
               </property>
               <property name="icon" >
                <iconset resource="resources.qrc" >
                 <normaloff>:/images/images/fileopen.png</normaloff>:/images/images/fileopen.png</iconset>
               </property>
               <property name="iconSize" >
                <size>
                 <width>16</width>
                 <height>16</height>
                </size>
               </property>
              </widget>
             </item>
            </layout>
           </item>
          </layout>
         </widget>
        </item>
        <item row="1" column="2" >
         <spacer>
          <property name="orientation" >
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="sizeHint" stdset="0" >
           <size>
            <width>40</width>
            <height>20</height>
           </size>
          </property>
         </spacer>
        </item>
        <item row="2" column="1" >
         <spacer>
          <property name="orientation" >
           <enum>Qt::Vertical</enum>
          </property>
          <property name="sizeHint" stdset="0" >
           <size>
            <width>20</width>
            <height>40</height>
           </size>
          </property>
         </spacer>
        </item>
       </layout>
      </widget>
      <widget class="QWidget" name="mainPage" >
       <property name="geometry" >
        <rect>
         <x>0</x>
         <y>0</y>
         <width>860</width>
         <height>579</height>
        </rect>
       </property>
       <layout class="QVBoxLayout" >
        <property name="margin" >
         <number>6</number>
        </property>
        <item>
         <widget class="QGroupBox" name="DBIGroupBox" >
          <property name="title" >
           <string>Database information</string>
          </property>
          <layout class="QHBoxLayout" >
           <property name="spacing" >
            <number>9</number>
           </property>
           <item>
            <widget class="QLabel" name="DBIDatabaseNameLabel" >
             <property name="text" >
              <string>Database name:</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QLineEdit" name="DBIDatabaseNameLineEdit" >
             <property name="statusTip" >
              <string>Database name</string>
             </property>
            </widget>
           </item>
           <item>
            <spacer>
             <property name="orientation" >
              <enum>Qt::Horizontal</enum>
             </property>
             <property name="sizeType" >
              <enum>QSizePolicy::Fixed</enum>
             </property>
             <property name="sizeHint" stdset="0" >
              <size>
               <width>60</width>
               <height>10</height>
              </size>
             </property>
            </spacer>
           </item>
           <item>
            <widget class="QLabel" name="DBIDateLabel" >
             <property name="text" >
              <string>Date:</string>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QDateEdit" name="DBIDateEdit" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="statusTip" >
              <string>Database date</string>
             </property>
             <property name="buttonSymbols" >
              <enum>QAbstractSpinBox::PlusMinus</enum>
             </property>
             <property name="dateTime" >
              <datetime>
               <hour>0</hour>
               <minute>0</minute>
               <second>0</second>
               <year>2006</year>
               <month>12</month>
               <day>1</day>
              </datetime>
             </property>
             <property name="displayFormat" >
              <string>yyyy.MM.dd - hh:mm</string>
             </property>
             <property name="date" >
              <date>
               <year>2006</year>
               <month>12</month>
               <day>1</day>
              </date>
             </property>
            </widget>
           </item>
           <item>
            <widget class="QCheckBox" name="DBIUseLastSaveDateCheckBox" >
             <property name="statusTip" >
              <string>Use last save date</string>
             </property>
             <property name="text" >
              <string>Use last save date</string>
             </property>
             <property name="checked" >
              <bool>true</bool>
             </property>
            </widget>
           </item>
          </layout>
         </widget>
        </item>
        <item>
         <layout class="QHBoxLayout" >
          <item>
           <widget class="QGroupBox" name="LQGroupBox" >
            <property name="sizePolicy" >
             <sizepolicy vsizetype="MinimumExpanding" hsizetype="Maximum" >
              <horstretch>0</horstretch>
              <verstretch>0</verstretch>
             </sizepolicy>
            </property>
            <property name="title" >
             <string>List of questions</string>
            </property>
            <layout class="QVBoxLayout" >
             <item>
              <layout class="QHBoxLayout" >
               <property name="spacing" >
                <number>6</number>
               </property>
               <item>
                <widget class="QRadioButton" name="LQAllRadioButton" >
                 <property name="statusTip" >
                  <string>Show all questions</string>
                 </property>
                 <property name="text" >
                  <string>All</string>
                 </property>
                 <property name="checked" >
                  <bool>true</bool>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QRadioButton" name="LQEasyRadioButton" >
                 <property name="statusTip" >
                  <string>Show easy questions only</string>
                 </property>
                 <property name="text" >
                  <string/>
                 </property>
                 <property name="icon" >
                  <iconset resource="resources.qrc" >
                   <normaloff>:/images/images/easy.png</normaloff>:/images/images/easy.png</iconset>
                 </property>
                 <property name="iconSize" >
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QRadioButton" name="LQMediumRadioButton" >
                 <property name="statusTip" >
                  <string>Show questions with medium difficulty only</string>
                 </property>
                 <property name="text" >
                  <string/>
                 </property>
                 <property name="icon" >
                  <iconset resource="resources.qrc" >
                   <normaloff>:/images/images/medium.png</normaloff>:/images/images/medium.png</iconset>
                 </property>
                 <property name="iconSize" >
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QRadioButton" name="LQDifficultRadioButton" >
                 <property name="statusTip" >
                  <string>Show difficult questions only</string>
                 </property>
                 <property name="text" >
                  <string/>
                 </property>
                 <property name="icon" >
                  <iconset resource="resources.qrc" >
                   <normaloff>:/images/images/difficult.png</normaloff>:/images/images/difficult.png</iconset>
                 </property>
                 <property name="iconSize" >
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QRadioButton" name="LQFlagRadioButton" >
                 <property name="statusTip" >
                  <string>Show questions with the selected flag only</string>
                 </property>
                 <property name="text" >
                  <string/>
                 </property>
                 <property name="icon" >
                  <iconset resource="resources.qrc" >
                   <normaloff>:/images/images/flag.png</normaloff>:/images/images/flag.png</iconset>
                 </property>
                 <property name="iconSize" >
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
              </layout>
             </item>
             <item>
              <widget class="QComboBox" name="LQFlagComboBox" >
               <property name="statusTip" >
                <string>Select the flag to filter the list below</string>
               </property>
              </widget>
             </item>
             <item>
              <layout class="QHBoxLayout" >
               <property name="spacing" >
                <number>6</number>
               </property>
               <item>
                <widget class="QLabel" name="label_search" >
                 <property name="text" >
                  <string>Search:</string>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="ExtendedLineEdit" name="LQSearchLineEdit" >
                 <property name="statusTip" >
                  <string>Type a keyword to filter the list below</string>
                 </property>
                </widget>
               </item>
              </layout>
             </item>
             <item>
              <widget class="QListWidget" name="LQListWidget" >
               <property name="statusTip" >
                <string>Select a question to edit</string>
               </property>
              </widget>
             </item>
             <item>
              <layout class="QHBoxLayout" >
               <property name="spacing" >
                <number>6</number>
               </property>
               <item>
                <widget class="QToolButton" name="tbtnAddQuestion" >
                 <property name="enabled" >
                  <bool>false</bool>
                 </property>
                 <property name="sizePolicy" >
                  <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
                   <horstretch>0</horstretch>
                   <verstretch>0</verstretch>
                  </sizepolicy>
                 </property>
                 <property name="statusTip" >
                  <string>Add a question</string>
                 </property>
                 <property name="icon" >
                  <iconset resource="resources.qrc" >
                   <normaloff>:/images/images/filenew.png</normaloff>:/images/images/filenew.png</iconset>
                 </property>
                 <property name="iconSize" >
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QToolButton" name="tbtnDuplicateQuestion" >
                 <property name="enabled" >
                  <bool>false</bool>
                 </property>
                 <property name="sizePolicy" >
                  <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
                   <horstretch>0</horstretch>
                   <verstretch>0</verstretch>
                  </sizepolicy>
                 </property>
                 <property name="statusTip" >
                  <string>Duplicate the selected question</string>
                 </property>
                 <property name="icon" >
                  <iconset resource="resources.qrc" >
                   <normaloff>:/images/images/editcopy.png</normaloff>:/images/images/editcopy.png</iconset>
                 </property>
                 <property name="iconSize" >
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QToolButton" name="tbtnDeleteQuestion" >
                 <property name="enabled" >
                  <bool>false</bool>
                 </property>
                 <property name="sizePolicy" >
                  <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
                   <horstretch>0</horstretch>
                   <verstretch>0</verstretch>
                  </sizepolicy>
                 </property>
                 <property name="statusTip" >
                  <string>Delete the selected question</string>
                 </property>
                 <property name="icon" >
                  <iconset resource="resources.qrc" >
                   <normaloff>:/images/images/editdelete.png</normaloff>:/images/images/editdelete.png</iconset>
                 </property>
                 <property name="iconSize" >
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QToolButton" name="tbtnMoveUp" >
                 <property name="sizePolicy" >
                  <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
                   <horstretch>0</horstretch>
                   <verstretch>0</verstretch>
                  </sizepolicy>
                 </property>
                 <property name="statusTip" >
                  <string>Move the selected question up</string>
                 </property>
                 <property name="icon" >
                  <iconset resource="resources.qrc" >
                   <normaloff>:/images/images/up.png</normaloff>:/images/images/up.png</iconset>
                 </property>
                 <property name="iconSize" >
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QToolButton" name="tbtnMoveDown" >
                 <property name="sizePolicy" >
                  <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
                   <horstretch>0</horstretch>
                   <verstretch>0</verstretch>
                  </sizepolicy>
                 </property>
                 <property name="statusTip" >
                  <string>Move the selected question down</string>
                 </property>
                 <property name="icon" >
                  <iconset resource="resources.qrc" >
                   <normaloff>:/images/images/down.png</normaloff>:/images/images/down.png</iconset>
                 </property>
                 <property name="iconSize" >
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
              </layout>
             </item>
            </layout>
           </widget>
          </item>
          <item>
           <widget class="QGroupBox" name="SQGroupBox" >
            <property name="sizePolicy" >
             <sizepolicy vsizetype="MinimumExpanding" hsizetype="Preferred" >
              <horstretch>0</horstretch>
              <verstretch>0</verstretch>
             </sizepolicy>
            </property>
            <property name="minimumSize" >
             <size>
              <width>401</width>
              <height>379</height>
             </size>
            </property>
            <property name="title" >
             <string>Selected question</string>
            </property>
            <layout class="QVBoxLayout" >
             <item>
              <layout class="QHBoxLayout" >
               <item>
                <widget class="QLabel" name="SQQuestionNameLabel" >
                 <property name="text" >
                  <string>Question name:</string>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QLineEdit" name="SQQuestionNameLineEdit" >
                 <property name="statusTip" >
                  <string>Name of the selected question</string>
                 </property>
                </widget>
               </item>
              </layout>
             </item>
             <item>
              <layout class="QHBoxLayout" >
               <item>
                <widget class="QLabel" name="SQFlagLabel" >
                 <property name="text" >
                  <string>Flag:</string>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QComboBox" name="SQFlagComboBox" >
                 <property name="minimumSize" >
                  <size>
                   <width>130</width>
                   <height>0</height>
                  </size>
                 </property>
                 <property name="statusTip" >
                  <string>Flag of the selected question</string>
                 </property>
                </widget>
               </item>
               <item>
                <spacer>
                 <property name="orientation" >
                  <enum>Qt::Horizontal</enum>
                 </property>
                 <property name="sizeHint" stdset="0" >
                  <size>
                   <width>40</width>
                   <height>10</height>
                  </size>
                 </property>
                </spacer>
               </item>
               <item>
                <widget class="QLabel" name="SQGroupLabel" >
                 <property name="text" >
                  <string>Group:</string>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QLineEdit" name="SQGroupLineEdit" >
                 <property name="statusTip" >
                  <string>Group of the selected question</string>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QToolButton" name="tbtnSearchByGroup" >
                 <property name="statusTip" >
                  <string>Search the database for other questions in this group</string>
                 </property>
                 <property name="text" >
                  <string>Search</string>
                 </property>
                </widget>
               </item>
               <item>
                <spacer>
                 <property name="orientation" >
                  <enum>Qt::Horizontal</enum>
                 </property>
                 <property name="sizeHint" stdset="0" >
                  <size>
                   <width>40</width>
                   <height>10</height>
                  </size>
                 </property>
                </spacer>
               </item>
               <item>
                <widget class="QLabel" name="SQDifficultyLabel" >
                 <property name="text" >
                  <string>Difficulty:</string>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QComboBox" name="SQDifficultyComboBox" >
                 <property name="minimumSize" >
                  <size>
                   <width>130</width>
                   <height>0</height>
                  </size>
                 </property>
                 <property name="maximumSize" >
                  <size>
                   <width>130</width>
                   <height>16777215</height>
                  </size>
                 </property>
                 <property name="statusTip" >
                  <string>Difficulty of the selected question</string>
                 </property>
                 <item>
                  <property name="text" >
                   <string>Easy</string>
                  </property>
                  <property name="icon" >
                   <iconset resource="resources.qrc" >
                    <normaloff>:/images/images/easy.png</normaloff>:/images/images/easy.png</iconset>
                  </property>
                 </item>
                 <item>
                  <property name="text" >
                   <string>Medium</string>
                  </property>
                  <property name="icon" >
                   <iconset resource="resources.qrc" >
                    <normaloff>:/images/images/medium.png</normaloff>:/images/images/medium.png</iconset>
                  </property>
                 </item>
                 <item>
                  <property name="text" >
                   <string>Difficult</string>
                  </property>
                  <property name="icon" >
                   <iconset resource="resources.qrc" >
                    <normaloff>:/images/images/difficult.png</normaloff>:/images/images/difficult.png</iconset>
                  </property>
                 </item>
                </widget>
               </item>
              </layout>
             </item>
             <item>
              <widget class="QSplitter" name="SQSplitter" >
               <property name="orientation" >
                <enum>Qt::Vertical</enum>
               </property>
               <widget class="QWidget" name="layoutWidget_2" >
                <layout class="QVBoxLayout" >
                 <item>
                  <layout class="QHBoxLayout" >
                   <item>
                    <widget class="QLabel" name="SQQuestionLabel" >
                     <property name="text" >
                      <string>Question:</string>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <spacer>
                     <property name="orientation" >
                      <enum>Qt::Horizontal</enum>
                     </property>
                     <property name="sizeHint" stdset="0" >
                      <size>
                       <width>40</width>
                       <height>10</height>
                      </size>
                     </property>
                    </spacer>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnUndo" >
                     <property name="enabled" >
                      <bool>false</bool>
                     </property>
                     <property name="minimumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="maximumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="statusTip" >
                      <string>Undo</string>
                     </property>
                     <property name="text" >
                      <string>â—„</string>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnRedo" >
                     <property name="enabled" >
                      <bool>false</bool>
                     </property>
                     <property name="minimumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="maximumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="statusTip" >
                      <string>Redo</string>
                     </property>
                     <property name="text" >
                      <string>â–º</string>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="Line" name="line_4" >
                     <property name="orientation" >
                      <enum>Qt::Vertical</enum>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QFontComboBox" name="fontComboBox" >
                     <property name="minimumSize" >
                      <size>
                       <width>0</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="statusTip" >
                      <string>Choose a font</string>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QComboBox" name="sizeComboBox" >
                     <property name="minimumSize" >
                      <size>
                       <width>0</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="toolTip" >
                      <string/>
                     </property>
                     <property name="statusTip" >
                      <string>Select text size</string>
                     </property>
                     <property name="currentIndex" >
                      <number>2</number>
                     </property>
                     <item>
                      <property name="text" >
                       <string>10</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>11</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>12</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>14</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>16</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>18</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>20</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>22</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>24</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>26</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>28</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>30</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>36</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>48</string>
                      </property>
                     </item>
                     <item>
                      <property name="text" >
                       <string>96</string>
                      </property>
                     </item>
                    </widget>
                   </item>
                   <item>
                    <widget class="Line" name="line" >
                     <property name="orientation" >
                      <enum>Qt::Vertical</enum>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnBold" >
                     <property name="minimumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="maximumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="statusTip" >
                      <string>Bold</string>
                     </property>
                     <property name="text" >
                      <string>B</string>
                     </property>
                     <property name="checkable" >
                      <bool>true</bool>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnItalic" >
                     <property name="minimumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="maximumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="statusTip" >
                      <string>Italic</string>
                     </property>
                     <property name="text" >
                      <string>I</string>
                     </property>
                     <property name="checkable" >
                      <bool>true</bool>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnUnderlined" >
                     <property name="minimumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="maximumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="statusTip" >
                      <string>Underlined</string>
                     </property>
                     <property name="text" >
                      <string>U</string>
                     </property>
                     <property name="checkable" >
                      <bool>true</bool>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnColour" >
                     <property name="minimumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="maximumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="statusTip" >
                      <string>Text colour</string>
                     </property>
                     <property name="text" >
                      <string/>
                     </property>
                     <property name="checkable" >
                      <bool>false</bool>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="Line" name="line_2" >
                     <property name="orientation" >
                      <enum>Qt::Vertical</enum>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnAlignLeft" >
                     <property name="minimumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="maximumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="statusTip" >
                      <string>Align left</string>
                     </property>
                     <property name="text" >
                      <string>L</string>
                     </property>
                     <property name="checkable" >
                      <bool>true</bool>
                     </property>
                     <property name="checked" >
                      <bool>true</bool>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnAlignCentre" >
                     <property name="minimumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="maximumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="statusTip" >
                      <string>Align centre</string>
                     </property>
                     <property name="text" >
                      <string>C</string>
                     </property>
                     <property name="checkable" >
                      <bool>true</bool>
                     </property>
                     <property name="checked" >
                      <bool>false</bool>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnAlignRight" >
                     <property name="minimumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="maximumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="statusTip" >
                      <string>Align right</string>
                     </property>
                     <property name="text" >
                      <string>R</string>
                     </property>
                     <property name="checkable" >
                      <bool>true</bool>
                     </property>
                     <property name="checked" >
                      <bool>false</bool>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnAlignJustify" >
                     <property name="minimumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="maximumSize" >
                      <size>
                       <width>18</width>
                       <height>18</height>
                      </size>
                     </property>
                     <property name="statusTip" >
                      <string>Justify</string>
                     </property>
                     <property name="text" >
                      <string>J</string>
                     </property>
                     <property name="checkable" >
                      <bool>true</bool>
                     </property>
                     <property name="checked" >
                      <bool>false</bool>
                     </property>
                    </widget>
                   </item>
                  </layout>
                 </item>
                 <item>
                  <widget class="QTextEdit" name="SQQuestionTextEdit" >
                   <property name="minimumSize" >
                    <size>
                     <width>0</width>
                     <height>30</height>
                    </size>
                   </property>
                   <property name="statusTip" >
                    <string>Text of the selected question</string>
                   </property>
                  </widget>
                 </item>
                </layout>
               </widget>
               <widget class="QWidget" name="verticalLayout" >
                <layout class="QVBoxLayout" >
                 <item>
                  <layout class="QHBoxLayout" >
                   <item>
                    <widget class="QLabel" name="SQSVGLabel" >
                     <property name="text" >
                      <string>Attachments (SVG):</string>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnAddSVG" >
                     <property name="toolTip" >
                      <string>Add SVG</string>
                     </property>
                     <property name="statusTip" >
                      <string>Add an attachment</string>
                     </property>
                     <property name="text" >
                      <string>Add</string>
                     </property>
                     <property name="icon" >
                      <iconset resource="resources.qrc" >
                       <normaloff>:/images/images/list-add.png</normaloff>:/images/images/list-add.png</iconset>
                     </property>
                     <property name="iconSize" >
                      <size>
                       <width>16</width>
                       <height>16</height>
                      </size>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnRemoveSVG" >
                     <property name="toolTip" >
                      <string>Remove SVG</string>
                     </property>
                     <property name="statusTip" >
                      <string>Remove the selected attachment</string>
                     </property>
                     <property name="text" >
                      <string>Remove</string>
                     </property>
                     <property name="icon" >
                      <iconset resource="resources.qrc" >
                       <normaloff>:/images/images/list-remove.png</normaloff>:/images/images/list-remove.png</iconset>
                     </property>
                     <property name="iconSize" >
                      <size>
                       <width>16</width>
                       <height>16</height>
                      </size>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnEditSVG" >
                     <property name="toolTip" >
                      <string>Edit SVG</string>
                     </property>
                     <property name="statusTip" >
                      <string>Edit the selected attachment</string>
                     </property>
                     <property name="text" >
                      <string>Edit</string>
                     </property>
                     <property name="icon" >
                      <iconset resource="resources.qrc" >
                       <normaloff>:/images/images/document-properties.png</normaloff>:/images/images/document-properties.png</iconset>
                     </property>
                     <property name="iconSize" >
                      <size>
                       <width>16</width>
                       <height>16</height>
                      </size>
                     </property>
                    </widget>
                   </item>
                   <item>
                    <widget class="QToolButton" name="tbtnExportSVG" >
                     <property name="toolTip" >
                      <string>Export SVG</string>
                     </property>
                     <property name="statusTip" >
                      <string>Export the selected attachment</string>
                     </property>
                     <property name="text" >
                      <string>Export</string>
                     </property>
                     <property name="icon" >
                      <iconset resource="resources.qrc" >
                       <normaloff>:/images/images/document-save.png</normaloff>:/images/images/document-save.png</iconset>
                     </property>
                     <property name="iconSize" >
                      <size>
                       <width>16</width>
                       <height>16</height>
                      </size>
                     </property>
                    </widget>
                   </item>
                  </layout>
                 </item>
                 <item>
                  <widget class="QListWidget" name="SQSVGListWidget" >
                   <property name="minimumSize" >
                    <size>
                     <width>0</width>
                     <height>30</height>
                    </size>
                   </property>
                   <property name="statusTip" >
                    <string>Attachments of the selected question</string>
                   </property>
                   <property name="iconSize" >
                    <size>
                     <width>64</width>
                     <height>64</height>
                    </size>
                   </property>
                   <property name="resizeMode" >
                    <enum>QListView::Adjust</enum>
                   </property>
                   <property name="viewMode" >
                    <enum>QListView::IconMode</enum>
                   </property>
                  </widget>
                 </item>
                </layout>
               </widget>
              </widget>
             </item>
             <item>
              <widget class="AnswersEdit" native="1" name="SQAnswersEdit" />
             </item>
             <item>
              <layout class="QHBoxLayout" >
               <item>
                <widget class="QLabel" name="SQExplanationLabel" >
                 <property name="text" >
                  <string>Explanation:</string>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QLineEdit" name="SQExplanationLineEdit" >
                 <property name="statusTip" >
                  <string>A brief explanation of the selected question</string>
                 </property>
                </widget>
               </item>
              </layout>
             </item>
             <item>
              <widget class="QLabel" name="SQStatisticsLabel" >
               <property name="minimumSize" >
                <size>
                 <width>0</width>
                 <height>20</height>
                </size>
               </property>
               <property name="text" >
                <string>Statistics:</string>
               </property>
               <property name="wordWrap" >
                <bool>true</bool>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QDialogButtonBox" name="SQButtonBox" >
               <property name="orientation" >
                <enum>Qt::Horizontal</enum>
               </property>
               <property name="standardButtons" >
                <set>QDialogButtonBox::Apply|QDialogButtonBox::Discard</set>
               </property>
              </widget>
             </item>
            </layout>
           </widget>
          </item>
         </layout>
        </item>
       </layout>
      </widget>
      <widget class="QWidget" name="editCommentsPage" >
       <property name="geometry" >
        <rect>
         <x>0</x>
         <y>0</y>
         <width>860</width>
         <height>579</height>
        </rect>
       </property>
       <layout class="QVBoxLayout" >
        <property name="margin" >
         <number>6</number>
        </property>
        <item>
         <layout class="QHBoxLayout" >
          <item>
           <widget class="QToolButton" name="ECtbtnUndo" >
            <property name="enabled" >
             <bool>false</bool>
            </property>
            <property name="minimumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="maximumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="statusTip" >
             <string>Undo</string>
            </property>
            <property name="text" >
             <string>â—„</string>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QToolButton" name="ECtbtnRedo" >
            <property name="enabled" >
             <bool>false</bool>
            </property>
            <property name="minimumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="maximumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="statusTip" >
             <string>Redo</string>
            </property>
            <property name="text" >
             <string>â–º</string>
            </property>
           </widget>
          </item>
          <item>
           <widget class="Line" name="line_5" >
            <property name="orientation" >
             <enum>Qt::Vertical</enum>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QFontComboBox" name="ECfontComboBox" >
            <property name="minimumSize" >
             <size>
              <width>0</width>
              <height>18</height>
             </size>
            </property>
            <property name="statusTip" >
             <string>Choose a font</string>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QComboBox" name="ECsizeComboBox" >
            <property name="minimumSize" >
             <size>
              <width>0</width>
              <height>18</height>
             </size>
            </property>
            <property name="toolTip" >
             <string/>
            </property>
            <property name="statusTip" >
             <string>Select text size</string>
            </property>
            <property name="currentIndex" >
             <number>4</number>
            </property>
            <item>
             <property name="text" >
              <string>8</string>
             </property>
            </item>
            <item>
             <property name="text" >
              <string>9</string>
             </property>
            </item>
            <item>
             <property name="text" >
              <string>10</string>
             </property>
            </item>
            <item>
             <property name="text" >
              <string>11</string>
             </property>
            </item>
            <item>
             <property name="text" >
              <string>12</string>
             </property>
            </item>
            <item>
             <property name="text" >
              <string>14</string>
             </property>
            </item>
            <item>
             <property name="text" >
              <string>16</string>
             </property>
            </item>
            <item>
             <property name="text" >
              <string>18</string>
             </property>
            </item>
            <item>
             <property name="text" >
              <string>20</string>
             </property>
            </item>
           </widget>
          </item>
          <item>
           <widget class="Line" name="line_3" >
            <property name="orientation" >
             <enum>Qt::Vertical</enum>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QToolButton" name="ECtbtnBold" >
            <property name="minimumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="maximumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="statusTip" >
             <string>Bold</string>
            </property>
            <property name="text" >
             <string>B</string>
            </property>
            <property name="checkable" >
             <bool>true</bool>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QToolButton" name="ECtbtnItalic" >
            <property name="minimumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="maximumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="statusTip" >
             <string>Italic</string>
            </property>
            <property name="text" >
             <string>I</string>
            </property>
            <property name="checkable" >
             <bool>true</bool>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QToolButton" name="ECtbtnUnderlined" >
            <property name="minimumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="maximumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="statusTip" >
             <string>Underlined</string>
            </property>
            <property name="text" >
             <string>U</string>
            </property>
            <property name="checkable" >
             <bool>true</bool>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QToolButton" name="ECtbtnColour" >
            <property name="minimumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="maximumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="statusTip" >
             <string>Text colour</string>
            </property>
            <property name="text" >
             <string/>
            </property>
            <property name="checkable" >
             <bool>false</bool>
            </property>
           </widget>
          </item>
          <item>
           <widget class="Line" name="line_6" >
            <property name="orientation" >
             <enum>Qt::Vertical</enum>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QToolButton" name="ECtbtnAlignLeft" >
            <property name="minimumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="maximumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="statusTip" >
             <string>Align left</string>
            </property>
            <property name="text" >
             <string>L</string>
            </property>
            <property name="checkable" >
             <bool>true</bool>
            </property>
            <property name="checked" >
             <bool>true</bool>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QToolButton" name="ECtbtnAlignCentre" >
            <property name="minimumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="maximumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="statusTip" >
             <string>Align centre</string>
            </property>
            <property name="text" >
             <string>C</string>
            </property>
            <property name="checkable" >
             <bool>true</bool>
            </property>
            <property name="checked" >
             <bool>false</bool>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QToolButton" name="ECtbtnAlignRight" >
            <property name="minimumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="maximumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="statusTip" >
             <string>Align right</string>
            </property>
            <property name="text" >
             <string>R</string>
            </property>
            <property name="checkable" >
             <bool>true</bool>
            </property>
            <property name="checked" >
             <bool>false</bool>
            </property>
           </widget>
          </item>
          <item>
           <widget class="QToolButton" name="ECtbtnAlignJustify" >
            <property name="minimumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="maximumSize" >
             <size>
              <width>18</width>
              <height>18</height>
             </size>
            </property>
            <property name="statusTip" >
             <string>Justify</string>
            </property>
            <property name="text" >
             <string>J</string>
            </property>
            <property name="checkable" >
             <bool>true</bool>
            </property>
            <property name="checked" >
             <bool>false</bool>
            </property>
           </widget>
          </item>
          <item>
           <spacer>
            <property name="orientation" >
             <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeHint" stdset="0" >
             <size>
              <width>40</width>
              <height>10</height>
             </size>
            </property>
           </spacer>
          </item>
         </layout>
        </item>
        <item>
         <widget class="QTextEdit" name="ECTextEdit" >
          <property name="statusTip" >
           <string>Use this field for your comments, notes, reminders...</string>
          </property>
         </widget>
        </item>
       </layout>
      </widget>
      <widget class="QWidget" name="editFlagsPage" >
       <property name="geometry" >
        <rect>
         <x>0</x>
         <y>0</y>
         <width>860</width>
         <height>579</height>
        </rect>
       </property>
       <layout class="QVBoxLayout" >
        <property name="margin" >
         <number>6</number>
        </property>
        <item>
         <layout class="QHBoxLayout" >
          <item>
           <layout class="QVBoxLayout" >
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <spacer>
                <property name="orientation" >
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeType" >
                 <enum>QSizePolicy::Fixed</enum>
                </property>
                <property name="sizeHint" stdset="0" >
                 <size>
                  <width>56</width>
                  <height>10</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <widget class="QLabel" name="Flags1NameLabel" >
                <property name="text" >
                 <string>Flag name:</string>
                </property>
                <property name="textFormat" >
                 <enum>Qt::AutoText</enum>
                </property>
               </widget>
              </item>
              <item>
               <spacer>
                <property name="orientation" >
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0" >
                 <size>
                  <width>40</width>
                  <height>10</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <widget class="QLabel" name="Flags1EnabledLabel" >
                <property name="text" >
                 <string>Enabled:</string>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_1" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag01LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag01CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_0" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_2" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag02LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag02CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_1" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_3" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag03LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag03CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_2" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_4" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag04LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag04CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_3" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_5" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag05LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag05CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_4" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_6" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag06LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag06CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_5" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_7" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag07LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag07CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_6" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_8" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag08LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag08CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_7" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_9" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag09LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag09CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_8" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_10" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag10LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag10CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_9" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
           </layout>
          </item>
          <item>
           <spacer>
            <property name="orientation" >
             <enum>Qt::Horizontal</enum>
            </property>
            <property name="sizeType" >
             <enum>QSizePolicy::Fixed</enum>
            </property>
            <property name="sizeHint" stdset="0" >
             <size>
              <width>20</width>
              <height>20</height>
             </size>
            </property>
           </spacer>
          </item>
          <item>
           <layout class="QVBoxLayout" >
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <spacer>
                <property name="orientation" >
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeType" >
                 <enum>QSizePolicy::Fixed</enum>
                </property>
                <property name="sizeHint" stdset="0" >
                 <size>
                  <width>56</width>
                  <height>10</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <widget class="QLabel" name="Flags2NameLabel" >
                <property name="text" >
                 <string>Flag name:</string>
                </property>
               </widget>
              </item>
              <item>
               <spacer>
                <property name="orientation" >
                 <enum>Qt::Horizontal</enum>
                </property>
                <property name="sizeHint" stdset="0" >
                 <size>
                  <width>40</width>
                  <height>10</height>
                 </size>
                </property>
               </spacer>
              </item>
              <item>
               <widget class="QLabel" name="Flags2EnabledLabel" >
                <property name="text" >
                 <string>Enabled:</string>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_11" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag11LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag11CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_10" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_12" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag12LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag12CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_11" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_13" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag13LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag13CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_12" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_14" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag14LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag14CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_13" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_15" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag15LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag15CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_14" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_16" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag16LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag16CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_15" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_17" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag17LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag17CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_16" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_18" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag18LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag18CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_17" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_19" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag19LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag19CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_18" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
            <item>
             <layout class="QHBoxLayout" >
              <item>
               <widget class="QLabel" name="FlagLabel_20" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QLineEdit" name="Flag20LineEdit" >
                <property name="enabled" >
                 <bool>false</bool>
                </property>
               </widget>
              </item>
              <item>
               <widget class="QCheckBox" name="Flag20CheckBox" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="minimumSize" >
                 <size>
                  <width>16</width>
                  <height>16</height>
                 </size>
                </property>
                <property name="maximumSize" >
                 <size>
                  <width>18</width>
                  <height>18</height>
                 </size>
                </property>
                <property name="text" >
                 <string/>
                </property>
               </widget>
              </item>
             </layout>
            </item>
            <item>
             <widget class="QLabel" name="FlagQnumLabel_19" >
              <property name="text" >
               <string>Number of questions with this flag: 0</string>
              </property>
              <property name="alignment" >
               <set>Qt::AlignCenter</set>
              </property>
             </widget>
            </item>
            <item>
             <spacer>
              <property name="orientation" >
               <enum>Qt::Vertical</enum>
              </property>
              <property name="sizeHint" stdset="0" >
               <size>
                <width>20</width>
                <height>40</height>
               </size>
              </property>
             </spacer>
            </item>
           </layout>
          </item>
         </layout>
        </item>
        <item>
         <widget class="QDialogButtonBox" name="EFButtonBox" >
          <property name="orientation" >
           <enum>Qt::Horizontal</enum>
          </property>
          <property name="standardButtons" >
           <set>QDialogButtonBox::Apply|QDialogButtonBox::Discard</set>
          </property>
         </widget>
        </item>
       </layout>
      </widget>
      <widget class="QWidget" name="testSettingsPage" >
       <property name="geometry" >
        <rect>
         <x>0</x>
         <y>0</y>
         <width>860</width>
         <height>579</height>
        </rect>
       </property>
       <layout class="QGridLayout" >
        <property name="margin" >
         <number>6</number>
        </property>
        <item row="0" column="0" >
         <widget class="QGroupBox" name="TSAdvancedSetupGroupBox" >
          <property name="title" >
           <string>Advanced</string>
          </property>
          <property name="checkable" >
           <bool>true</bool>
          </property>
          <property name="checked" >
           <bool>false</bool>
          </property>
          <layout class="QVBoxLayout" >
           <item>
            <layout class="QHBoxLayout" >
             <item>
              <widget class="QLabel" name="label_advanced_select" >
               <property name="text" >
                <string>Select:</string>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QRadioButton" name="rbtnSelectFlags" >
               <property name="text" >
                <string>Flags</string>
               </property>
               <property name="checked" >
                <bool>true</bool>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QRadioButton" name="rbtnSelectQuestions" >
               <property name="text" >
                <string>Questions</string>
               </property>
              </widget>
             </item>
             <item>
              <spacer>
               <property name="orientation" >
                <enum>Qt::Horizontal</enum>
               </property>
               <property name="sizeHint" stdset="0" >
                <size>
                 <width>40</width>
                 <height>20</height>
                </size>
               </property>
              </spacer>
             </item>
            </layout>
           </item>
           <item>
            <layout class="QHBoxLayout" >
             <item>
              <layout class="QVBoxLayout" >
               <item>
                <widget class="QLabel" name="label_exclude" >
                 <property name="text" >
                  <string>&lt;b>Available:&lt;/b></string>
                 </property>
                </widget>
               </item>
               <item>
                <layout class="QHBoxLayout" >
                 <item>
                  <widget class="QLabel" name="label_search_available" >
                   <property name="text" >
                    <string>Search:</string>
                   </property>
                  </widget>
                 </item>
                 <item>
                  <widget class="ExtendedLineEdit" name="TSSearchAvailableLineEdit" >
                   <property name="statusTip" >
                    <string>Type a keyword to filter the list below</string>
                   </property>
                  </widget>
                 </item>
                </layout>
               </item>
               <item>
                <widget class="MTListWidget" name="TSExcludeListWidget" />
               </item>
              </layout>
             </item>
             <item>
              <layout class="QVBoxLayout" >
               <item>
                <spacer>
                 <property name="orientation" >
                  <enum>Qt::Vertical</enum>
                 </property>
                 <property name="sizeHint" stdset="0" >
                  <size>
                   <width>20</width>
                   <height>40</height>
                  </size>
                 </property>
                </spacer>
               </item>
               <item>
                <widget class="QPushButton" name="btnAddToList" >
                 <property name="icon" >
                  <iconset resource="resources.qrc" >
                   <normaloff>:/images/images/forward.png</normaloff>:/images/images/forward.png</iconset>
                 </property>
                 <property name="iconSize" >
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="QPushButton" name="btnRemoveFromList" >
                 <property name="icon" >
                  <iconset resource="resources.qrc" >
                   <normaloff>:/images/images/back.png</normaloff>:/images/images/back.png</iconset>
                 </property>
                 <property name="iconSize" >
                  <size>
                   <width>16</width>
                   <height>16</height>
                  </size>
                 </property>
                </widget>
               </item>
               <item>
                <spacer>
                 <property name="orientation" >
                  <enum>Qt::Vertical</enum>
                 </property>
                 <property name="sizeHint" stdset="0" >
                  <size>
                   <width>20</width>
                   <height>40</height>
                  </size>
                 </property>
                </spacer>
               </item>
              </layout>
             </item>
             <item>
              <layout class="QVBoxLayout" >
               <item>
                <widget class="QLabel" name="label_include" >
                 <property name="text" >
                  <string>&lt;b>Used:&lt;/b></string>
                 </property>
                </widget>
               </item>
               <item>
                <layout class="QHBoxLayout" >
                 <item>
                  <widget class="QLabel" name="label_search_used" >
                   <property name="text" >
                    <string>Search:</string>
                   </property>
                  </widget>
                 </item>
                 <item>
                  <widget class="ExtendedLineEdit" name="TSSearchUsedLineEdit" >
                   <property name="statusTip" >
                    <string>Type a keyword to filter the list below</string>
                   </property>
                  </widget>
                 </item>
                </layout>
               </item>
               <item>
                <widget class="MTTableWidget" name="TSIncludeTableWidget" >
                 <property name="showGrid" >
                  <bool>false</bool>
                 </property>
                 <column>
                  <property name="text" >
                   <string>Flag name</string>
                  </property>
                 </column>
                 <column>
                  <property name="text" >
                   <string>Number of questions</string>
                  </property>
                 </column>
                 <column>
                  <property name="text" >
                   <string>Pass mark</string>
                  </property>
                 </column>
                </widget>
               </item>
              </layout>
             </item>
            </layout>
           </item>
          </layout>
         </widget>
        </item>
        <item row="0" column="1" >
         <widget class="QGroupBox" name="TSScoringSystemGroupBox" >
          <property name="title" >
           <string>Scoring system</string>
          </property>
          <property name="checkable" >
           <bool>true</bool>
          </property>
          <property name="checked" >
           <bool>false</bool>
          </property>
          <layout class="QGridLayout" >
           <item row="0" column="0" colspan="3" >
            <widget class="QCheckBox" name="TSAllowIncompleteAnswersCheckBox" >
             <property name="statusTip" >
              <string>Allow giving points for partially correct answers (this affects multiple choice questions only)</string>
             </property>
             <property name="text" >
              <string>Allow partially correct answers</string>
             </property>
             <property name="checked" >
              <bool>true</bool>
             </property>
            </widget>
           </item>
           <item row="2" column="0" colspan="3" >
            <widget class="QCheckBox" name="TSSeparateSettingsForDifficultyLevelsCheckBox" >
             <property name="text" >
              <string>Separate settings for each difficulty level</string>
             </property>
            </widget>
           </item>
           <item row="4" column="1" >
            <widget class="QLabel" name="label_easy_correctanswer" >
             <property name="text" >
              <string>Correct answer:</string>
             </property>
            </widget>
           </item>
           <item row="4" column="2" >
            <widget class="QDoubleSpinBox" name="TSEasyCorrectAnswerSpinBox" >
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="statusTip" >
              <string>Specify the amount of points given for a correct answer</string>
             </property>
             <property name="maximum" >
              <double>9.000000000000000</double>
             </property>
             <property name="value" >
              <double>1.000000000000000</double>
             </property>
            </widget>
           </item>
           <item row="5" column="1" >
            <widget class="QLabel" name="label_easy_incorrectanswer" >
             <property name="text" >
              <string>Incorrect answer:</string>
             </property>
            </widget>
           </item>
           <item row="5" column="2" >
            <widget class="QDoubleSpinBox" name="TSEasyIncorrectAnswerSpinBox" >
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="statusTip" >
              <string>Specify the amount of points taken for an incorrect answer</string>
             </property>
             <property name="minimum" >
              <double>-9.000000000000000</double>
             </property>
             <property name="maximum" >
              <double>0.000000000000000</double>
             </property>
             <property name="singleStep" >
              <double>0.100000000000000</double>
             </property>
            </widget>
           </item>
           <item row="6" column="1" >
            <widget class="QLabel" name="label_easy_missinganswer" >
             <property name="text" >
              <string>Missing answer:</string>
             </property>
            </widget>
           </item>
           <item row="6" column="2" >
            <widget class="QDoubleSpinBox" name="TSEasyMissingAnswerSpinBox" >
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="statusTip" >
              <string>Specify the amount of points taken for each missing answer</string>
             </property>
             <property name="minimum" >
              <double>-9.000000000000000</double>
             </property>
             <property name="maximum" >
              <double>0.000000000000000</double>
             </property>
             <property name="singleStep" >
              <double>0.100000000000000</double>
             </property>
            </widget>
           </item>
           <item row="8" column="1" >
            <widget class="QLabel" name="label_medium_correctanswer" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="text" >
              <string>Correct answer:</string>
             </property>
            </widget>
           </item>
           <item row="8" column="2" >
            <widget class="QDoubleSpinBox" name="TSMediumCorrectAnswerSpinBox" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="statusTip" >
              <string>Specify the amount of points given for a correct answer</string>
             </property>
             <property name="maximum" >
              <double>9.000000000000000</double>
             </property>
             <property name="value" >
              <double>1.000000000000000</double>
             </property>
            </widget>
           </item>
           <item row="9" column="1" >
            <widget class="QLabel" name="label_medium_incorrectanswer" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="text" >
              <string>Incorrect answer:</string>
             </property>
            </widget>
           </item>
           <item row="9" column="2" >
            <widget class="QDoubleSpinBox" name="TSMediumIncorrectAnswerSpinBox" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="statusTip" >
              <string>Specify the amount of points taken for an incorrect answer</string>
             </property>
             <property name="minimum" >
              <double>-9.000000000000000</double>
             </property>
             <property name="maximum" >
              <double>0.000000000000000</double>
             </property>
             <property name="singleStep" >
              <double>0.100000000000000</double>
             </property>
            </widget>
           </item>
           <item row="10" column="1" >
            <widget class="QLabel" name="label_medium_missinganswer" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="text" >
              <string>Missing answer:</string>
             </property>
            </widget>
           </item>
           <item row="10" column="2" >
            <widget class="QDoubleSpinBox" name="TSMediumMissingAnswerSpinBox" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="statusTip" >
              <string>Specify the amount of points taken for each missing answer</string>
             </property>
             <property name="minimum" >
              <double>-9.000000000000000</double>
             </property>
             <property name="maximum" >
              <double>0.000000000000000</double>
             </property>
             <property name="singleStep" >
              <double>0.100000000000000</double>
             </property>
            </widget>
           </item>
           <item row="12" column="1" >
            <widget class="QLabel" name="label_difficult_correctanswer" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="text" >
              <string>Correct answer:</string>
             </property>
            </widget>
           </item>
           <item row="12" column="2" >
            <widget class="QDoubleSpinBox" name="TSDifficultCorrectAnswerSpinBox" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="statusTip" >
              <string>Specify the amount of points given for a correct answer</string>
             </property>
             <property name="maximum" >
              <double>9.000000000000000</double>
             </property>
             <property name="value" >
              <double>1.000000000000000</double>
             </property>
            </widget>
           </item>
           <item row="13" column="1" >
            <widget class="QLabel" name="label_difficult_incorrectanswer" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="text" >
              <string>Incorrect answer:</string>
             </property>
            </widget>
           </item>
           <item row="13" column="2" >
            <widget class="QDoubleSpinBox" name="TSDifficultIncorrectAnswerSpinBox" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="statusTip" >
              <string>Specify the amount of points taken for an incorrect answer</string>
             </property>
             <property name="minimum" >
              <double>-9.000000000000000</double>
             </property>
             <property name="maximum" >
              <double>0.000000000000000</double>
             </property>
             <property name="singleStep" >
              <double>0.100000000000000</double>
             </property>
            </widget>
           </item>
           <item row="14" column="1" >
            <widget class="QLabel" name="label_difficult_missinganswer" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="text" >
              <string>Missing answer:</string>
             </property>
            </widget>
           </item>
           <item row="14" column="2" >
            <widget class="QDoubleSpinBox" name="TSDifficultMissingAnswerSpinBox" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="statusTip" >
              <string>Specify the amount of points taken for each missing answer</string>
             </property>
             <property name="minimum" >
              <double>-9.000000000000000</double>
             </property>
             <property name="maximum" >
              <double>0.000000000000000</double>
             </property>
             <property name="singleStep" >
              <double>0.100000000000000</double>
             </property>
            </widget>
           </item>
           <item row="4" column="0" >
            <widget class="QLabel" name="label_easy_icon1" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="text" >
              <string/>
             </property>
             <property name="pixmap" >
              <pixmap resource="resources.qrc" >:/images/images/easy.png</pixmap>
             </property>
            </widget>
           </item>
           <item row="5" column="0" >
            <widget class="QLabel" name="label_easy_icon2" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="text" >
              <string/>
             </property>
             <property name="pixmap" >
              <pixmap resource="resources.qrc" >:/images/images/easy.png</pixmap>
             </property>
            </widget>
           </item>
           <item row="6" column="0" >
            <widget class="QLabel" name="label_easy_icon3" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="text" >
              <string/>
             </property>
             <property name="pixmap" >
              <pixmap resource="resources.qrc" >:/images/images/easy.png</pixmap>
             </property>
            </widget>
           </item>
           <item row="8" column="0" >
            <widget class="QLabel" name="label_medium_icon1" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="text" >
              <string/>
             </property>
             <property name="pixmap" >
              <pixmap resource="resources.qrc" >:/images/images/medium.png</pixmap>
             </property>
            </widget>
           </item>
           <item row="9" column="0" >
            <widget class="QLabel" name="label_medium_icon2" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="text" >
              <string/>
             </property>
             <property name="pixmap" >
              <pixmap resource="resources.qrc" >:/images/images/medium.png</pixmap>
             </property>
            </widget>
           </item>
           <item row="10" column="0" >
            <widget class="QLabel" name="label_medium_icon3" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="text" >
              <string/>
             </property>
             <property name="pixmap" >
              <pixmap resource="resources.qrc" >:/images/images/medium.png</pixmap>
             </property>
            </widget>
           </item>
           <item row="12" column="0" >
            <widget class="QLabel" name="label_difficult_icon1" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="text" >
              <string/>
             </property>
             <property name="pixmap" >
              <pixmap resource="resources.qrc" >:/images/images/difficult.png</pixmap>
             </property>
            </widget>
           </item>
           <item row="13" column="0" >
            <widget class="QLabel" name="label_difficult_icon2" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="text" >
              <string/>
             </property>
             <property name="pixmap" >
              <pixmap resource="resources.qrc" >:/images/images/difficult.png</pixmap>
             </property>
            </widget>
           </item>
           <item row="14" column="0" >
            <widget class="QLabel" name="label_difficult_icon3" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="text" >
              <string/>
             </property>
             <property name="pixmap" >
              <pixmap resource="resources.qrc" >:/images/images/difficult.png</pixmap>
             </property>
            </widget>
           </item>
           <item row="11" column="0" colspan="3" >
            <spacer>
             <property name="orientation" >
              <enum>Qt::Vertical</enum>
             </property>
             <property name="sizeHint" stdset="0" >
              <size>
               <width>20</width>
               <height>40</height>
              </size>
             </property>
            </spacer>
           </item>
           <item row="7" column="0" colspan="3" >
            <spacer>
             <property name="orientation" >
              <enum>Qt::Vertical</enum>
             </property>
             <property name="sizeHint" stdset="0" >
              <size>
               <width>20</width>
               <height>40</height>
              </size>
             </property>
            </spacer>
           </item>
           <item row="3" column="0" colspan="3" >
            <spacer>
             <property name="orientation" >
              <enum>Qt::Vertical</enum>
             </property>
             <property name="sizeHint" stdset="0" >
              <size>
               <width>20</width>
               <height>40</height>
              </size>
             </property>
            </spacer>
           </item>
           <item row="1" column="0" colspan="3" >
            <spacer>
             <property name="orientation" >
              <enum>Qt::Vertical</enum>
             </property>
             <property name="sizeHint" stdset="0" >
              <size>
               <width>20</width>
               <height>40</height>
              </size>
             </property>
            </spacer>
           </item>
          </layout>
         </widget>
        </item>
        <item row="1" column="0" colspan="2" >
         <widget class="QGroupBox" name="TSCommonSettingsGroupBox" >
          <property name="sizePolicy" >
           <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <layout class="QGridLayout" >
           <item row="0" column="0" >
            <widget class="QLabel" name="label_test_name" >
             <property name="text" >
              <string>Test name:</string>
             </property>
             <property name="alignment" >
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
             </property>
            </widget>
           </item>
           <item row="0" column="1" >
            <widget class="QCheckBox" name="TSCustomTestNameCheckBox" >
             <property name="statusTip" >
              <string>Enable setting a custom test name (if unchecked, database name will be used)</string>
             </property>
             <property name="text" >
              <string>Custom</string>
             </property>
            </widget>
           </item>
           <item row="0" column="2" colspan="3" >
            <widget class="QLineEdit" name="TSTestNameLineEdit" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="statusTip" >
              <string>Set a custom test name</string>
             </property>
            </widget>
           </item>
           <item row="0" column="5" >
            <spacer>
             <property name="orientation" >
              <enum>Qt::Horizontal</enum>
             </property>
             <property name="sizeHint" stdset="0" >
              <size>
               <width>261</width>
               <height>20</height>
              </size>
             </property>
            </spacer>
           </item>
           <item row="1" column="0" >
            <widget class="QLabel" name="label_allow_groups" >
             <property name="text" >
              <string>Groups:</string>
             </property>
             <property name="alignment" >
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
             </property>
            </widget>
           </item>
           <item row="1" column="1" colspan="5" >
            <widget class="QCheckBox" name="TSGroupsCheckBox" >
             <property name="statusTip" >
              <string>Allow one question per group to appear in one test only, i.e. choose one of the group randomly</string>
             </property>
             <property name="text" >
              <string>Allow one question per group only</string>
             </property>
            </widget>
           </item>
           <item row="2" column="0" >
            <widget class="QLabel" name="label_qnum" >
             <property name="text" >
              <string>Number of questions:</string>
             </property>
             <property name="alignment" >
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
             </property>
            </widget>
           </item>
           <item row="2" column="1" >
            <widget class="QCheckBox" name="TSMaxQnumCheckBox" >
             <property name="statusTip" >
              <string>Use the maximum number of questions possible</string>
             </property>
             <property name="text" >
              <string>Maximum</string>
             </property>
            </widget>
           </item>
           <item row="2" column="2" >
            <widget class="MTSpinBox" name="TSQnumSpinBox" >
             <property name="minimumSize" >
              <size>
               <width>54</width>
               <height>0</height>
              </size>
             </property>
             <property name="statusTip" >
              <string>Specify the number of questions</string>
             </property>
             <property name="minimum" >
              <number>1</number>
             </property>
             <property name="value" >
              <number>10</number>
             </property>
            </widget>
           </item>
           <item row="2" column="3" >
            <widget class="QLabel" name="label_passmark" >
             <property name="minimumSize" >
              <size>
               <width>130</width>
               <height>0</height>
              </size>
             </property>
             <property name="text" >
              <string>Pass mark:</string>
             </property>
             <property name="alignment" >
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
             </property>
            </widget>
           </item>
           <item row="3" column="0" >
            <widget class="QLabel" name="label_testtime" >
             <property name="text" >
              <string>Time for:</string>
             </property>
             <property name="alignment" >
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
             </property>
            </widget>
           </item>
           <item row="3" column="1" >
            <widget class="QRadioButton" name="rbtnTestTime" >
             <property name="text" >
              <string>the whole test</string>
             </property>
             <property name="checked" >
              <bool>true</bool>
             </property>
            </widget>
           </item>
           <item row="3" column="2" >
            <widget class="QTimeEdit" name="TSTestTimeEdit" >
             <property name="statusTip" >
              <string>Time for the whole test</string>
             </property>
             <property name="displayFormat" >
              <string>HH:mm</string>
             </property>
            </widget>
           </item>
           <item row="4" column="1" >
            <widget class="QRadioButton" name="rbtnQuestionTime" >
             <property name="text" >
              <string>one question</string>
             </property>
            </widget>
           </item>
           <item row="4" column="2" >
            <widget class="QTimeEdit" name="TSQuestionTimeEdit" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="statusTip" >
              <string>Time for one question (multiplied by the number of questions)</string>
             </property>
             <property name="displayFormat" >
              <string>HH:mm</string>
             </property>
            </widget>
           </item>
           <item row="5" column="0" >
            <widget class="QLabel" name="label_server_port" >
             <property name="text" >
              <string>Server port:</string>
             </property>
             <property name="alignment" >
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
             </property>
            </widget>
           </item>
           <item row="5" column="1" >
            <widget class="QCheckBox" name="TSCustomServerPortCheckBox" >
             <property name="statusTip" >
              <string>Use a custom server port (if unchecked, a random port will be chosen)</string>
             </property>
             <property name="text" >
              <string>Custom</string>
             </property>
            </widget>
           </item>
           <item row="5" column="2" >
            <widget class="QSpinBox" name="TSCustomServerPortSpinBox" >
             <property name="enabled" >
              <bool>false</bool>
             </property>
             <property name="statusTip" >
              <string>Specify a custom server port</string>
             </property>
             <property name="maximum" >
              <number>9999999</number>
             </property>
             <property name="value" >
              <number>7777</number>
             </property>
            </widget>
           </item>
           <item row="5" column="6" >
            <widget class="QPushButton" name="btnStartServer" >
             <property name="statusTip" >
              <string>Proceed to testing mode using this computer as a server</string>
             </property>
             <property name="text" >
              <string>Start server</string>
             </property>
             <property name="icon" >
              <iconset resource="resources.qrc" >
               <normaloff>:/images/images/player_play.png</normaloff>:/images/images/player_play.png</iconset>
             </property>
             <property name="iconSize" >
              <size>
               <width>16</width>
               <height>16</height>
              </size>
             </property>
            </widget>
           </item>
           <item row="2" column="4" >
            <widget class="MTSpinBox" name="TSPassMarkSpinBox" >
             <property name="statusTip" >
              <string>Specify the minimum number of correct answers (with score above 0) to pass the test</string>
             </property>
             <property name="maximum" >
              <number>10</number>
             </property>
            </widget>
           </item>
          </layout>
         </widget>
        </item>
       </layout>
      </widget>
      <widget class="QWidget" name="serverModePage" >
       <property name="geometry" >
        <rect>
         <x>0</x>
         <y>0</y>
         <width>860</width>
         <height>579</height>
        </rect>
       </property>
       <layout class="QVBoxLayout" >
        <property name="margin" >
         <number>6</number>
        </property>
        <item>
         <widget class="QGroupBox" name="SMInfoGroupBox" >
          <property name="title" >
           <string>Server information</string>
          </property>
          <layout class="QHBoxLayout" >
           <item>
            <widget class="QLabel" name="SMIPortLabel" >
             <property name="text" >
              <string>The server is running on port &lt;b>%1&lt;/b>. You may now run iTestClient on each client PC. Do not quit iTestServer while testing!</string>
             </property>
             <property name="wordWrap" >
              <bool>true</bool>
             </property>
            </widget>
           </item>
          </layout>
         </widget>
        </item>
        <item>
         <layout class="QHBoxLayout" >
          <item>
           <widget class="QGroupBox" name="SMClientsGroupBox" >
            <property name="maximumSize" >
             <size>
              <width>200</width>
              <height>16777215</height>
             </size>
            </property>
            <property name="title" >
             <string>List of clients</string>
            </property>
            <layout class="QVBoxLayout" >
             <item>
              <widget class="QListWidget" name="SMLCListWidget" >
               <property name="statusTip" >
                <string>Select a client to get more information</string>
               </property>
              </widget>
             </item>
            </layout>
           </widget>
          </item>
          <item>
           <widget class="QGroupBox" name="SMSelectedClientGroupBox" >
            <property name="enabled" >
             <bool>false</bool>
            </property>
            <property name="title" >
             <string>Selected client</string>
            </property>
            <layout class="QGridLayout" >
             <item row="0" column="0" >
              <widget class="QLabel" name="SMSC_label_4" >
               <property name="text" >
                <string>&lt;b>Name:&lt;/b></string>
               </property>
               <property name="textFormat" >
                <enum>Qt::RichText</enum>
               </property>
              </widget>
             </item>
             <item row="0" column="1" >
              <widget class="QLabel" name="SMSCNameLabel" >
               <property name="statusTip" >
                <string>The selected client's name</string>
               </property>
               <property name="text" >
                <string>Not identified yet</string>
               </property>
              </widget>
             </item>
             <item row="0" column="2" >
              <spacer>
               <property name="orientation" >
                <enum>Qt::Horizontal</enum>
               </property>
               <property name="sizeHint" stdset="0" >
                <size>
                 <width>40</width>
                 <height>10</height>
                </size>
               </property>
              </spacer>
             </item>
             <item row="1" column="0" >
              <widget class="QLabel" name="SMSC_label_1" >
               <property name="text" >
                <string>&lt;b>Status:&lt;/b></string>
               </property>
               <property name="textFormat" >
                <enum>Qt::RichText</enum>
               </property>
              </widget>
             </item>
             <item row="1" column="1" >
              <widget class="QLabel" name="SMSCStatusLabel" >
               <property name="statusTip" >
                <string>The selected client's status</string>
               </property>
               <property name="text" >
                <string>Disconnected</string>
               </property>
              </widget>
             </item>
             <item row="1" column="2" >
              <spacer>
               <property name="orientation" >
                <enum>Qt::Horizontal</enum>
               </property>
               <property name="sizeHint" stdset="0" >
                <size>
                 <width>40</width>
                 <height>10</height>
                </size>
               </property>
              </spacer>
             </item>
             <item row="2" column="0" >
              <widget class="QLabel" name="SMSC_label_2" >
               <property name="text" >
                <string>&lt;b>Total score:&lt;/b></string>
               </property>
               <property name="textFormat" >
                <enum>Qt::RichText</enum>
               </property>
              </widget>
             </item>
             <item row="2" column="1" >
              <widget class="QLabel" name="SMSCScoreLabel" >
               <property name="statusTip" >
                <string>The selected client's total score</string>
               </property>
               <property name="text" >
                <string>Not ready yet</string>
               </property>
              </widget>
             </item>
             <item row="2" column="2" >
              <spacer>
               <property name="orientation" >
                <enum>Qt::Horizontal</enum>
               </property>
               <property name="sizeHint" stdset="0" >
                <size>
                 <width>40</width>
                 <height>10</height>
                </size>
               </property>
              </spacer>
             </item>
             <item row="3" column="0" colspan="3" >
              <widget class="QLabel" name="SMSC_label_3" >
               <property name="text" >
                <string>&lt;b>Results:&lt;/b></string>
               </property>
               <property name="textFormat" >
                <enum>Qt::RichText</enum>
               </property>
              </widget>
             </item>
             <item row="4" column="0" colspan="3" >
              <widget class="QTableWidget" name="SMSCResultsTableWidget" >
               <property name="statusTip" >
                <string>The selected client's exam results</string>
               </property>
               <column>
                <property name="text" >
                 <string>Question name</string>
                </property>
               </column>
               <column>
                <property name="text" >
                 <string>Answered correctly</string>
                </property>
               </column>
               <column>
                <property name="text" >
                 <string>Answer</string>
                </property>
               </column>
               <column>
                <property name="text" >
                 <string>Correct answer</string>
                </property>
               </column>
              </widget>
             </item>
            </layout>
           </widget>
          </item>
         </layout>
        </item>
        <item>
         <widget class="QGroupBox" name="SMLogGroupBox" >
          <property name="minimumSize" >
           <size>
            <width>0</width>
            <height>70</height>
           </size>
          </property>
          <property name="maximumSize" >
           <size>
            <width>16777215</width>
            <height>175</height>
           </size>
          </property>
          <property name="title" >
           <string>Server log</string>
          </property>
          <layout class="QVBoxLayout" >
           <item>
            <widget class="QListWidget" name="SMSLListWidget" >
             <property name="statusTip" >
              <string>Server log</string>
             </property>
            </widget>
           </item>
          </layout>
         </widget>
        </item>
       </layout>
      </widget>
      <widget class="QWidget" name="savedSessionsPage" >
       <property name="geometry" >
        <rect>
         <x>0</x>
         <y>0</y>
         <width>860</width>
         <height>579</height>
        </rect>
       </property>
       <layout class="QHBoxLayout" >
        <property name="margin" >
         <number>6</number>
        </property>
        <item>
         <layout class="QVBoxLayout" >
          <property name="spacing" >
           <number>0</number>
          </property>
          <item>
           <widget class="QGroupBox" name="SVLSGroupBox" >
            <property name="minimumSize" >
             <size>
              <width>240</width>
              <height>0</height>
             </size>
            </property>
            <property name="maximumSize" >
             <size>
              <width>240</width>
              <height>16777215</height>
             </size>
            </property>
            <property name="title" >
             <string>List of sessions</string>
            </property>
            <layout class="QVBoxLayout" >
             <item>
              <layout class="QHBoxLayout" >
               <item>
                <widget class="QLabel" name="label_search_sessions" >
                 <property name="text" >
                  <string>Search:</string>
                 </property>
                </widget>
               </item>
               <item>
                <widget class="ExtendedLineEdit" name="SVLSSearchLineEdit" >
                 <property name="statusTip" >
                  <string>Type a keyword to filter the list below</string>
                 </property>
                </widget>
               </item>
              </layout>
             </item>
             <item>
              <widget class="MTListWidget" name="SVLSListWidget" >
               <property name="statusTip" >
                <string>Double click a session to view</string>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QLabel" name="label_archived_sessions" >
               <property name="text" >
                <string>&lt;b>Archived sessions:&lt;/b></string>
               </property>
              </widget>
             </item>
             <item>
              <widget class="MTListWidget" name="SVLASListWidget" >
               <property name="statusTip" >
                <string>Double click a session to view</string>
               </property>
              </widget>
             </item>
            </layout>
           </widget>
          </item>
         </layout>
        </item>
        <item>
         <widget class="QWidget" native="1" name="SVSelectedSessionWidget" >
          <property name="enabled" >
           <bool>false</bool>
          </property>
          <layout class="QVBoxLayout" >
           <property name="margin" >
            <number>0</number>
           </property>
           <item>
            <widget class="QGroupBox" name="SVCSGroupBox" >
             <property name="sizePolicy" >
              <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
               <horstretch>0</horstretch>
               <verstretch>0</verstretch>
              </sizepolicy>
             </property>
             <property name="title" >
              <string>Selected session</string>
             </property>
             <layout class="QGridLayout" name="gridLayout" >
              <item row="0" column="0" >
               <widget class="QLabel" name="label_current_session_name" >
                <property name="text" >
                 <string>&lt;b>Session name:&lt;/b></string>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
                </property>
               </widget>
              </item>
              <item row="0" column="1" >
               <widget class="QLabel" name="SVNameLabel" >
                <property name="minimumSize" >
                 <size>
                  <width>150</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="statusTip" >
                 <string>Name of the selected session</string>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
                </property>
               </widget>
              </item>
              <item rowspan="2" row="0" column="2" >
               <widget class="QLabel" name="label_current_session_passmark" >
                <property name="text" >
                 <string>&lt;b>Pass mark:&lt;/b></string>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
                </property>
               </widget>
              </item>
              <item rowspan="2" row="0" column="3" >
               <widget class="QLabel" name="SVPassMarkLabel" >
                <property name="minimumSize" >
                 <size>
                  <width>50</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="statusTip" >
                 <string>The minimum number of correct answers to pass this exam</string>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
                </property>
               </widget>
              </item>
              <item row="0" column="4" >
               <widget class="QLabel" name="label_overall_results" >
                <property name="sizePolicy" >
                 <sizepolicy vsizetype="Preferred" hsizetype="Fixed" >
                  <horstretch>0</horstretch>
                  <verstretch>0</verstretch>
                 </sizepolicy>
                </property>
                <property name="text" >
                 <string>&lt;b>Average:&lt;/b></string>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
                </property>
               </widget>
              </item>
              <item row="0" column="5" >
               <widget class="QLabel" name="label_overall_score_bad" >
                <property name="maximumSize" >
                 <size>
                  <width>75</width>
                  <height>16777215</height>
                 </size>
                </property>
                <property name="text" >
                 <string>Bad</string>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
                </property>
               </widget>
              </item>
              <item row="0" column="6" >
               <widget class="QLabel" name="label_overall_score_good" >
                <property name="maximumSize" >
                 <size>
                  <width>75</width>
                  <height>16777215</height>
                 </size>
                </property>
                <property name="text" >
                 <string>Good</string>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTop|Qt::AlignTrailing</set>
                </property>
               </widget>
              </item>
              <item row="1" column="0" >
               <widget class="QLabel" name="label_current_session_datetime" >
                <property name="text" >
                 <string>&lt;b>Date and time:&lt;/b></string>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item row="1" column="1" >
               <widget class="QLabel" name="SVDateTimeLabel" >
                <property name="minimumSize" >
                 <size>
                  <width>150</width>
                  <height>0</height>
                 </size>
                </property>
                <property name="statusTip" >
                 <string>Date and time of the selected session</string>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item row="1" column="4" >
               <widget class="QLabel" name="SVOverallResultsLabel" >
                <property name="text" >
                 <string/>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
                </property>
               </widget>
              </item>
              <item row="1" column="5" colspan="2" >
               <widget class="QProgressBar" name="SVOverallResultsProgressBar" >
                <property name="maximumSize" >
                 <size>
                  <width>156</width>
                  <height>16777215</height>
                 </size>
                </property>
                <property name="statusTip" >
                 <string>Average result of the selected session</string>
                </property>
                <property name="value" >
                 <number>24</number>
                </property>
                <property name="alignment" >
                 <set>Qt::AlignHCenter</set>
                </property>
                <property name="textVisible" >
                 <bool>false</bool>
                </property>
                <property name="orientation" >
                 <enum>Qt::Horizontal</enum>
                </property>
               </widget>
              </item>
             </layout>
            </widget>
           </item>
           <item>
            <widget class="QSplitter" name="SVSplitter" >
             <property name="orientation" >
              <enum>Qt::Vertical</enum>
             </property>
             <property name="opaqueResize" >
              <bool>false</bool>
             </property>
             <widget class="QWidget" name="layoutWidget" >
              <layout class="QHBoxLayout" >
               <property name="spacing" >
                <number>6</number>
               </property>
               <item>
                <widget class="QGroupBox" name="SVLCGroupBox" >
                 <property name="minimumSize" >
                  <size>
                   <width>200</width>
                   <height>0</height>
                  </size>
                 </property>
                 <property name="maximumSize" >
                  <size>
                   <width>200</width>
                   <height>16777215</height>
                  </size>
                 </property>
                 <property name="title" >
                  <string>List of students</string>
                 </property>
                 <layout class="QVBoxLayout" >
                  <item>
                   <widget class="QListWidget" name="SVLCListWidget" >
                    <property name="statusTip" >
                     <string>Select a student to get more information</string>
                    </property>
                   </widget>
                  </item>
                 </layout>
                </widget>
               </item>
               <item>
                <widget class="QTabWidget" name="SVStudentTabWidget" >
                 <property name="currentIndex" >
                  <number>0</number>
                 </property>
                 <widget class="QWidget" name="selectedStudentTab" >
                  <property name="geometry" >
                   <rect>
                    <x>0</x>
                    <y>0</y>
                    <width>378</width>
                    <height>243</height>
                   </rect>
                  </property>
                  <attribute name="title" >
                   <string>Selected student</string>
                  </attribute>
                  <layout class="QGridLayout" >
                   <item row="0" column="0" >
                    <widget class="QLabel" name="SVStudent_label_1" >
                     <property name="text" >
                      <string>&lt;b>Name:&lt;/b></string>
                     </property>
                     <property name="textFormat" >
                      <enum>Qt::RichText</enum>
                     </property>
                    </widget>
                   </item>
                   <item row="0" column="1" >
                    <widget class="QLabel" name="SVStudentNameLabel" >
                     <property name="statusTip" >
                      <string>The selected student's name</string>
                     </property>
                     <property name="text" >
                      <string>Not identified yet</string>
                     </property>
                    </widget>
                   </item>
                   <item row="0" column="2" >
                    <spacer>
                     <property name="orientation" >
                      <enum>Qt::Horizontal</enum>
                     </property>
                     <property name="sizeHint" stdset="0" >
                      <size>
                       <width>16</width>
                       <height>18</height>
                      </size>
                     </property>
                    </spacer>
                   </item>
                   <item row="1" column="0" >
                    <widget class="QLabel" name="SVStudent_label_2" >
                     <property name="text" >
                      <string>&lt;b>Total score:&lt;/b></string>
                     </property>
                     <property name="textFormat" >
                      <enum>Qt::RichText</enum>
                     </property>
                    </widget>
                   </item>
                   <item row="1" column="1" >
                    <widget class="QLabel" name="SVStudentScoreLabel" >
                     <property name="statusTip" >
                      <string>The selected student's total score</string>
                     </property>
                     <property name="text" >
                      <string>Not ready yet</string>
                     </property>
                    </widget>
                   </item>
                   <item row="1" column="2" >
                    <spacer>
                     <property name="orientation" >
                      <enum>Qt::Horizontal</enum>
                     </property>
                     <property name="sizeHint" stdset="0" >
                      <size>
                       <width>16</width>
                       <height>18</height>
                      </size>
                     </property>
                    </spacer>
                   </item>
                   <item row="2" column="0" colspan="3" >
                    <widget class="QLabel" name="SVStudent_label_3" >
                     <property name="text" >
                      <string>&lt;b>Results:&lt;/b></string>
                     </property>
                     <property name="textFormat" >
                      <enum>Qt::RichText</enum>
                     </property>
                    </widget>
                   </item>
                   <item row="3" column="0" colspan="3" >
                    <widget class="QTableWidget" name="SVStudentResultsTableWidget" >
                     <property name="statusTip" >
                      <string>The selected student's exam results</string>
                     </property>
                     <column>
                      <property name="text" >
                       <string>Question name</string>
                      </property>
                     </column>
                     <column>
                      <property name="text" >
                       <string>Score</string>
                      </property>
                     </column>
                     <column>
                      <property name="text" >
                       <string>Answer</string>
                      </property>
                     </column>
                     <column>
                      <property name="text" >
                       <string>Correct answer</string>
                      </property>
                     </column>
                    </widget>
                   </item>
                  </layout>
                 </widget>
                 <widget class="QWidget" name="passMarkDetailsTab" >
                  <property name="geometry" >
                   <rect>
                    <x>0</x>
                    <y>0</y>
                    <width>360</width>
                    <height>252</height>
                   </rect>
                  </property>
                  <attribute name="title" >
                   <string>Pass mark</string>
                  </attribute>
                  <layout class="QVBoxLayout" >
                   <item>
                    <layout class="QHBoxLayout" >
                     <item>
                      <widget class="QLabel" name="label_search_details" >
                       <property name="text" >
                        <string>Search:</string>
                       </property>
                      </widget>
                     </item>
                     <item>
                      <widget class="ExtendedLineEdit" name="SVSearchDetailsLineEdit" >
                       <property name="statusTip" >
                        <string>Type a keyword to filter the list below</string>
                       </property>
                      </widget>
                     </item>
                    </layout>
                   </item>
                   <item>
                    <widget class="MTTableWidget" name="SVPassMarkTableWidget" >
                     <property name="statusTip" >
                      <string>Pass mark details</string>
                     </property>
                     <property name="showGrid" >
                      <bool>false</bool>
                     </property>
                     <column>
                      <property name="text" >
                       <string>Flag name</string>
                      </property>
                     </column>
                     <column>
                      <property name="text" >
                       <string>Pass mark</string>
                      </property>
                     </column>
                    </widget>
                   </item>
                  </layout>
                 </widget>
                 <widget class="QWidget" name="scoringSystemTab" >
                  <property name="geometry" >
                   <rect>
                    <x>0</x>
                    <y>0</y>
                    <width>378</width>
                    <height>243</height>
                   </rect>
                  </property>
                  <attribute name="title" >
                   <string>Scoring system</string>
                  </attribute>
                  <layout class="QVBoxLayout" >
                   <item>
                    <widget class="QTableWidget" name="SVScoringSystemTableWidget" >
                     <row>
                      <property name="text" >
                       <string/>
                      </property>
                     </row>
                     <row>
                      <property name="text" >
                       <string/>
                      </property>
                      <property name="icon" >
                       <iconset resource="resources.qrc" >
                        <normaloff>:/images/images/easy.png</normaloff>:/images/images/easy.png</iconset>
                      </property>
                     </row>
                     <row>
                      <property name="text" >
                       <string/>
                      </property>
                      <property name="icon" >
                       <iconset resource="resources.qrc" >
                        <normaloff>:/images/images/easy.png</normaloff>:/images/images/easy.png</iconset>
                      </property>
                     </row>
                     <row>
                      <property name="text" >
                       <string/>
                      </property>
                      <property name="icon" >
                       <iconset resource="resources.qrc" >
                        <normaloff>:/images/images/easy.png</normaloff>:/images/images/easy.png</iconset>
                      </property>
                     </row>
                     <row>
                      <property name="text" >
                       <string/>
                      </property>
                      <property name="icon" >
                       <iconset resource="resources.qrc" >
                        <normaloff>:/images/images/medium.png</normaloff>:/images/images/medium.png</iconset>
                      </property>
                     </row>
                     <row>
                      <property name="text" >
                       <string/>
                      </property>
                      <property name="icon" >
                       <iconset resource="resources.qrc" >
                        <normaloff>:/images/images/medium.png</normaloff>:/images/images/medium.png</iconset>
                      </property>
                     </row>
                     <row>
                      <property name="text" >
                       <string/>
                      </property>
                      <property name="icon" >
                       <iconset resource="resources.qrc" >
                        <normaloff>:/images/images/medium.png</normaloff>:/images/images/medium.png</iconset>
                      </property>
                     </row>
                     <row>
                      <property name="text" >
                       <string/>
                      </property>
                      <property name="icon" >
                       <iconset resource="resources.qrc" >
                        <normaloff>:/images/images/difficult.png</normaloff>:/images/images/difficult.png</iconset>
                      </property>
                     </row>
                     <row>
                      <property name="text" >
                       <string/>
                      </property>
                      <property name="icon" >
                       <iconset resource="resources.qrc" >
                        <normaloff>:/images/images/difficult.png</normaloff>:/images/images/difficult.png</iconset>
                      </property>
                     </row>
                     <row>
                      <property name="text" >
                       <string/>
                      </property>
                      <property name="icon" >
                       <iconset resource="resources.qrc" >
                        <normaloff>:/images/images/difficult.png</normaloff>:/images/images/difficult.png</iconset>
                      </property>
                     </row>
                     <column>
                      <property name="text" >
                       <string/>
                      </property>
                     </column>
                     <column>
                      <property name="text" >
                       <string>Value</string>
                      </property>
                     </column>
                     <item row="0" column="0" >
                      <property name="text" >
                       <string>Partially correct answers</string>
                      </property>
                     </item>
                     <item row="1" column="0" >
                      <property name="text" >
                       <string>Correct answer</string>
                      </property>
                     </item>
                     <item row="2" column="0" >
                      <property name="text" >
                       <string>Incorrect answer</string>
                      </property>
                     </item>
                     <item row="3" column="0" >
                      <property name="text" >
                       <string>Missing answer</string>
                      </property>
                     </item>
                     <item row="4" column="0" >
                      <property name="text" >
                       <string>Correct answer</string>
                      </property>
                     </item>
                     <item row="5" column="0" >
                      <property name="text" >
                       <string>Incorrect answer</string>
                      </property>
                     </item>
                     <item row="6" column="0" >
                      <property name="text" >
                       <string>Missing answer</string>
                      </property>
                     </item>
                     <item row="7" column="0" >
                      <property name="text" >
                       <string>Correct answer</string>
                      </property>
                     </item>
                     <item row="8" column="0" >
                      <property name="text" >
                       <string>Incorrect answer</string>
                      </property>
                     </item>
                     <item row="9" column="0" >
                      <property name="text" >
                       <string>Missing answer</string>
                      </property>
                     </item>
                    </widget>
                   </item>
                  </layout>
                 </widget>
                </widget>
               </item>
              </layout>
             </widget>
             <widget class="QGroupBox" name="SVLogGroupBox" >
              <property name="minimumSize" >
               <size>
                <width>0</width>
                <height>70</height>
               </size>
              </property>
              <property name="maximumSize" >
               <size>
                <width>16777215</width>
                <height>175</height>
               </size>
              </property>
              <property name="title" >
               <string>Server log</string>
              </property>
              <layout class="QVBoxLayout" >
               <item>
                <widget class="QListWidget" name="SVLogListWidget" >
                 <property name="statusTip" >
                  <string>Server log</string>
                 </property>
                </widget>
               </item>
              </layout>
             </widget>
            </widget>
           </item>
          </layout>
         </widget>
        </item>
       </layout>
      </widget>
      <widget class="QWidget" name="classesPage" >
       <property name="geometry" >
        <rect>
         <x>0</x>
         <y>0</y>
         <width>860</width>
         <height>579</height>
        </rect>
       </property>
       <layout class="QGridLayout" >
        <property name="margin" >
         <number>6</number>
        </property>
        <item rowspan="2" row="0" column="0" >
         <widget class="QGroupBox" name="CLLCGroupBox" >
          <property name="minimumSize" >
           <size>
            <width>240</width>
            <height>0</height>
           </size>
          </property>
          <property name="maximumSize" >
           <size>
            <width>240</width>
            <height>16777215</height>
           </size>
          </property>
          <property name="title" >
           <string>List of classes</string>
          </property>
          <layout class="QVBoxLayout" >
           <item>
            <layout class="QHBoxLayout" >
             <item>
              <widget class="QLabel" name="label_search_classes" >
               <property name="text" >
                <string>Search:</string>
               </property>
              </widget>
             </item>
             <item>
              <widget class="ExtendedLineEdit" name="CLLCSearchLineEdit" >
               <property name="statusTip" >
                <string>Type a keyword to filter the list below</string>
               </property>
              </widget>
             </item>
            </layout>
           </item>
           <item>
            <widget class="MTListWidget" name="CLLCListWidget" >
             <property name="statusTip" >
              <string>Double click a class to view</string>
             </property>
            </widget>
           </item>
           <item>
            <layout class="QHBoxLayout" >
             <item>
              <widget class="MTToolButton" name="tbtnAdd_class" >
               <property name="iconSize" >
                <size>
                 <width>16</width>
                 <height>16</height>
                </size>
               </property>
               <property name="toolButtonStyle" >
                <enum>Qt::ToolButtonTextBesideIcon</enum>
               </property>
              </widget>
             </item>
             <item>
              <spacer>
               <property name="orientation" >
                <enum>Qt::Horizontal</enum>
               </property>
               <property name="sizeHint" stdset="0" >
                <size>
                 <width>40</width>
                 <height>20</height>
                </size>
               </property>
              </spacer>
             </item>
             <item>
              <widget class="MTToolButton" name="tbtnDelete_class" >
               <property name="iconSize" >
                <size>
                 <width>16</width>
                 <height>16</height>
                </size>
               </property>
               <property name="toolButtonStyle" >
                <enum>Qt::ToolButtonTextBesideIcon</enum>
               </property>
              </widget>
             </item>
            </layout>
           </item>
          </layout>
         </widget>
        </item>
        <item row="0" column="1" colspan="2" >
         <widget class="QGroupBox" name="CLSCGroupBox" >
          <property name="sizePolicy" >
           <sizepolicy vsizetype="Maximum" hsizetype="Expanding" >
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="title" >
           <string>Selected class</string>
          </property>
          <layout class="QGridLayout" >
           <item row="0" column="0" >
            <widget class="QLabel" name="CLSCNameLabel" >
             <property name="text" >
              <string>&lt;b>Class name:&lt;/b></string>
             </property>
             <property name="alignment" >
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
             </property>
            </widget>
           </item>
           <item row="0" column="1" >
            <widget class="QLineEdit" name="CLSCNameLineEdit" >
             <property name="statusTip" >
              <string>Name of the selected class (if you change this name, do not forget to click the Apply button on the right)</string>
             </property>
            </widget>
           </item>
           <item row="0" column="3" >
            <widget class="QLabel" name="CLSCFirstYearLabel" >
             <property name="text" >
              <string>&lt;b>First year:&lt;/b></string>
             </property>
             <property name="alignment" >
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
             </property>
            </widget>
           </item>
           <item row="0" column="4" >
            <widget class="MTSpinBox" name="CLSCFirstYearSpinBox" >
             <property name="statusTip" >
              <string>The first year of the selected class (if you change this year, do not forget to click the Apply button on the right)</string>
             </property>
             <property name="minimum" >
              <number>1900</number>
             </property>
             <property name="maximum" >
              <number>3000</number>
             </property>
             <property name="value" >
              <number>2005</number>
             </property>
            </widget>
           </item>
           <item row="0" column="6" >
            <widget class="QLabel" name="CLSCLastYearLabel" >
             <property name="text" >
              <string>&lt;b>Last year:&lt;/b></string>
             </property>
             <property name="alignment" >
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
             </property>
            </widget>
           </item>
           <item row="0" column="7" >
            <widget class="MTSpinBox" name="CLSCLastYearSpinBox" >
             <property name="statusTip" >
              <string>The last year of the selected class (if you change this year, do not forget to click the Apply button on the right)</string>
             </property>
             <property name="minimum" >
              <number>1900</number>
             </property>
             <property name="maximum" >
              <number>3000</number>
             </property>
             <property name="value" >
              <number>2009</number>
             </property>
            </widget>
           </item>
           <item row="0" column="2" >
            <spacer>
             <property name="orientation" >
              <enum>Qt::Horizontal</enum>
             </property>
             <property name="sizeHint" stdset="0" >
              <size>
               <width>40</width>
               <height>20</height>
              </size>
             </property>
            </spacer>
           </item>
           <item row="0" column="5" >
            <spacer>
             <property name="orientation" >
              <enum>Qt::Horizontal</enum>
             </property>
             <property name="sizeType" >
              <enum>QSizePolicy::Fixed</enum>
             </property>
             <property name="sizeHint" stdset="0" >
              <size>
               <width>30</width>
               <height>20</height>
              </size>
             </property>
            </spacer>
           </item>
           <item row="1" column="0" >
            <widget class="QLabel" name="CLSCNumStudentsTextLabel" >
             <property name="text" >
              <string>&lt;b>Number of students:&lt;/b></string>
             </property>
             <property name="alignment" >
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
             </property>
            </widget>
           </item>
           <item row="1" column="1" >
            <widget class="QLabel" name="CLSCNumStudentsLabel" >
             <property name="statusTip" >
              <string>Number of students in the selected class</string>
             </property>
             <property name="text" >
              <string>0</string>
             </property>
            </widget>
           </item>
           <item row="1" column="6" >
            <widget class="QLabel" name="CLSCAverageTextLabel" >
             <property name="text" >
              <string>&lt;b>Class average:&lt;/b></string>
             </property>
             <property name="alignment" >
              <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
             </property>
            </widget>
           </item>
           <item row="1" column="7" >
            <widget class="QLabel" name="CLSCAverageLabel" >
             <property name="text" >
              <string>0%</string>
             </property>
            </widget>
           </item>
           <item row="0" column="8" >
            <widget class="QToolButton" name="tbtnApplyClassChanges" >
             <property name="statusTip" >
              <string>Apply changes</string>
             </property>
             <property name="icon" >
              <iconset resource="resources.qrc" >
               <normaloff>:/images/images/button_ok.png</normaloff>:/images/images/button_ok.png</iconset>
             </property>
             <property name="iconSize" >
              <size>
               <width>16</width>
               <height>16</height>
              </size>
             </property>
            </widget>
           </item>
          </layout>
         </widget>
        </item>
        <item rowspan="2" row="1" column="1" >
         <widget class="QGroupBox" name="CLLSGroupBox" >
          <property name="minimumSize" >
           <size>
            <width>200</width>
            <height>0</height>
           </size>
          </property>
          <property name="maximumSize" >
           <size>
            <width>200</width>
            <height>16777215</height>
           </size>
          </property>
          <property name="title" >
           <string>List of students</string>
          </property>
          <layout class="QVBoxLayout" >
           <item>
            <layout class="QHBoxLayout" >
             <item>
              <widget class="QLabel" name="label_search_class_students" >
               <property name="text" >
                <string>Search:</string>
               </property>
              </widget>
             </item>
             <item>
              <widget class="ExtendedLineEdit" name="CLLSSearchLineEdit" >
               <property name="statusTip" >
                <string>Type a keyword to filter the list below</string>
               </property>
              </widget>
             </item>
            </layout>
           </item>
           <item>
            <widget class="MTListWidget" name="CLLSListWidget" >
             <property name="statusTip" >
              <string>Select a student to get more information</string>
             </property>
            </widget>
           </item>
           <item>
            <layout class="QHBoxLayout" >
             <item>
              <widget class="MTToolButton" name="tbtnAdd_student" >
               <property name="iconSize" >
                <size>
                 <width>16</width>
                 <height>16</height>
                </size>
               </property>
               <property name="toolButtonStyle" >
                <enum>Qt::ToolButtonTextBesideIcon</enum>
               </property>
              </widget>
             </item>
             <item>
              <spacer>
               <property name="orientation" >
                <enum>Qt::Horizontal</enum>
               </property>
               <property name="sizeHint" stdset="0" >
                <size>
                 <width>40</width>
                 <height>20</height>
                </size>
               </property>
              </spacer>
             </item>
             <item>
              <widget class="MTToolButton" name="tbtnDelete_student" >
               <property name="iconSize" >
                <size>
                 <width>16</width>
                 <height>16</height>
                </size>
               </property>
               <property name="toolButtonStyle" >
                <enum>Qt::ToolButtonTextBesideIcon</enum>
               </property>
              </widget>
             </item>
            </layout>
           </item>
          </layout>
         </widget>
        </item>
        <item rowspan="2" row="1" column="2" >
         <widget class="QGroupBox" name="CLSSGroupBox" >
          <property name="sizePolicy" >
           <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
            <horstretch>0</horstretch>
            <verstretch>0</verstretch>
           </sizepolicy>
          </property>
          <property name="title" >
           <string>Selected student</string>
          </property>
          <layout class="QVBoxLayout" >
           <item>
            <layout class="QHBoxLayout" >
             <item>
              <widget class="QLabel" name="CLSSNameLabel" >
               <property name="text" >
                <string>&lt;b>Name:&lt;/b></string>
               </property>
               <property name="textFormat" >
                <enum>Qt::RichText</enum>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QLineEdit" name="CLSSNameLineEdit" >
               <property name="statusTip" >
                <string>Name of the selected student (if you change this name, do not forget to click the Apply button on the right)</string>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QToolButton" name="tbtnSaveMemberName" >
               <property name="statusTip" >
                <string>Apply changes</string>
               </property>
               <property name="icon" >
                <iconset resource="resources.qrc" >
                 <normaloff>:/images/images/button_ok.png</normaloff>:/images/images/button_ok.png</iconset>
               </property>
               <property name="iconSize" >
                <size>
                 <width>16</width>
                 <height>16</height>
                </size>
               </property>
              </widget>
             </item>
             <item>
              <spacer>
               <property name="orientation" >
                <enum>Qt::Horizontal</enum>
               </property>
               <property name="sizeHint" stdset="0" >
                <size>
                 <width>40</width>
                 <height>20</height>
                </size>
               </property>
              </spacer>
             </item>
             <item>
              <widget class="QLabel" name="CLSSAverageTextLabel" >
               <property name="text" >
                <string>&lt;b>Average:&lt;/b></string>
               </property>
               <property name="textFormat" >
                <enum>Qt::RichText</enum>
               </property>
              </widget>
             </item>
             <item>
              <widget class="QLabel" name="CLSSAverageLabel" >
               <property name="statusTip" >
                <string>The selected student's average</string>
               </property>
               <property name="text" >
                <string>0%</string>
               </property>
              </widget>
             </item>
            </layout>
           </item>
           <item>
            <widget class="QLabel" name="CLSSResultsLabel" >
             <property name="text" >
              <string>&lt;b>Results:&lt;/b></string>
             </property>
             <property name="textFormat" >
              <enum>Qt::RichText</enum>
             </property>
            </widget>
           </item>
           <item>
            <widget class="MTTableWidget" name="CLSSResultsTableWidget" >
             <property name="statusTip" >
              <string>List of results of the selected student</string>
             </property>
             <column>
              <property name="text" >
               <string>Session</string>
              </property>
             </column>
             <column>
              <property name="text" >
               <string>Name</string>
              </property>
             </column>
             <column>
              <property name="text" >
               <string>Results</string>
              </property>
             </column>
            </widget>
           </item>
           <item>
            <layout class="QHBoxLayout" >
             <item>
              <widget class="QToolButton" name="tbtnAddSession" >
               <property name="statusTip" >
                <string>Add the selected session from the list of sessions on the left to the list of results above</string>
               </property>
               <property name="text" >
                <string>Add selected session</string>
               </property>
               <property name="icon" >
                <iconset resource="resources.qrc" >
                 <normaloff>:/images/images/savedsession-add32.png</normaloff>:/images/images/savedsession-add32.png</iconset>
               </property>
               <property name="iconSize" >
                <size>
                 <width>16</width>
                 <height>16</height>
                </size>
               </property>
               <property name="toolButtonStyle" >
                <enum>Qt::ToolButtonTextBesideIcon</enum>
               </property>
              </widget>
             </item>
             <item>
              <spacer>
               <property name="orientation" >
                <enum>Qt::Horizontal</enum>
               </property>
               <property name="sizeHint" stdset="0" >
                <size>
                 <width>201</width>
                 <height>20</height>
                </size>
               </property>
              </spacer>
             </item>
             <item>
              <widget class="QToolButton" name="tbtnRemoveSession" >
               <property name="statusTip" >
                <string>Remove the selected session from the list of results</string>
               </property>
               <property name="text" >
                <string>Remove</string>
               </property>
               <property name="icon" >
                <iconset resource="resources.qrc" >
                 <normaloff>:/images/images/savedsession-remove32.png</normaloff>:/images/images/savedsession-remove32.png</iconset>
               </property>
               <property name="iconSize" >
                <size>
                 <width>16</width>
                 <height>16</height>
                </size>
               </property>
               <property name="toolButtonStyle" >
                <enum>Qt::ToolButtonTextBesideIcon</enum>
               </property>
              </widget>
             </item>
            </layout>
           </item>
          </layout>
         </widget>
        </item>
        <item row="2" column="0" >
         <widget class="QGroupBox" name="CLLSSGroupBox" >
          <property name="minimumSize" >
           <size>
            <width>240</width>
            <height>0</height>
           </size>
          </property>
          <property name="maximumSize" >
           <size>
            <width>240</width>
            <height>16777215</height>
           </size>
          </property>
          <property name="title" >
           <string>List of sessions</string>
          </property>
          <layout class="QVBoxLayout" >
           <item>
            <layout class="QHBoxLayout" >
             <item>
              <widget class="QLabel" name="label_search_class_sessions" >
               <property name="text" >
                <string>Search:</string>
               </property>
              </widget>
             </item>
             <item>
              <widget class="ExtendedLineEdit" name="CLLSSSearchLineEdit" >
               <property name="statusTip" >
                <string>Type a keyword to filter the list below</string>
               </property>
              </widget>
             </item>
            </layout>
           </item>
           <item>
            <widget class="MTListWidget" name="CLLSSListWidget" >
             <property name="statusTip" >
              <string>Double click a session to view</string>
             </property>
            </widget>
           </item>
           <item>
            <layout class="QHBoxLayout" >
             <item>
              <widget class="MTToolButton" name="tbtnAdd_session" >
               <property name="iconSize" >
                <size>
                 <width>16</width>
                 <height>16</height>
                </size>
               </property>
               <property name="toolButtonStyle" >
                <enum>Qt::ToolButtonTextBesideIcon</enum>
               </property>
              </widget>
             </item>
             <item>
              <spacer>
               <property name="orientation" >
                <enum>Qt::Horizontal</enum>
               </property>
               <property name="sizeHint" stdset="0" >
                <size>
                 <width>40</width>
                 <height>20</height>
                </size>
               </property>
              </spacer>
             </item>
             <item>
              <widget class="MTToolButton" name="tbtnDelete_session" >
               <property name="iconSize" >
                <size>
                 <width>16</width>
                 <height>16</height>
                </size>
               </property>
               <property name="toolButtonStyle" >
                <enum>Qt::ToolButtonTextBesideIcon</enum>
               </property>
              </widget>
             </item>
            </layout>
           </item>
          </layout>
         </widget>
        </item>
       </layout>
      </widget>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menubar" >
   <property name="geometry" >
    <rect>
     <x>0</x>
     <y>0</y>
     <width>860</width>
     <height>22</height>
    </rect>
   </property>
   <widget class="QMenu" name="menuHelp" >
    <property name="title" >
     <string>&amp;Help</string>
    </property>
    <addaction name="actionCheck_for_updates" />
    <addaction name="separator" />
    <addaction name="actionDocumentation" />
    <addaction name="actionAbout" />
   </widget>
   <widget class="QMenu" name="menuSession" >
    <property name="title" >
     <string>Sessio&amp;n</string>
    </property>
    <addaction name="actionPrint" />
    <addaction name="actionPrint_session_summary" />
    <addaction name="actionPrint_all" />
    <addaction name="separator" />
    <addaction name="actionExport_log" />
    <addaction name="actionDelete_log" />
    <addaction name="separator" />
    <addaction name="actionArchive_session" />
    <addaction name="actionCopy_to_archive" />
    <addaction name="actionRestore_session" />
    <addaction name="actionCopy_from_archive" />
   </widget>
   <widget class="QMenu" name="menuView" >
    <property name="title" >
     <string>&amp;View</string>
    </property>
    <addaction name="actionEdit_questions" />
    <addaction name="actionEdit_comments" />
    <addaction name="actionEdit_flags" />
    <addaction name="actionEdit_test" />
    <addaction name="actionSaved_sessions" />
    <addaction name="actionEdit_classes" />
    <addaction name="separator" />
    <addaction name="actionShow_DBI" />
    <addaction name="separator" />
    <addaction name="actionChange_language" />
   </widget>
   <widget class="QMenu" name="menuQuestion" >
    <property name="title" >
     <string>&amp;Question</string>
    </property>
    <widget class="QMenu" name="menuAttachments" >
     <property name="title" >
      <string>Attachments</string>
     </property>
     <property name="icon" >
      <iconset resource="resources.qrc" >
       <normaloff>:/images/images/attachment.png</normaloff>:/images/images/attachment.png</iconset>
     </property>
     <addaction name="actionAdd_SVG" />
     <addaction name="actionRemove_SVG" />
     <addaction name="actionEdit_SVG" />
     <addaction name="actionExport_SVG" />
    </widget>
    <addaction name="actionAdd" />
    <addaction name="actionDuplicate" />
    <addaction name="actionDelete" />
    <addaction name="actionHide" />
    <addaction name="separator" />
    <addaction name="actionMove_to_top" />
    <addaction name="actionMove_up" />
    <addaction name="actionMove_down" />
    <addaction name="actionMove_to_bottom" />
    <addaction name="separator" />
    <addaction name="menuAttachments" />
    <addaction name="separator" />
    <addaction name="actionApply" />
    <addaction name="actionDiscard" />
   </widget>
   <widget class="QMenu" name="menuServer" >
    <property name="title" >
     <string>&amp;Server</string>
    </property>
    <addaction name="actionStart_server" />
    <addaction name="actionStop_server" />
    <addaction name="separator" />
    <addaction name="actionRun_Test_Writer" />
    <addaction name="separator" />
    <addaction name="actionExport_test" />
    <addaction name="actionAdd_offline_client" />
    <addaction name="actionAdd_offline_clients" />
    <addaction name="actionExport_log" />
    <addaction name="separator" />
    <addaction name="actionQuickPrint" />
    <addaction name="actionPrint" />
    <addaction name="separator" />
    <addaction name="actionSave_session" />
   </widget>
   <widget class="QMenu" name="menuDatabase" >
    <property name="title" >
     <string>&amp;Database</string>
    </property>
    <widget class="QMenu" name="menuSort_questions" >
     <property name="title" >
      <string>&amp;Sort questions</string>
     </property>
     <addaction name="actionFrom_A_to_Z" />
     <addaction name="actionFrom_Z_to_A" />
    </widget>
    <widget class="QMenu" name="menuFilter_LQ" >
     <property name="title" >
      <string>&amp;Filter the list of questions</string>
     </property>
     <property name="icon" >
      <iconset resource="resources.qrc" >
       <normaloff>:/images/images/filter.png</normaloff>:/images/images/filter.png</iconset>
     </property>
     <addaction name="actionShow_all" />
     <addaction name="actionShow_easy" />
     <addaction name="actionShow_medium" />
     <addaction name="actionShow_difficult" />
     <addaction name="actionShow_flag" />
    </widget>
    <addaction name="actionShow_hidden" />
    <addaction name="menuSort_questions" />
    <addaction name="menuFilter_LQ" />
    <addaction name="separator" />
    <addaction name="actionOverall_statistics" />
    <addaction name="actionPrint_questions" />
    <addaction name="separator" />
    <addaction name="actionUse_last_save_date" />
   </widget>
   <widget class="QMenu" name="menuFile" >
    <property name="title" >
     <string>&amp;File</string>
    </property>
    <addaction name="actionNew" />
    <addaction name="actionOpen" />
    <addaction name="actionSave" />
    <addaction name="actionSave_as" />
    <addaction name="actionSave_a_copy" />
    <addaction name="actionSave_a_backup" />
    <addaction name="separator" />
    <addaction name="actionClose" />
    <addaction name="actionQuit" />
   </widget>
   <widget class="QMenu" name="menuClass" >
    <property name="title" >
     <string>&amp;Class</string>
    </property>
    <addaction name="actionAdd_class" />
    <addaction name="actionDelete_class" />
    <addaction name="actionPrint_class_summary" />
    <addaction name="separator" />
    <addaction name="actionAdd_student" />
    <addaction name="actionDelete_student" />
    <addaction name="actionPrint" />
    <addaction name="actionPrint_all" />
    <addaction name="separator" />
    <addaction name="actionAdd_session" />
    <addaction name="actionDelete_session" />
   </widget>
   <addaction name="menuFile" />
   <addaction name="menuView" />
   <addaction name="menuDatabase" />
   <addaction name="menuQuestion" />
   <addaction name="menuServer" />
   <addaction name="menuSession" />
   <addaction name="menuClass" />
   <addaction name="menuHelp" />
  </widget>
  <widget class="QStatusBar" name="statusbar" >
   <property name="geometry" >
    <rect>
     <x>0</x>
     <y>663</y>
     <width>860</width>
     <height>22</height>
    </rect>
   </property>
  </widget>
  <widget class="QToolBar" name="toolBar" >
   <property name="geometry" >
    <rect>
     <x>0</x>
     <y>22</y>
     <width>860</width>
     <height>62</height>
    </rect>
   </property>
   <property name="movable" >
    <bool>false</bool>
   </property>
   <property name="orientation" >
    <enum>Qt::Horizontal</enum>
   </property>
   <property name="iconSize" >
    <size>
     <width>32</width>
     <height>32</height>
    </size>
   </property>
   <property name="toolButtonStyle" >
    <enum>Qt::ToolButtonTextUnderIcon</enum>
   </property>
   <attribute name="toolBarArea" >
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak" >
    <bool>false</bool>
   </attribute>
   <addaction name="actionNew" />
   <addaction name="actionOpen" />
   <addaction name="actionSave" />
   <addaction name="separator" />
   <addaction name="actionEdit_questions" />
   <addaction name="actionEdit_comments" />
   <addaction name="actionEdit_flags" />
   <addaction name="actionEdit_test" />
   <addaction name="actionSaved_sessions" />
   <addaction name="actionEdit_classes" />
   <addaction name="separator" />
   <addaction name="actionAdd" />
   <addaction name="actionDuplicate" />
   <addaction name="actionDelete" />
   <addaction name="separator" />
   <addaction name="actionQuickPrint" />
   <addaction name="actionPrint" />
  </widget>
  <action name="actionNew" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/filenew.png</normaloff>:/images/images/filenew.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;New</string>
   </property>
   <property name="toolTip" >
    <string>Create a new database</string>
   </property>
   <property name="statusTip" >
    <string>Create a new database</string>
   </property>
   <property name="whatsThis" >
    <string>Create a new database</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+N</string>
   </property>
  </action>
  <action name="actionOpen" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/fileopen.png</normaloff>:/images/images/fileopen.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Open</string>
   </property>
   <property name="toolTip" >
    <string>Open a database</string>
   </property>
   <property name="statusTip" >
    <string>Open a database</string>
   </property>
   <property name="whatsThis" >
    <string>Open a database</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+O</string>
   </property>
  </action>
  <action name="actionSave" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/filesave.png</normaloff>:/images/images/filesave.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Save</string>
   </property>
   <property name="toolTip" >
    <string>Save the open database</string>
   </property>
   <property name="statusTip" >
    <string>Save the open database</string>
   </property>
   <property name="whatsThis" >
    <string>Save the open database</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+S</string>
   </property>
  </action>
  <action name="actionSave_as" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/filesaveas.png</normaloff>:/images/images/filesaveas.png</iconset>
   </property>
   <property name="text" >
    <string>Save &amp;as</string>
   </property>
   <property name="statusTip" >
    <string>Save as</string>
   </property>
   <property name="whatsThis" >
    <string>Save as</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Shift+S</string>
   </property>
  </action>
  <action name="actionClose" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/fileclose.png</normaloff>:/images/images/fileclose.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Close</string>
   </property>
   <property name="toolTip" >
    <string>Close the open database</string>
   </property>
   <property name="statusTip" >
    <string>Close the open database</string>
   </property>
   <property name="whatsThis" >
    <string>Close the open database</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+W</string>
   </property>
  </action>
  <action name="actionQuit" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/quit.png</normaloff>:/images/images/quit.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Quit</string>
   </property>
   <property name="toolTip" >
    <string>Quit iTest</string>
   </property>
   <property name="statusTip" >
    <string>Quit iTest</string>
   </property>
   <property name="whatsThis" >
    <string>Quit iTest</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Q</string>
   </property>
  </action>
  <action name="actionEdit_flags" >
   <property name="checkable" >
    <bool>true</bool>
   </property>
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/flag.png</normaloff>:/images/images/flag.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Flags</string>
   </property>
   <property name="iconText" >
    <string>Flags</string>
   </property>
   <property name="toolTip" >
    <string>Edit flags</string>
   </property>
   <property name="statusTip" >
    <string>Edit flags</string>
   </property>
   <property name="whatsThis" >
    <string>Edit flags</string>
   </property>
  </action>
  <action name="actionEdit_test" >
   <property name="checkable" >
    <bool>true</bool>
   </property>
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/itestserver32.png</normaloff>:/images/images/itestserver32.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Server mode</string>
   </property>
   <property name="iconText" >
    <string>Server mode</string>
   </property>
   <property name="toolTip" >
    <string>Edit test settings and start the server</string>
   </property>
   <property name="statusTip" >
    <string>Edit test settings and start the server</string>
   </property>
   <property name="whatsThis" >
    <string>Edit test settings and start the server</string>
   </property>
  </action>
  <action name="actionAbout" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/itest32.png</normaloff>:/images/images/itest32.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;About</string>
   </property>
   <property name="toolTip" >
    <string>About iTest</string>
   </property>
   <property name="statusTip" >
    <string>About iTest</string>
   </property>
   <property name="whatsThis" >
    <string>About iTest</string>
   </property>
  </action>
  <action name="actionFrom_A_to_Z" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/sort_ascending.png</normaloff>:/images/images/sort_ascending.png</iconset>
   </property>
   <property name="text" >
    <string>From &amp;A to Z</string>
   </property>
   <property name="statusTip" >
    <string>Sort questions from A to Z</string>
   </property>
   <property name="whatsThis" >
    <string>Sort questions from A to Z</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Alt+Up</string>
   </property>
  </action>
  <action name="actionFrom_Z_to_A" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/sort_descending.png</normaloff>:/images/images/sort_descending.png</iconset>
   </property>
   <property name="text" >
    <string>From &amp;Z to A</string>
   </property>
   <property name="statusTip" >
    <string>Sort questions from Z to A</string>
   </property>
   <property name="whatsThis" >
    <string>Sort questions from Z to A</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Alt+Down</string>
   </property>
  </action>
  <action name="actionShow_all" >
   <property name="text" >
    <string>Show &amp;all questions</string>
   </property>
   <property name="iconText" >
    <string>Show all questions</string>
   </property>
   <property name="toolTip" >
    <string>Show all questions</string>
   </property>
   <property name="statusTip" >
    <string>Show all questions</string>
   </property>
   <property name="whatsThis" >
    <string>Show all questions</string>
   </property>
  </action>
  <action name="actionShow_easy" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/easy.png</normaloff>:/images/images/easy.png</iconset>
   </property>
   <property name="text" >
    <string>Show &amp;easy questions only</string>
   </property>
   <property name="iconText" >
    <string>Show easy questions only</string>
   </property>
   <property name="statusTip" >
    <string>Show easy questions only</string>
   </property>
   <property name="whatsThis" >
    <string>Show easy questions only</string>
   </property>
  </action>
  <action name="actionShow_medium" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/medium.png</normaloff>:/images/images/medium.png</iconset>
   </property>
   <property name="text" >
    <string>Show questions with &amp;medium difficulty only</string>
   </property>
   <property name="statusTip" >
    <string>Show questions with medium difficulty only</string>
   </property>
   <property name="whatsThis" >
    <string>Show questions with medium difficulty only</string>
   </property>
  </action>
  <action name="actionShow_difficult" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/difficult.png</normaloff>:/images/images/difficult.png</iconset>
   </property>
   <property name="text" >
    <string>Show &amp;difficult questions only</string>
   </property>
   <property name="iconText" >
    <string>Show difficult questions only</string>
   </property>
   <property name="statusTip" >
    <string>Show difficult questions only</string>
   </property>
   <property name="whatsThis" >
    <string>Show difficult questions only</string>
   </property>
  </action>
  <action name="actionShow_DBI" >
   <property name="checkable" >
    <bool>true</bool>
   </property>
   <property name="checked" >
    <bool>true</bool>
   </property>
   <property name="text" >
    <string>Show database &amp;information</string>
   </property>
   <property name="statusTip" >
    <string>Show database information</string>
   </property>
   <property name="whatsThis" >
    <string>Show database information</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+I</string>
   </property>
  </action>
  <action name="actionShow_flag" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/flag.png</normaloff>:/images/images/flag.png</iconset>
   </property>
   <property name="text" >
    <string>Show questions with the selected &amp;flag only</string>
   </property>
   <property name="statusTip" >
    <string>Show questions with the selected flag only</string>
   </property>
   <property name="whatsThis" >
    <string>Show questions with the selected flag only</string>
   </property>
  </action>
  <action name="actionMove_up" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/up.png</normaloff>:/images/images/up.png</iconset>
   </property>
   <property name="text" >
    <string>Move &amp;up</string>
   </property>
   <property name="iconText" >
    <string>Move up</string>
   </property>
   <property name="toolTip" >
    <string>Move the selected question up</string>
   </property>
   <property name="statusTip" >
    <string>Move the selected question up</string>
   </property>
   <property name="whatsThis" >
    <string>Move the selected question up</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Up</string>
   </property>
  </action>
  <action name="actionMove_down" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/down.png</normaloff>:/images/images/down.png</iconset>
   </property>
   <property name="text" >
    <string>Move do&amp;wn</string>
   </property>
   <property name="toolTip" >
    <string>Move the selected question down</string>
   </property>
   <property name="statusTip" >
    <string>Move the selected question down</string>
   </property>
   <property name="whatsThis" >
    <string>Move the selected question down</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Down</string>
   </property>
  </action>
  <action name="actionEdit_comments" >
   <property name="checkable" >
    <bool>true</bool>
   </property>
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/edit.png</normaloff>:/images/images/edit.png</iconset>
   </property>
   <property name="text" >
    <string>Co&amp;mments</string>
   </property>
   <property name="iconText" >
    <string>Comments</string>
   </property>
   <property name="toolTip" >
    <string>Edit comments</string>
   </property>
   <property name="statusTip" >
    <string>Edit comments</string>
   </property>
   <property name="whatsThis" >
    <string>Edit comments</string>
   </property>
  </action>
  <action name="actionUse_last_save_date" >
   <property name="checkable" >
    <bool>true</bool>
   </property>
   <property name="checked" >
    <bool>true</bool>
   </property>
   <property name="text" >
    <string>&amp;Use last save date</string>
   </property>
   <property name="statusTip" >
    <string>Use last save date</string>
   </property>
   <property name="whatsThis" >
    <string>Use last save date</string>
   </property>
  </action>
  <action name="actionAdd" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/filenew.png</normaloff>:/images/images/filenew.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Add</string>
   </property>
   <property name="iconText" >
    <string>Add</string>
   </property>
   <property name="toolTip" >
    <string>Add a question</string>
   </property>
   <property name="statusTip" >
    <string>Add a question</string>
   </property>
   <property name="whatsThis" >
    <string>Add a question</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Alt+A</string>
   </property>
  </action>
  <action name="actionDuplicate" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/editcopy.png</normaloff>:/images/images/editcopy.png</iconset>
   </property>
   <property name="text" >
    <string>Dupli&amp;cate</string>
   </property>
   <property name="toolTip" >
    <string>Duplicate the selected question</string>
   </property>
   <property name="statusTip" >
    <string>Duplicate the selected question</string>
   </property>
   <property name="whatsThis" >
    <string>Duplicate the selected question</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Alt+C</string>
   </property>
  </action>
  <action name="actionDelete" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/editdelete.png</normaloff>:/images/images/editdelete.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Delete</string>
   </property>
   <property name="toolTip" >
    <string>Delete the selected question</string>
   </property>
   <property name="statusTip" >
    <string>Delete the selected question</string>
   </property>
   <property name="whatsThis" >
    <string>Delete the selected question</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Alt+D</string>
   </property>
  </action>
  <action name="actionMove_to_top" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/top.png</normaloff>:/images/images/top.png</iconset>
   </property>
   <property name="text" >
    <string>Move to &amp;top</string>
   </property>
   <property name="toolTip" >
    <string>Move the selected question to the top</string>
   </property>
   <property name="statusTip" >
    <string>Move the selected question to the top</string>
   </property>
   <property name="whatsThis" >
    <string>Move the selected question to the top</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Shift+Up</string>
   </property>
  </action>
  <action name="actionMove_to_bottom" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/bottom.png</normaloff>:/images/images/bottom.png</iconset>
   </property>
   <property name="text" >
    <string>Move to &amp;bottom</string>
   </property>
   <property name="toolTip" >
    <string>Move the selected question to the bottom</string>
   </property>
   <property name="statusTip" >
    <string>Move the selected question to the bottom</string>
   </property>
   <property name="whatsThis" >
    <string>Move the selected question to the bottom</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Shift+Down</string>
   </property>
  </action>
  <action name="actionApply" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/button_ok.png</normaloff>:/images/images/button_ok.png</iconset>
   </property>
   <property name="text" >
    <string>Appl&amp;y changes</string>
   </property>
   <property name="toolTip" >
    <string>Apply any changes you have made to the question</string>
   </property>
   <property name="statusTip" >
    <string>Apply any changes you have made to the question</string>
   </property>
   <property name="whatsThis" >
    <string>Apply any changes you have made to the question</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Shift+A</string>
   </property>
  </action>
  <action name="actionDiscard" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/button_cancel.png</normaloff>:/images/images/button_cancel.png</iconset>
   </property>
   <property name="text" >
    <string>Di&amp;scard changes</string>
   </property>
   <property name="toolTip" >
    <string>Discard any changes you have made to the question</string>
   </property>
   <property name="statusTip" >
    <string>Discard any changes you have made to the question</string>
   </property>
   <property name="whatsThis" >
    <string>Discard any changes you have made to the question</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Shift+D</string>
   </property>
  </action>
  <action name="actionEdit_questions" >
   <property name="checkable" >
    <bool>true</bool>
   </property>
   <property name="checked" >
    <bool>false</bool>
   </property>
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/itest.png</normaloff>:/images/images/itest.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Questions</string>
   </property>
   <property name="iconText" >
    <string>Questions</string>
   </property>
   <property name="toolTip" >
    <string>Edit questions</string>
   </property>
   <property name="statusTip" >
    <string>Edit questions</string>
   </property>
   <property name="whatsThis" >
    <string>Edit questions</string>
   </property>
  </action>
  <action name="actionAdd_offline_client" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/client.png</normaloff>:/images/images/client.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Add off-line client</string>
   </property>
   <property name="toolTip" >
    <string>Add off-line client</string>
   </property>
   <property name="statusTip" >
    <string>Add off-line client</string>
   </property>
   <property name="whatsThis" >
    <string>Add off-line client</string>
   </property>
  </action>
  <action name="actionStop_server" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/player_stop.png</normaloff>:/images/images/player_stop.png</iconset>
   </property>
   <property name="text" >
    <string>Stop se&amp;rver</string>
   </property>
   <property name="toolTip" >
    <string>Stop the server and return to test settings</string>
   </property>
   <property name="statusTip" >
    <string>Stop the server and return to test settings</string>
   </property>
   <property name="whatsThis" >
    <string>Stop the server and return to test settings</string>
   </property>
  </action>
  <action name="actionStart_server" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/player_play.png</normaloff>:/images/images/player_play.png</iconset>
   </property>
   <property name="text" >
    <string>S&amp;tart server</string>
   </property>
   <property name="toolTip" >
    <string>Proceed to testing mode using this computer as a server</string>
   </property>
   <property name="statusTip" >
    <string>Proceed to testing mode using this computer as a server</string>
   </property>
   <property name="whatsThis" >
    <string>Proceed to testing mode using this computer as a server</string>
   </property>
  </action>
  <action name="actionExport_log" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/log.png</normaloff>:/images/images/log.png</iconset>
   </property>
   <property name="text" >
    <string>Export &amp;log</string>
   </property>
   <property name="toolTip" >
    <string>Export server log</string>
   </property>
   <property name="statusTip" >
    <string>Export server log</string>
   </property>
   <property name="whatsThis" >
    <string>Export server log</string>
   </property>
  </action>
  <action name="actionSave_session" >
   <property name="checkable" >
    <bool>true</bool>
   </property>
   <property name="checked" >
    <bool>true</bool>
   </property>
   <property name="text" >
    <string>Save sessio&amp;n</string>
   </property>
   <property name="iconText" >
    <string>Save session</string>
   </property>
   <property name="toolTip" >
    <string>Save the current session for later viewing</string>
   </property>
   <property name="statusTip" >
    <string>Save the current session for later viewing</string>
   </property>
   <property name="whatsThis" >
    <string>Save the current session for later viewing</string>
   </property>
  </action>
  <action name="actionQuickPrint" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/filequickprint.png</normaloff>:/images/images/filequickprint.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;QuickPrint</string>
   </property>
   <property name="statusTip" >
    <string>Print the selected client's results using the current printer settings</string>
   </property>
   <property name="whatsThis" >
    <string>Print the selected client's results using the current printer settings</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+P</string>
   </property>
  </action>
  <action name="actionPrint" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/fileprint.png</normaloff>:/images/images/fileprint.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Print</string>
   </property>
   <property name="statusTip" >
    <string>Print the selected client's results</string>
   </property>
   <property name="whatsThis" >
    <string>Print the selected client's results</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Shift+P</string>
   </property>
  </action>
  <action name="actionExport_test" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/exporttest.png</normaloff>:/images/images/exporttest.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Export test</string>
   </property>
   <property name="toolTip" >
    <string>Export off-line test session</string>
   </property>
   <property name="statusTip" >
    <string>Export off-line test session</string>
   </property>
   <property name="whatsThis" >
    <string>Export off-line test session</string>
   </property>
  </action>
  <action name="actionAdd_offline_clients" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/clients.png</normaloff>:/images/images/clients.png</iconset>
   </property>
   <property name="text" >
    <string>Add off-line client&amp;s</string>
   </property>
   <property name="statusTip" >
    <string>Add off-line clients</string>
   </property>
   <property name="whatsThis" >
    <string>Add off-line clients</string>
   </property>
  </action>
  <action name="actionSaved_sessions" >
   <property name="checkable" >
    <bool>true</bool>
   </property>
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/savedsessions32.png</normaloff>:/images/images/savedsessions32.png</iconset>
   </property>
   <property name="text" >
    <string>Save&amp;d sessions</string>
   </property>
   <property name="toolTip" >
    <string>View saved test sessions</string>
   </property>
   <property name="statusTip" >
    <string>View saved test sessions</string>
   </property>
   <property name="whatsThis" >
    <string>View saved test sessions</string>
   </property>
  </action>
  <action name="actionDelete_log" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/editdelete.png</normaloff>:/images/images/editdelete.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Delete log</string>
   </property>
   <property name="toolTip" >
    <string>Delete the log for the selected session</string>
   </property>
   <property name="statusTip" >
    <string>Delete the log for the selected session</string>
   </property>
   <property name="whatsThis" >
    <string>Delete the log for the selected session</string>
   </property>
  </action>
  <action name="actionArchive_session" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/archive.png</normaloff>:/images/images/archive.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Archive session</string>
   </property>
   <property name="iconText" >
    <string>Archive session</string>
   </property>
   <property name="toolTip" >
    <string>Archive the selected session</string>
   </property>
   <property name="statusTip" >
    <string>Archive the selected session</string>
   </property>
   <property name="whatsThis" >
    <string>Archive the selected session</string>
   </property>
  </action>
  <action name="actionDocumentation" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/contents.png</normaloff>:/images/images/contents.png</iconset>
   </property>
   <property name="text" >
    <string>Documentation</string>
   </property>
   <property name="toolTip" >
    <string>View online documentation</string>
   </property>
   <property name="statusTip" >
    <string>View online documentation</string>
   </property>
   <property name="whatsThis" >
    <string>View online documentation</string>
   </property>
  </action>
  <action name="actionCheck_for_updates" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/reload.png</normaloff>:/images/images/reload.png</iconset>
   </property>
   <property name="text" >
    <string>Check for updates</string>
   </property>
   <property name="toolTip" >
    <string>Check if there is a new version available online</string>
   </property>
   <property name="statusTip" >
    <string>Check if there is a new version available online</string>
   </property>
   <property name="whatsThis" >
    <string>Check if there is a new version available online</string>
   </property>
  </action>
  <action name="actionPrint_all" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/print_folder.png</normaloff>:/images/images/print_folder.png</iconset>
   </property>
   <property name="text" >
    <string>Print &amp;all</string>
   </property>
   <property name="statusTip" >
    <string>Print the results of all students</string>
   </property>
   <property name="whatsThis" >
    <string>Print the results of all students</string>
   </property>
  </action>
  <action name="actionPrint_session_summary" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/fileprint.png</normaloff>:/images/images/fileprint.png</iconset>
   </property>
   <property name="text" >
    <string>Print session &amp;summary</string>
   </property>
   <property name="iconText" >
    <string>Print session summary</string>
   </property>
   <property name="toolTip" >
    <string>Print session summary</string>
   </property>
   <property name="statusTip" >
    <string>Print a summary and statistics for the selected session</string>
   </property>
   <property name="whatsThis" >
    <string>Print a summary and statistics for the selected session</string>
   </property>
  </action>
  <action name="actionOverall_statistics" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/statistics.png</normaloff>:/images/images/statistics.png</iconset>
   </property>
   <property name="text" >
    <string>Overall statistics</string>
   </property>
   <property name="toolTip" >
    <string>Show overall statistics about the difficulty of questions</string>
   </property>
   <property name="statusTip" >
    <string>Show overall statistics about the difficulty of questions</string>
   </property>
   <property name="whatsThis" >
    <string>Show overall statistics about the difficulty of questions</string>
   </property>
  </action>
  <action name="actionChange_language" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/locale.png</normaloff>:/images/images/locale.png</iconset>
   </property>
   <property name="text" >
    <string>Change language</string>
   </property>
   <property name="toolTip" >
    <string>Change the language of the iTest interface</string>
   </property>
   <property name="statusTip" >
    <string>Change the language of the iTest interface</string>
   </property>
   <property name="whatsThis" >
    <string>Change the language of the iTest interface</string>
   </property>
  </action>
  <action name="actionRestore_session" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/restore.png</normaloff>:/images/images/restore.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Restore session</string>
   </property>
   <property name="toolTip" >
    <string>Restore the selected session from the archive</string>
   </property>
   <property name="statusTip" >
    <string>Restore the selected session from the archive</string>
   </property>
   <property name="whatsThis" >
    <string>Restore the selected session from the archive</string>
   </property>
  </action>
  <action name="actionCopy_to_archive" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/copy_to_archive.png</normaloff>:/images/images/copy_to_archive.png</iconset>
   </property>
   <property name="text" >
    <string>Copy to archive</string>
   </property>
   <property name="toolTip" >
    <string>Copy the selected session to the archive</string>
   </property>
   <property name="statusTip" >
    <string>Copy the selected session to the archive</string>
   </property>
   <property name="whatsThis" >
    <string>Copy the selected session to the archive</string>
   </property>
  </action>
  <action name="actionCopy_from_archive" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/copy_from_archive.png</normaloff>:/images/images/copy_from_archive.png</iconset>
   </property>
   <property name="text" >
    <string>Copy from archive</string>
   </property>
   <property name="toolTip" >
    <string>Copy the selected session from the archive</string>
   </property>
   <property name="statusTip" >
    <string>Copy the selected session from the archive</string>
   </property>
   <property name="whatsThis" >
    <string>Copy the selected session from the archive</string>
   </property>
  </action>
  <action name="actionSave_a_copy" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/save_all.png</normaloff>:/images/images/save_all.png</iconset>
   </property>
   <property name="text" >
    <string>Save a copy</string>
   </property>
   <property name="toolTip" >
    <string>Save a copy of the database</string>
   </property>
   <property name="statusTip" >
    <string>Save a copy of the database</string>
   </property>
   <property name="whatsThis" >
    <string>Save a copy of the database</string>
   </property>
  </action>
  <action name="actionSave_a_backup" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/savebackup.png</normaloff>:/images/images/savebackup.png</iconset>
   </property>
   <property name="text" >
    <string>Save a backup</string>
   </property>
   <property name="toolTip" >
    <string>Save a backup copy of the database with all the archived sessions</string>
   </property>
   <property name="statusTip" >
    <string>Save a backup copy of the database with all the archived sessions</string>
   </property>
   <property name="whatsThis" >
    <string>Save a backup copy of the database with all the archived sessions</string>
   </property>
  </action>
  <action name="actionShow_hidden" >
   <property name="checkable" >
    <bool>true</bool>
   </property>
   <property name="text" >
    <string>Show hidden questions</string>
   </property>
   <property name="statusTip" >
    <string>Show hidden questions</string>
   </property>
   <property name="whatsThis" >
    <string>Show hidden questions</string>
   </property>
  </action>
  <action name="actionHide" >
   <property name="checkable" >
    <bool>true</bool>
   </property>
   <property name="text" >
    <string>&amp;Hide</string>
   </property>
   <property name="toolTip" >
    <string>Hide the selected question</string>
   </property>
   <property name="statusTip" >
    <string>Hide the selected question</string>
   </property>
   <property name="whatsThis" >
    <string>Hide the selected question</string>
   </property>
   <property name="shortcut" >
    <string>Ctrl+Alt+H</string>
   </property>
  </action>
  <action name="actionRun_Test_Writer" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/itestwri32.png</normaloff>:/images/images/itestwri32.png</iconset>
   </property>
   <property name="text" >
    <string>Run iTestClient</string>
   </property>
   <property name="toolTip" >
    <string>Run iTestClient on this computer</string>
   </property>
   <property name="statusTip" >
    <string>Run iTestClient on this computer</string>
   </property>
   <property name="whatsThis" >
    <string>Run iTestClient on this computer</string>
   </property>
  </action>
  <action name="actionPrint_questions" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/print_folder.png</normaloff>:/images/images/print_folder.png</iconset>
   </property>
   <property name="text" >
    <string>Print questions</string>
   </property>
   <property name="toolTip" >
    <string>Select questions to print</string>
   </property>
   <property name="statusTip" >
    <string>Select questions to print</string>
   </property>
   <property name="whatsThis" >
    <string>Select questions to print</string>
   </property>
  </action>
  <action name="actionAdd_SVG" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/list-add.png</normaloff>:/images/images/list-add.png</iconset>
   </property>
   <property name="text" >
    <string>Add SVG</string>
   </property>
   <property name="toolTip" >
    <string>Add an attachment</string>
   </property>
   <property name="statusTip" >
    <string>Add an attachment</string>
   </property>
   <property name="whatsThis" >
    <string>Add an attachment</string>
   </property>
  </action>
  <action name="actionRemove_SVG" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/list-remove.png</normaloff>:/images/images/list-remove.png</iconset>
   </property>
   <property name="text" >
    <string>Remove SVG</string>
   </property>
   <property name="toolTip" >
    <string>Remove the selected attachment</string>
   </property>
   <property name="statusTip" >
    <string>Remove the selected attachment</string>
   </property>
   <property name="whatsThis" >
    <string>Remove the selected attachment</string>
   </property>
  </action>
  <action name="actionEdit_SVG" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/document-properties.png</normaloff>:/images/images/document-properties.png</iconset>
   </property>
   <property name="text" >
    <string>Edit SVG</string>
   </property>
   <property name="toolTip" >
    <string>Edit the selected attachment</string>
   </property>
   <property name="statusTip" >
    <string>Edit the selected attachment</string>
   </property>
   <property name="whatsThis" >
    <string>Edit the selected attachment</string>
   </property>
  </action>
  <action name="actionExport_SVG" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/document-save.png</normaloff>:/images/images/document-save.png</iconset>
   </property>
   <property name="text" >
    <string>Export SVG</string>
   </property>
   <property name="toolTip" >
    <string>Export the selected attachment</string>
   </property>
   <property name="statusTip" >
    <string>Export the selected attachment</string>
   </property>
   <property name="whatsThis" >
    <string>Export the selected attachment</string>
   </property>
  </action>
  <action name="actionEdit_classes" >
   <property name="checkable" >
    <bool>true</bool>
   </property>
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/class32.png</normaloff>:/images/images/class32.png</iconset>
   </property>
   <property name="text" >
    <string>&amp;Classes</string>
   </property>
   <property name="toolTip" >
    <string>Edit classes</string>
   </property>
   <property name="statusTip" >
    <string>Edit classes</string>
   </property>
   <property name="whatsThis" >
    <string>Edit classes</string>
   </property>
  </action>
  <action name="actionAdd_class" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/class-add32.png</normaloff>:/images/images/class-add32.png</iconset>
   </property>
   <property name="text" >
    <string>Add class</string>
   </property>
   <property name="statusTip" >
    <string>Create a new class</string>
   </property>
   <property name="whatsThis" >
    <string>Create a new class</string>
   </property>
  </action>
  <action name="actionDelete_class" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/class-remove32.png</normaloff>:/images/images/class-remove32.png</iconset>
   </property>
   <property name="text" >
    <string>Delete class</string>
   </property>
   <property name="statusTip" >
    <string>Delete the selected class</string>
   </property>
   <property name="whatsThis" >
    <string>Delete the selected class</string>
   </property>
  </action>
  <action name="actionAdd_student" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/student-add32.png</normaloff>:/images/images/student-add32.png</iconset>
   </property>
   <property name="text" >
    <string>Add student</string>
   </property>
   <property name="statusTip" >
    <string>Add a new student to the selected class</string>
   </property>
   <property name="whatsThis" >
    <string>Add a new student to the selected class</string>
   </property>
  </action>
  <action name="actionDelete_student" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/student-remove32.png</normaloff>:/images/images/student-remove32.png</iconset>
   </property>
   <property name="text" >
    <string>Delete student</string>
   </property>
   <property name="statusTip" >
    <string>Delete the selected student from the selected class</string>
   </property>
   <property name="whatsThis" >
    <string>Delete the selected student from the selected class</string>
   </property>
  </action>
  <action name="actionAdd_session" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/savedsession-add32.png</normaloff>:/images/images/savedsession-add32.png</iconset>
   </property>
   <property name="text" >
    <string>Add session</string>
   </property>
   <property name="statusTip" >
    <string>Add a session to the selected class</string>
   </property>
   <property name="whatsThis" >
    <string>Add a session to the selected class</string>
   </property>
  </action>
  <action name="actionDelete_session" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/savedsession-remove32.png</normaloff>:/images/images/savedsession-remove32.png</iconset>
   </property>
   <property name="text" >
    <string>Delete session</string>
   </property>
   <property name="statusTip" >
    <string>Delete the selected session from the selected class (the session will not be deleted from the database)</string>
   </property>
   <property name="whatsThis" >
    <string>Delete the selected session from the selected class (the session will not be deleted from the database)</string>
   </property>
  </action>
  <action name="actionPrint_class_summary" >
   <property name="icon" >
    <iconset resource="resources.qrc" >
     <normaloff>:/images/images/fileprint.png</normaloff>:/images/images/fileprint.png</iconset>
   </property>
   <property name="text" >
    <string>Print class summary</string>
   </property>
   <property name="statusTip" >
    <string>Print a summary for the selected class</string>
   </property>
   <property name="whatsThis" >
    <string>Print a summary for the selected class</string>
   </property>
  </action>
 </widget>
 <layoutdefault spacing="6" margin="9" />
 <customwidgets>
  <customwidget>
   <class>ExtendedLineEdit</class>
   <extends>QLineEdit</extends>
   <header>extendedlineedit.h</header>
  </customwidget>
  <customwidget>
   <class>MTSpinBox</class>
   <extends>QSpinBox</extends>
   <header>mtspinbox.h</header>
  </customwidget>
  <customwidget>
   <class>MTListWidget</class>
   <extends>QListWidget</extends>
   <header>mtlistwidget.h</header>
  </customwidget>
  <customwidget>
   <class>MTTableWidget</class>
   <extends>QTableWidget</extends>
   <header>mttablewidget.h</header>
  </customwidget>
  <customwidget>
   <class>MTToolButton</class>
   <extends>QToolButton</extends>
   <header>mttoolbutton.h</header>
  </customwidget>
  <customwidget>
   <class>AnswersEdit</class>
   <extends>QWidget</extends>
   <header>answersedit.h</header>
   <container>1</container>
  </customwidget>
 </customwidgets>
 <resources>
  <include location="resources.qrc" />
 </resources>
 <connections>
  <connection>
   <sender>LQFlagRadioButton</sender>
   <signal>toggled(bool)</signal>
   <receiver>LQFlagComboBox</receiver>
   <slot>setVisible(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>293</x>
     <y>229</y>
    </hint>
    <hint type="destinationlabel" >
     <x>115</x>
     <y>241</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>rbtnQuestionTime</sender>
   <signal>toggled(bool)</signal>
   <receiver>TSQuestionTimeEdit</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>rbtnTestTime</sender>
   <signal>toggled(bool)</signal>
   <receiver>TSTestTimeEdit</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSMaxQnumCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>TSQnumSpinBox</receiver>
   <slot>setDisabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSCustomTestNameCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>TSTestNameLineEdit</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>ECTextEdit</sender>
   <signal>undoAvailable(bool)</signal>
   <receiver>ECtbtnUndo</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>17</x>
     <y>101</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>ECTextEdit</sender>
   <signal>redoAvailable(bool)</signal>
   <receiver>ECtbtnRedo</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>17</x>
     <y>101</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>ECtbtnUndo</sender>
   <signal>released()</signal>
   <receiver>ECTextEdit</receiver>
   <slot>undo()</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>17</x>
     <y>101</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>ECtbtnRedo</sender>
   <signal>released()</signal>
   <receiver>ECTextEdit</receiver>
   <slot>redo()</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>17</x>
     <y>101</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSCustomServerPortCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>TSCustomServerPortSpinBox</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>TSMediumCorrectAnswerSpinBox</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>TSMediumIncorrectAnswerSpinBox</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>TSMediumMissingAnswerSpinBox</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>TSDifficultCorrectAnswerSpinBox</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>TSDifficultIncorrectAnswerSpinBox</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>TSDifficultMissingAnswerSpinBox</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_medium_correctanswer</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_medium_incorrectanswer</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_medium_missinganswer</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_difficult_correctanswer</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_difficult_incorrectanswer</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_difficult_missinganswer</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_easy_icon1</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_easy_icon2</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_easy_icon3</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_medium_icon1</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_medium_icon2</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_medium_icon3</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_difficult_icon1</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_difficult_icon2</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
  <connection>
   <sender>TSSeparateSettingsForDifficultyLevelsCheckBox</sender>
   <signal>toggled(bool)</signal>
   <receiver>label_difficult_icon3</receiver>
   <slot>setEnabled(bool)</slot>
   <hints>
    <hint type="sourcelabel" >
     <x>99</x>
     <y>113</y>
    </hint>
    <hint type="destinationlabel" >
     <x>99</x>
     <y>113</y>
    </hint>
   </hints>
  </connection>
 </connections>
</ui>