Skip to content

Commit

Permalink
Filling of the Compute window
Browse files Browse the repository at this point in the history
  • Loading branch information
manantsoa committed Mar 16, 2015
1 parent 003597e commit 9e9d458
Showing 1 changed file with 76 additions and 4 deletions.
80 changes: 76 additions & 4 deletions src/gui/dialogs/computeturnoverdialog.ui
Original file line number Diff line number Diff line change
@@ -1,17 +1,89 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ComputeTurnoverDialog</class>
<widget name="ComputeTurnoverDialog" class="QDialog">
<widget class="QDialog" name="ComputeTurnoverDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
<width>441</width>
<height>365</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string>Calcul du chiffre d'affaires</string>
</property>
<widget class="QWidget" name="gridLayoutWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>30</y>
<width>431</width>
<height>201</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
<item row="1" column="0">
<widget class="QLabel" name="label_2">
<property name="text">
<string>Fin de période</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QDateEdit" name="dtBeginPeriod"/>
</item>
<item row="0" column="0">
<widget class="QLabel" name="label">
<property name="text">
<string>Début de période</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QDateEdit" name="dtEndPeriod"/>
</item>
<item row="0" column="2">
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
<widget class="QPushButton" name="btnCompute">
<property name="geometry">
<rect>
<x>285</x>
<y>310</y>
<width>141</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Calculer</string>
</property>
</widget>
<widget class="QLabel" name="lbCompute">
<property name="geometry">
<rect>
<x>170</x>
<y>250</y>
<width>59</width>
<height>14</height>
</rect>
</property>
<property name="text">
<string/>
</property>
</widget>
</widget>
<resources/>
<connections/>
Expand Down

0 comments on commit 9e9d458

Please sign in to comment.