Warning, /utilities/kronometer/src/gui/sessiondialog.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>SessionDialog</class>
0004  <widget class="QDialog" name="SessionDialog">
0005   <property name="geometry">
0006    <rect>
0007     <x>0</x>
0008     <y>0</y>
0009     <width>400</width>
0010     <height>300</height>
0011    </rect>
0012   </property>
0013   <property name="windowTitle">
0014    <string extracomment="@title:window">Open Session</string>
0015   </property>
0016   <layout class="QVBoxLayout" name="verticalLayout">
0017    <item>
0018     <widget class="KMessageWidget" name="m_msgWidget"/>
0019    </item>
0020    <item>
0021     <widget class="QTableView" name="m_sessionView">
0022      <property name="selectionMode">
0023       <enum>QAbstractItemView::SingleSelection</enum>
0024      </property>
0025      <property name="selectionBehavior">
0026       <enum>QAbstractItemView::SelectRows</enum>
0027      </property>
0028      <property name="gridStyle">
0029       <enum>Qt::DotLine</enum>
0030      </property>
0031      <property name="sortingEnabled">
0032       <bool>true</bool>
0033      </property>
0034      <attribute name="horizontalHeaderStretchLastSection">
0035       <bool>true</bool>
0036      </attribute>
0037      <attribute name="verticalHeaderVisible">
0038       <bool>false</bool>
0039      </attribute>
0040     </widget>
0041    </item>
0042    <item>
0043     <widget class="QDialogButtonBox" name="m_buttonBox">
0044      <property name="orientation">
0045       <enum>Qt::Horizontal</enum>
0046      </property>
0047      <property name="standardButtons">
0048       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
0049      </property>
0050     </widget>
0051    </item>
0052   </layout>
0053  </widget>
0054  <customwidgets>
0055   <customwidget>
0056    <class>KMessageWidget</class>
0057    <extends>QFrame</extends>
0058    <header>kmessagewidget.h</header>
0059   </customwidget>
0060  </customwidgets>
0061  <resources/>
0062  <connections>
0063   <connection>
0064    <sender>m_buttonBox</sender>
0065    <signal>accepted()</signal>
0066    <receiver>SessionDialog</receiver>
0067    <slot>accept()</slot>
0068    <hints>
0069     <hint type="sourcelabel">
0070      <x>248</x>
0071      <y>254</y>
0072     </hint>
0073     <hint type="destinationlabel">
0074      <x>157</x>
0075      <y>274</y>
0076     </hint>
0077    </hints>
0078   </connection>
0079   <connection>
0080    <sender>m_buttonBox</sender>
0081    <signal>rejected()</signal>
0082    <receiver>SessionDialog</receiver>
0083    <slot>reject()</slot>
0084    <hints>
0085     <hint type="sourcelabel">
0086      <x>316</x>
0087      <y>260</y>
0088     </hint>
0089     <hint type="destinationlabel">
0090      <x>286</x>
0091      <y>274</y>
0092     </hint>
0093    </hints>
0094   </connection>
0095  </connections>
0096 </ui>