qt-light/examples/egg-browser.ui

118 lines
2.5 KiB
Plaintext
Raw Normal View History

<ui version="4.0" >
<class>EggBrowser</class>
<widget class="QWidget" name="EggBrowser" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>581</width>
<height>529</height>
</rect>
</property>
<property name="windowTitle" >
<string>CHICKEN Egg Browser</string>
</property>
<widget class="QPushButton" name="exitButton" >
<property name="geometry" >
<rect>
<x>450</x>
<y>480</y>
<width>120</width>
<height>40</height>
</rect>
</property>
<property name="text" >
<string>Exit</string>
</property>
</widget>
<widget class="QLabel" name="countPrefixLabel" >
<property name="geometry" >
<rect>
<x>10</x>
<y>480</y>
<width>70</width>
<height>31</height>
</rect>
</property>
<property name="text" >
<string>Installed:</string>
</property>
<property name="alignment" >
<set>Qt::AlignCenter</set>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
<widget class="QPushButton" name="refreshButton" >
<property name="geometry" >
<rect>
<x>320</x>
<y>480</y>
<width>120</width>
<height>40</height>
</rect>
</property>
<property name="text" >
<string>Refresh</string>
</property>
</widget>
<widget class="QLabel" name="countLabel" >
<property name="geometry" >
<rect>
<x>91</x>
<y>480</y>
<width>70</width>
<height>31</height>
</rect>
</property>
<property name="text" >
<string/>
</property>
<property name="wordWrap" >
<bool>false</bool>
</property>
</widget>
<widget class="QListWidget" name="eggProperties" >
<property name="geometry" >
<rect>
<x>260</x>
<y>10</y>
<width>310</width>
<height>460</height>
</rect>
</property>
</widget>
<widget class="QPushButton" name="uninstallButton" >
<property name="enabled" >
<bool>false</bool>
</property>
<property name="geometry" >
<rect>
<x>190</x>
<y>480</y>
<width>120</width>
<height>41</height>
</rect>
</property>
<property name="text" >
<string>Uninstall</string>
</property>
</widget>
<widget class="QListWidget" name="eggList" >
<property name="geometry" >
<rect>
<x>10</x>
<y>10</y>
<width>240</width>
<height>460</height>
</rect>
</property>
</widget>
</widget>
<layoutdefault spacing="6" margin="11" />
<pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
<resources/>
<connections/>
</ui>