Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
3631ad1eb0
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
45 lines (45 sloc) 1002 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TimerDialog</class>
<widget class="QDialog" name="TimerDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>454</width>
<height>111</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<pointsize>20</pointsize>
</font>
</property>
<property name="text">
<string>Time until microscope acquires data:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="timeRemaining">
<property name="font">
<font>
<pointsize>34</pointsize>
</font>
</property>
<property name="text">
<string>time</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>