prefetch.ui
author Dmitriy Morozov <morozov@cs.duke.edu>
Sat, 29 Mar 2008 08:28:24 -0400
changeset 2 b53ed7e259e5
permissions -rw-r--r--
Added prefetcher and set view

<ui version="4.0" >
 <class>prefetchDialog</class>
 <widget class="QDialog" name="prefetchDialog" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>361</width>
    <height>79</height>
   </rect>
  </property>
  <property name="sizePolicy" >
   <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
    <horstretch>0</horstretch>
    <verstretch>0</verstretch>
   </sizepolicy>
  </property>
  <property name="windowTitle" >
   <string>Pre-fetch progress</string>
  </property>
  <layout class="QVBoxLayout" >
   <item>
    <widget class="QProgressBar" name="progressBar" >
     <property name="sizePolicy" >
      <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
       <horstretch>0</horstretch>
       <verstretch>0</verstretch>
      </sizepolicy>
     </property>
     <property name="value" >
      <number>24</number>
     </property>
    </widget>
   </item>
   <item>
    <widget class="QPushButton" name="cancelButton" >
     <property name="text" >
      <string>Cancel</string>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
 <resources/>
 <connections/>
</ui>