Changeset 809 for palm/trunk/UTIL/mrungui
- Timestamp:
- Jan 30, 2012 1:32:58 PM (13 years ago)
- Location:
- palm/trunk/UTIL/mrungui
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/mrungui/mainwindow.cpp
r794 r809 2 2 // Current revisions: 3 3 // ----------------- 4 // Bugfix: waiting for 20 minutes does not suffice for local runs 4 5 // 5 6 // Former revisions: … … 221 222 // xtermoutput = xtermoutput+mrun.readAllStandardOutput(); 222 223 223 // Wait until mrun has finished or wait for 20 minutes224 mrun.waitForFinished(1200000 );224 // Wait until mrun has finished or wait for 2000 minutes 225 mrun.waitForFinished(12000000000); 225 226 226 227 -
palm/trunk/UTIL/mrungui/mainwindow.ui
r807 r809 793 793 <rect> 794 794 <x>130</x> 795 <y>1 90</y>795 <y>180</y> 796 796 <width>241</width> 797 <height> 16</height>797 <height>21</height> 798 798 </rect> 799 799 </property>
Note: See TracChangeset
for help on using the changeset viewer.