|
48 | 48 | </rect> |
49 | 49 | </property> |
50 | 50 | <widget class="QMenu" name="menuFile"> |
| 51 | + <property name="toolTipDuration"> |
| 52 | + <number>4000</number> |
| 53 | + </property> |
51 | 54 | <property name="title"> |
52 | 55 | <string>&File</string> |
53 | 56 | </property> |
| 57 | + <property name="toolTipsVisible"> |
| 58 | + <bool>true</bool> |
| 59 | + </property> |
54 | 60 | <addaction name="actionOpen"/> |
55 | 61 | <addaction name="actionSave"/> |
56 | 62 | <addaction name="actionSaveAs"/> |
|
59 | 65 | <addaction name="actionExit"/> |
60 | 66 | </widget> |
61 | 67 | <widget class="QMenu" name="menuEdit"> |
| 68 | + <property name="toolTipDuration"> |
| 69 | + <number>4000</number> |
| 70 | + </property> |
62 | 71 | <property name="title"> |
63 | 72 | <string>&Edit</string> |
64 | 73 | </property> |
| 74 | + <property name="toolTipsVisible"> |
| 75 | + <bool>true</bool> |
| 76 | + </property> |
65 | 77 | <addaction name="actionUndo"/> |
66 | 78 | <addaction name="actionRedo"/> |
67 | 79 | <addaction name="actionShow_History"/> |
|
82 | 94 | <addaction name="actionAbout"/> |
83 | 95 | </widget> |
84 | 96 | <widget class="QMenu" name="menuView"> |
| 97 | + <property name="toolTipDuration"> |
| 98 | + <number>4000</number> |
| 99 | + </property> |
85 | 100 | <property name="title"> |
86 | 101 | <string>View</string> |
87 | 102 | </property> |
| 103 | + <property name="toolTipsVisible"> |
| 104 | + <bool>true</bool> |
| 105 | + </property> |
88 | 106 | <addaction name="actionAxialCoronalLoRes"/> |
89 | 107 | <addaction name="actionAxialCoronalHiRes"/> |
90 | 108 | </widget> |
|
113 | 131 | <property name="text"> |
114 | 132 | <string>&Open</string> |
115 | 133 | </property> |
| 134 | + <property name="toolTip"> |
| 135 | + <string><html><head/><body><p><span style=" font-weight:600;">Open</span></p><p>User selects directory in which to search for NIFTI MRI files. </p><p>The four NIFTI files loaded are fatUpper.nii, fatLower.nii, waterUpper.nii, and waterLower.nii. </p><p><span style=" font-weight:600;">Note:</span> Alternatively, the data may be compressed with *.nii.gz file format</p></body></html></string> |
| 136 | + </property> |
116 | 137 | <property name="shortcut"> |
117 | 138 | <string>Ctrl+O</string> |
118 | 139 | </property> |
|
156 | 177 | <property name="text"> |
157 | 178 | <string>Save</string> |
158 | 179 | </property> |
| 180 | + <property name="toolTip"> |
| 181 | + <string><html><head/><body><p><span style=" font-weight:600;">Save</span></p><p>Performs same function as Save As but uses last saved directory as the saving point. </p><p>Each fat layer is saved in its own text file within that directory.</p><p>This does <span style=" font-weight:600; text-decoration: underline;">NOT</span> alter the NIFTI images in any way nor does it save them.</p><p><br/></p></body></html></string> |
| 182 | + </property> |
159 | 183 | </action> |
160 | 184 | <action name="actionSaveAs"> |
161 | 185 | <property name="text"> |
162 | 186 | <string>Save As</string> |
163 | 187 | </property> |
| 188 | + <property name="toolTip"> |
| 189 | + <string><html><head/><body><p><span style=" font-weight:600;">Save As</span></p><p>Saves the <span style=" text-decoration: underline;">tracing results</span> the user has drawn onto the NIFTI image. User will select a directory to save tracing results. Each fat layer is saved in its own text file within that directory.</p><p>This does <span style=" font-weight:600; text-decoration: underline;">NOT</span> alter the NIFTI images in any way nor does it save them.</p></body></html></string> |
| 190 | + </property> |
164 | 191 | </action> |
165 | 192 | <action name="actionImportTracingData"> |
166 | 193 | <property name="text"> |
167 | 194 | <string>Import Tracing Data</string> |
168 | 195 | </property> |
| 196 | + <property name="toolTip"> |
| 197 | + <string><html><head/><body><p><span style=" font-weight:600;">Import Tracing Data</span></p><p>Loads previously drawn tracing data into the viewer to be displayed, altered, and saved. </p><p><span style=" font-weight:600;">Note:</span> The appropiate NIFTI image must already be loaded before the tracing data is loaded.</p></body></html></string> |
| 198 | + </property> |
169 | 199 | </action> |
170 | 200 | <action name="actionWhatsThis"> |
171 | 201 | <property name="checkable"> |
|
0 commit comments