Proyecto

General

Perfil

Descargar (713 Bytes) Estadísticas
| Rama: | Revisión:
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>BarraTiempo</class>
<widget class="QDialog" name="BarraTiempo">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>370</width>
<height>33</height>
</rect>
</property>
<property name="windowTitle">
<string/>
</property>
<widget class="QProgressBar" name="pbTiempo">
<property name="geometry">
<rect>
<x>6</x>
<y>7</y>
<width>361</width>
<height>21</height>
</rect>
</property>
<property name="maximum">
<number>50</number>
</property>
<property name="value">
<number>-1</number>
</property>
</widget>
</widget>
<resources/>
<connections/>
</ui>
(3-3/21)