~alaasalman/taskit/trunk

« back to all changes in this revision

Viewing changes to ui/MainWindow.ui

  • Committer: Alaa Salman
  • Date: 2007-09-21 19:52:58 UTC
  • Revision ID: alaa@codedemigod.com-20070921195258-tx6u6ergja5p5xbp
Refactoring of code. Changed GTD references to TI as in TaskIt. Moved around some files, mainly ui and model files now have their own folders and are proper python modules. Modified Makefiles and added some more targets. Makefiles will be gone eventually as i move to something better. Refactored code accordingly. Note: Icons for mainwindow actions are now duplicated because of a limitation in the qt designer. I will modify that later on.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!--
2
 
    Copyright 2007 Alaa Salman <alaa@codedemigod.com>
3
 
    
4
 
    This file is part of TaskIt.
5
 
 
6
 
    TaskIt is free software; you can redistribute it and/or modify
7
 
    it under the terms of the GNU General Public License as published by
8
 
    the Free Software Foundation; either version 3 of the License, or
9
 
    (at your option) any later version.
10
 
 
11
 
    TaskIt is distributed in the hope that it will be useful,
12
 
    but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 
    GNU General Public License for more details.
15
 
 
16
 
    You should have received a copy of the GNU General Public License
17
 
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
18
 
-->
19
1
<ui version="4.0" >
20
2
 <class>MainWindow</class>
21
3
 <widget class="QMainWindow" name="MainWindow" >
121
103
  </widget>
122
104
  <action name="actionAddTask" >
123
105
   <property name="icon" >
124
 
    <iconset>IconResources/script_add.png</iconset>
 
106
    <iconset>../IconResources/script_add.png</iconset>
125
107
   </property>
126
108
   <property name="text" >
127
109
    <string>New Task</string>
129
111
  </action>
130
112
  <action name="actionRemoveTask" >
131
113
   <property name="icon" >
132
 
    <iconset>IconResources/script_delete.png</iconset>
 
114
    <iconset>../IconResources/script_delete.png</iconset>
133
115
   </property>
134
116
   <property name="text" >
135
117
    <string>Remove Task</string>
137
119
  </action>
138
120
  <action name="actionExit" >
139
121
   <property name="icon" >
140
 
    <iconset>IconResources/door_in.png</iconset>
 
122
    <iconset>../IconResources/door_in.png</iconset>
141
123
   </property>
142
124
   <property name="text" >
143
125
    <string>Exit</string>
145
127
  </action>
146
128
  <action name="actionAddCategory" >
147
129
   <property name="icon" >
148
 
    <iconset>IconResources/book_add.png</iconset>
 
130
    <iconset>../IconResources/book_add.png</iconset>
149
131
   </property>
150
132
   <property name="text" >
151
133
    <string>New Category</string>
153
135
  </action>
154
136
  <action name="actionRemoveCategory" >
155
137
   <property name="icon" >
156
 
    <iconset>IconResources/book_delete.png</iconset>
 
138
    <iconset>../IconResources/book_delete.png</iconset>
157
139
   </property>
158
140
   <property name="text" >
159
141
    <string>Remove Category</string>
161
143
  </action>
162
144
  <action name="actionAbout" >
163
145
   <property name="icon" >
164
 
    <iconset>IconResources/anchor.png</iconset>
 
146
    <iconset>../IconResources/anchor.png</iconset>
165
147
   </property>
166
148
   <property name="text" >
167
149
    <string>About</string>
169
151
  </action>
170
152
  <action name="actionSave" >
171
153
   <property name="icon" >
172
 
    <iconset>IconResources/disk.png</iconset>
 
154
    <iconset>../IconResources/disk.png</iconset>
173
155
   </property>
174
156
   <property name="text" >
175
157
    <string>Save</string>
177
159
  </action>
178
160
  <action name="actionLoad" >
179
161
   <property name="icon" >
180
 
    <iconset>IconResources/folder_go.png</iconset>
 
162
    <iconset>../IconResources/folder_go.png</iconset>
181
163
   </property>
182
164
   <property name="text" >
183
165
    <string>Load</string>
185
167
  </action>
186
168
  <action name="actionClear" >
187
169
   <property name="icon" >
188
 
    <iconset>IconResources/bin_empty.png</iconset>
 
170
    <iconset>../IconResources/bin_empty.png</iconset>
189
171
   </property>
190
172
   <property name="text" >
191
173
    <string>Clear</string>
193
175
  </action>
194
176
  <action name="actionEditTask" >
195
177
   <property name="icon" >
196
 
    <iconset>IconResources/script_edit.png</iconset>
 
178
    <iconset>../IconResources/script_edit.png</iconset>
197
179
   </property>
198
180
   <property name="text" >
199
181
    <string>Edit Task</string>
201
183
  </action>
202
184
  <action name="actionEditCategory" >
203
185
   <property name="icon" >
204
 
    <iconset>IconResources/book_edit.png</iconset>
 
186
    <iconset>../IconResources/book_edit.png</iconset>
205
187
   </property>
206
188
   <property name="text" >
207
189
    <string>Edit Category</string>