mainwin.ui
author Dmitriy Morozov <morozov@cs.duke.edu>
Sat, 29 Mar 2008 09:11:51 -0400
changeset 3 f8daad0248d8
parent 2 b53ed7e259e5
permissions -rw-r--r--
Added ability to remove tags

<ui version="4.0" >
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>800</width>
    <height>738</height>
   </rect>
  </property>
  <property name="windowTitle" >
   <string>PyQFlickr</string>
  </property>
  <widget class="QWidget" name="centralwidget" >
   <layout class="QVBoxLayout" >
    <item>
     <widget class="QTextBrowser" name="interfaceBrowser" >
      <property name="focusPolicy" >
       <enum>Qt::NoFocus</enum>
      </property>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menubar" >
   <property name="geometry" >
    <rect>
     <x>0</x>
     <y>0</y>
     <width>800</width>
     <height>29</height>
    </rect>
   </property>
  </widget>
  <widget class="QStatusBar" name="statusbar" />
 </widget>
 <resources/>
 <connections/>
</ui>