suspend facts>suspend cards

This commit is contained in:
Damien Elmes 2009-06-17 16:05:09 +09:00
parent 7b7473f558
commit bbc65d1fb1

View file

@ -1,3 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
@ -72,7 +73,7 @@
</property>
<widget class="QTableView" name="tableView">
<property name="sizePolicy">
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>4</verstretch>
</sizepolicy>
@ -104,7 +105,7 @@
</widget>
<widget class="QFrame" name="frame">
<property name="sizePolicy">
<sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>2</verstretch>
</sizepolicy>
@ -121,9 +122,9 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" native="1" name="fieldsArea" >
<widget class="QWidget" name="fieldsArea" native="true">
<property name="sizePolicy">
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>7</horstretch>
<verstretch>2</verstretch>
</sizepolicy>
@ -166,7 +167,7 @@
<x>0</x>
<y>0</y>
<width>599</width>
<height>25</height>
<height>23</height>
</rect>
</property>
<widget class="QMenu" name="menuEdit">
@ -437,7 +438,7 @@
<normaloff>:/icons/media-playback-pause.png</normaloff>:/icons/media-playback-pause.png</iconset>
</property>
<property name="text">
<string>&amp;Suspend Facts</string>
<string>&amp;Suspend Cards</string>
</property>
</action>
<action name="actionUnsuspend">
@ -446,7 +447,7 @@
<normaloff>:/icons/media-playback-start2.png</normaloff>:/icons/media-playback-start2.png</iconset>
</property>
<property name="text">
<string>&amp;Unsuspend Facts</string>
<string>&amp;Unsuspend Cards</string>
</property>
</action>
<action name="actionTags">