You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
4.2 KiB
133 lines
4.2 KiB
<!DOCTYPE UI><UI version="3.1" stdsetdef="1">
|
|
<class>JobQue</class>
|
|
<widget class="TQWidget">
|
|
<property name="name">
|
|
<cstring>JobQue</cstring>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>629</width>
|
|
<height>513</height>
|
|
</rect>
|
|
</property>
|
|
<grid>
|
|
<property name="name">
|
|
<cstring>unnamed</cstring>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="TQPushButton" row="2" column="2">
|
|
<property name="name">
|
|
<cstring>removeAll</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Remove All Jobs</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton" row="2" column="3">
|
|
<property name="name">
|
|
<cstring>removeSelected</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Remove Selected Jobs</string>
|
|
</property>
|
|
</widget>
|
|
<spacer row="2" column="0">
|
|
<property name="name">
|
|
<cstring>Spacer2</cstring>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Horizontal</enum>
|
|
</property>
|
|
<property name="sizeType">
|
|
<enum>Expanding</enum>
|
|
</property>
|
|
<property name="sizeHint">
|
|
<size>
|
|
<width>16</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
<widget class="TQListView" row="1" column="0" rowspan="1" colspan="4">
|
|
<column>
|
|
<property name="text">
|
|
<string>Job</string>
|
|
</property>
|
|
<property name="clickable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="resizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Progress</string>
|
|
</property>
|
|
<property name="clickable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="resizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</column>
|
|
<column>
|
|
<property name="text">
|
|
<string>Description</string>
|
|
</property>
|
|
<property name="clickable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="resizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
</column>
|
|
<property name="name">
|
|
<cstring>todoQue</cstring>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>Multi</enum>
|
|
</property>
|
|
<property name="allColumnsShowFocus">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="resizeMode">
|
|
<enum>LastColumn</enum>
|
|
</property>
|
|
</widget>
|
|
<widget class="TQLabel" row="0" column="0" rowspan="1" colspan="4">
|
|
<property name="name">
|
|
<cstring>queLabel</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>No jobs are in the queue</string>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>AlignCenter</set>
|
|
</property>
|
|
<property name="hAlign" stdset="0">
|
|
</property>
|
|
</widget>
|
|
<widget class="TQPushButton" row="2" column="1">
|
|
<property name="name">
|
|
<cstring>removeDoneJobs</cstring>
|
|
</property>
|
|
<property name="text">
|
|
<string>Remove Completed Jobs</string>
|
|
</property>
|
|
</widget>
|
|
</grid>
|
|
</widget>
|
|
<tabstops>
|
|
<tabstop>todoQue</tabstop>
|
|
<tabstop>removeDoneJobs</tabstop>
|
|
<tabstop>removeAll</tabstop>
|
|
<tabstop>removeSelected</tabstop>
|
|
</tabstops>
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
</UI>
|