Changeset 11694 for trunk/FACT++/gui
- Timestamp:
- 07/28/11 15:20:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/gui/design.ui
r11682 r11694 7254 7254 <enum>QAbstractSpinBox::NoButtons</enum> 7255 7255 </property> 7256 <property name="currentSection"> 7257 <enum>QDateTimeEdit::HourSection</enum> 7258 </property> 7259 <property name="displayFormat"> 7260 <string>hh:mm:ss</string> 7261 </property> 7262 <property name="calendarPopup"> 7263 <bool>false</bool> 7264 </property> 7265 <property name="timeSpec"> 7266 <enum>Qt::OffsetFromUTC</enum> 7267 </property> 7256 7268 <property name="time"> 7257 7269 <time> … … 7260 7272 <second>0</second> 7261 7273 </time> 7262 </property>7263 <property name="currentSection">7264 <enum>QDateTimeEdit::HourSection</enum>7265 </property>7266 <property name="displayFormat">7267 <string>hh:mm:ss</string>7268 </property>7269 <property name="calendarPopup">7270 <bool>false</bool>7271 </property>7272 <property name="timeSpec">7273 <enum>Qt::OffsetFromUTC</enum>7274 7274 </property> 7275 7275 </widget> … … 7396 7396 <enum>QAbstractSpinBox::NoButtons</enum> 7397 7397 </property> 7398 <property name="currentSection"> 7399 <enum>QDateTimeEdit::HourSection</enum> 7400 </property> 7401 <property name="displayFormat"> 7402 <string>hh:mm:ss</string> 7403 </property> 7404 <property name="calendarPopup"> 7405 <bool>false</bool> 7406 </property> 7407 <property name="timeSpec"> 7408 <enum>Qt::OffsetFromUTC</enum> 7409 </property> 7398 7410 <property name="time"> 7399 7411 <time> … … 7402 7414 <second>0</second> 7403 7415 </time> 7404 </property>7405 <property name="currentSection">7406 <enum>QDateTimeEdit::HourSection</enum>7407 </property>7408 <property name="displayFormat">7409 <string>hh:mm:ss</string>7410 </property>7411 <property name="calendarPopup">7412 <bool>false</bool>7413 </property>7414 <property name="timeSpec">7415 <enum>Qt::OffsetFromUTC</enum>7416 7416 </property> 7417 7417 </widget> … … 9380 9380 <widget class="QPushButton" name="fFtmStartRun"> 9381 9381 <property name="text"> 9382 <string>Start run</string>9382 <string>Start trigger</string> 9383 9383 </property> 9384 9384 </widget> … … 9387 9387 <widget class="QPushButton" name="fFtmStopRun"> 9388 9388 <property name="text"> 9389 <string>Stop run</string>9389 <string>Stop trigger</string> 9390 9390 </property> 9391 9391 </widget>
Note:
See TracChangeset
for help on using the changeset viewer.