Changeset 2067 for palm/trunk/UTIL
- Timestamp:
- Nov 11, 2016 9:55:49 PM (8 years ago)
- Location:
- palm/trunk/UTIL/mrungui
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/UTIL/mrungui/mainwindow.cpp
r1805 r2067 18 18 // Current revisions: 19 19 // ----------------- 20 // 20 // Added support for PALM job manager 21 21 // 22 22 // Former revisions: … … 1281 1281 { 1282 1282 return system("nohup palm_wd >> /dev/null 2>&1 &"); 1283 1284 } 1285 1286 //****************************************************************************// 1287 // Start job manager (palm_jm) 1288 int MainWindow::start_jobmanager() 1289 { 1290 return system("nohup palm_jm >> /dev/null 2>&1 &"); 1283 1291 1284 1292 } -
palm/trunk/UTIL/mrungui/mainwindow.h
r1612 r2067 62 62 int save_to_file(); 63 63 int save_default(); 64 int start_jobmanager(); 64 65 int start_watchdog(); 65 66 int open_from_file(); -
palm/trunk/UTIL/mrungui/mainwindow.ui
r1804 r2067 1359 1359 <property name="geometry"> 1360 1360 <rect> 1361 <x> 2175</x>1362 <y> 98</y>1361 <x>4137</x> 1362 <y>194</y> 1363 1363 <width>159</width> 1364 <height>1 86</height>1364 <height>163</height> 1365 1365 </rect> 1366 1366 </property> … … 1376 1376 <addaction name="action_save"/> 1377 1377 <addaction name="action_default"/> 1378 <addaction name="action_start_wd"/>1379 1378 <addaction name="action_quit"/> 1380 1379 </widget> … … 1386 1385 <addaction name="action_about"/> 1387 1386 </widget> 1387 <widget class="QMenu" name="menuTools"> 1388 <property name="title"> 1389 <string>Tools</string> 1390 </property> 1391 <addaction name="action_start_watchdog"/> 1392 <addaction name="action_start_jobmanager"/> 1393 </widget> 1388 1394 <addaction name="menuStart"/> 1395 <addaction name="menuTools"/> 1389 1396 <addaction name="menuHelp"/> 1390 1397 </widget> … … 1441 1448 <property name="text"> 1442 1449 <string>Start watchdog</string> 1450 </property> 1451 </action> 1452 <action name="actionStart_job_manager"> 1453 <property name="text"> 1454 <string>Start job manager</string> 1455 </property> 1456 </action> 1457 <action name="action_start_watchdog"> 1458 <property name="text"> 1459 <string>Watchdog</string> 1460 </property> 1461 </action> 1462 <action name="action_start_jobmanager"> 1463 <property name="text"> 1464 <string>Job manager</string> 1443 1465 </property> 1444 1466 </action> … … 1556 1578 <hint type="sourcelabel"> 1557 1579 <x>222</x> 1558 <y> 296</y>1580 <y>326</y> 1559 1581 </hint> 1560 1582 <hint type="destinationlabel"> … … 1652 1674 <hint type="sourcelabel"> 1653 1675 <x>413</x> 1654 <y>1 41</y>1676 <y>164</y> 1655 1677 </hint> 1656 1678 <hint type="destinationlabel"> … … 1764 1786 <hint type="sourcelabel"> 1765 1787 <x>270</x> 1766 <y> 295</y>1788 <y>326</y> 1767 1789 </hint> 1768 1790 <hint type="destinationlabel"> … … 1908 1930 <hint type="sourcelabel"> 1909 1931 <x>606</x> 1910 <y>2 16</y>1932 <y>239</y> 1911 1933 </hint> 1912 1934 <hint type="destinationlabel"> … … 1940 1962 <hint type="sourcelabel"> 1941 1963 <x>617</x> 1942 <y>2 66</y>1964 <y>289</y> 1943 1965 </hint> 1944 1966 <hint type="destinationlabel"> … … 2132 2154 <hint type="sourcelabel"> 2133 2155 <x>805</x> 2134 <y> 389</y>2156 <y>421</y> 2135 2157 </hint> 2136 2158 <hint type="destinationlabel"> … … 2292 2314 <hint type="sourcelabel"> 2293 2315 <x>900</x> 2294 <y>3 43</y>2316 <y>371</y> 2295 2317 </hint> 2296 2318 <hint type="destinationlabel"> … … 2420 2442 <hint type="sourcelabel"> 2421 2443 <x>175</x> 2422 <y> 66</y>2444 <y>91</y> 2423 2445 </hint> 2424 2446 <hint type="destinationlabel"> … … 2445 2467 </connection> 2446 2468 <connection> 2447 <sender>action_start_wd</sender> 2469 <sender>check_cycfill</sender> 2470 <signal>stateChanged(int)</signal> 2471 <receiver>MainWindow</receiver> 2472 <slot>change_rc_list()</slot> 2473 <hints> 2474 <hint type="sourcelabel"> 2475 <x>280</x> 2476 <y>622</y> 2477 </hint> 2478 <hint type="destinationlabel"> 2479 <x>4</x> 2480 <y>510</y> 2481 </hint> 2482 </hints> 2483 </connection> 2484 <connection> 2485 <sender>action_start_jobmanager</sender> 2448 2486 <signal>triggered()</signal> 2449 2487 <receiver>MainWindow</receiver> 2450 <slot>start_ watchdog()</slot>2488 <slot>start_jobmanager()</slot> 2451 2489 <hints> 2452 2490 <hint type="sourcelabel"> … … 2461 2499 </connection> 2462 2500 <connection> 2463 <sender> check_cycfill</sender>2464 <signal> stateChanged(int)</signal>2465 <receiver>MainWindow</receiver> 2466 <slot> change_rc_list()</slot>2467 <hints> 2468 <hint type="sourcelabel"> 2469 <x> 336</x>2470 <y> 526</y>2471 </hint> 2472 <hint type="destinationlabel"> 2473 <x>4 </x>2474 <y> 510</y>2501 <sender>action_start_watchdog</sender> 2502 <signal>triggered()</signal> 2503 <receiver>MainWindow</receiver> 2504 <slot>start_watchdog()</slot> 2505 <hints> 2506 <hint type="sourcelabel"> 2507 <x>-1</x> 2508 <y>-1</y> 2509 </hint> 2510 <hint type="destinationlabel"> 2511 <x>458</x> 2512 <y>344</y> 2475 2513 </hint> 2476 2514 </hints> … … 2495 2533 <slot>help()</slot> 2496 2534 <slot>start_watchdog()</slot> 2535 <slot>start_jobmanager()</slot> 2497 2536 </slots> 2498 2537 </ui>
Note: See TracChangeset
for help on using the changeset viewer.