diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | e2de64d6f1beb9e492daf5b886e19933c1fa41dd (patch) | |
tree | 9047cf9e6b5c43878d5bf82660adae77ceee097a /kaudiocreator/jobque.ui | |
download | tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.tar.gz tdemultimedia-e2de64d6f1beb9e492daf5b886e19933c1fa41dd.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kaudiocreator/jobque.ui')
-rw-r--r-- | kaudiocreator/jobque.ui | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/kaudiocreator/jobque.ui b/kaudiocreator/jobque.ui new file mode 100644 index 00000000..137ed6df --- /dev/null +++ b/kaudiocreator/jobque.ui @@ -0,0 +1,132 @@ +<!DOCTYPE UI><UI version="3.1" stdsetdef="1"> +<class>JobQue</class> +<widget class="QWidget"> + <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="QPushButton" row="2" column="2"> + <property name="name"> + <cstring>removeAll</cstring> + </property> + <property name="text"> + <string>Remove All Jobs</string> + </property> + </widget> + <widget class="QPushButton" 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="QListView" 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="QLabel" 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="QPushButton" 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> |