<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>DashboardWindow</class>
 <widget class="QWidget" name="DashboardWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>600</width>
    <height>400</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>Dashboard POS Hipermarket</string>
  </property>

  <widget class="QPushButton" name="btnPenjualan">
   <property name="geometry">
    <rect>
     <x>100</x>
     <y>80</y>
     <width>150</width>
     <height>50</height>
    </rect>
   </property>
   <property name="text">
    <string>Penjualan</string>
   </property>
  </widget>

  <widget class="QPushButton" name="btnDataBarang">
   <property name="geometry">
    <rect>
     <x>350</x>
     <y>80</y>
     <width>150</width>
     <height>50</height>
    </rect>
   </property>
   <property name="text">
    <string>Data Barang</string>
   </property>
  </widget>

  <widget class="QPushButton" name="btnLaporan">
   <property name="geometry">
    <rect>
     <x>100</x>
     <y>180</y>
     <width>150</width>
     <height>50</height>
    </rect>
   </property>
   <property name="text">
    <string>Laporan</string>
   </property>
  </widget>

  <widget class="QPushButton" name="btnManajemenUser">
   <property name="geometry">
    <rect>
     <x>350</x>
     <y>180</y>
     <width>150</width>
     <height>50</height>
    </rect>
   </property>
   <property name="text">
    <string>Manajemen User</string>
   </property>
  </widget>

  <widget class="QPushButton" name="btnLogout">
   <property name="geometry">
    <rect>
     <x>225</x>
     <y>300</y>
     <width>150</width>
     <height>40</height>
    </rect>
   </property>
   <property name="text">
    <string>Logout</string>
   </property>
  </widget>

 </widget>
 <resources/>
 <connections/>
</ui>
