Warning, /education/parley/src/practice/practicesummarywidget.ui is written in an unsupported language. File is not indexed.

0001 <?xml version="1.0" encoding="UTF-8"?>
0002 <ui version="4.0">
0003  <class>PracticeSummaryWidget</class>
0004  <widget class="QWidget" name="PracticeSummaryWidget">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>625</width>
0010     <height>565</height>
0011    </rect>
0012   </property>
0013   <layout class="QVBoxLayout" name="verticalLayout">
0014    <item>
0015     <widget class="QLabel" name="testSummaryLabel">
0016      <property name="text">
0017       <string/>
0018      </property>
0019     </widget>
0020    </item>
0021    <item>
0022     <widget class="Practice::SummaryBarWidget" name="summaryBar" native="true"/>
0023    </item>
0024    <item>
0025     <widget class="QTableWidget" name="tableWidget">
0026      <column>
0027       <property name="text">
0028        <string>Attempts</string>
0029       </property>
0030      </column>
0031      <column>
0032       <property name="text">
0033        <string>Question</string>
0034       </property>
0035      </column>
0036      <column>
0037       <property name="text">
0038        <string>Solution</string>
0039       </property>
0040      </column>
0041      <column>
0042       <property name="text">
0043        <string>Your Answer</string>
0044       </property>
0045      </column>
0046     </widget>
0047    </item>
0048   </layout>
0049  </widget>
0050  <customwidgets>
0051   <customwidget>
0052    <class>Practice::SummaryBarWidget</class>
0053    <extends>QWidget</extends>
0054    <header>practice/summarybarwidget.h</header>
0055    <container>1</container>
0056   </customwidget>
0057  </customwidgets>
0058  <resources/>
0059  <connections/>
0060 </ui>