Files
@ 14ef268b5d60
Branch filter:
Location: tempo-plotter/src/updatecheckdialog.ui - annotation
14ef268b5d60
1.7 KiB
text/plain
reworked BinaryStreamReader as `Source`, ONLY the tests compiles, no functional tests yet
ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a 70a6380ef381 43170751e0a7 43170751e0a7 43170751e0a7 70a6380ef381 70a6380ef381 70a6380ef381 70a6380ef381 70a6380ef381 70a6380ef381 70a6380ef381 70a6380ef381 70a6380ef381 ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a ceb86f2d0c0a | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>UpdateCheckDialog</class>
<widget class="QDialog" name="UpdateCheckDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>148</height>
</rect>
</property>
<property name="windowTitle">
<string>Check Update</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Checking update...</string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="cbPeriodic">
<property name="toolTip">
<string>Updates will be checked only once a day at first start of the application</string>
</property>
<property name="text">
<string>Check updates periodically</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>clicked(QAbstractButton*)</signal>
<receiver>UpdateCheckDialog</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>199</x>
<y>125</y>
</hint>
<hint type="destinationlabel">
<x>199</x>
<y>73</y>
</hint>
</hints>
</connection>
</connections>
</ui>
|