akmi-utilities/form.ui
2024-07-10 17:12:16 +03:00

143 lines
3.5 KiB
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Widget</class>
<widget class="QWidget" name="Widget">
<property name="enabled">
<bool>true</bool>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>742</width>
<height>336</height>
</rect>
</property>
<property name="windowTitle">
<string>Widget</string>
</property>
<widget class="QPushButton" name="file_selector">
<property name="geometry">
<rect>
<x>20</x>
<y>140</y>
<width>151</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Επιλογή Αρχείου CSV</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>150</x>
<y>20</y>
<width>61</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string/>
</property>
<property name="pixmap">
<pixmap resource="resources.qrc">:/images/logo.png</pixmap>
</property>
<property name="scaledContents">
<bool>true</bool>
</property>
</widget>
<widget class="QLabel" name="label_2">
<property name="geometry">
<rect>
<x>240</x>
<y>10</y>
<width>431</width>
<height>81</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>26</pointsize>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>AKMI Certificate creator</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>180</x>
<y>140</y>
<width>531</width>
<height>31</height>
</rect>
</property>
<property name="whatsThis">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Το αρχείο που έχουμε επιλέξει&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text">
<string>Επιλέξτε το αρχείο δεδομένων σε μορφή .csv</string>
</property>
</widget>
<widget class="QPushButton" name="create_button">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>310</x>
<y>290</y>
<width>111</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Δημιουργία pdf</string>
</property>
</widget>
<widget class="QPushButton" name="file_template">
<property name="geometry">
<rect>
<x>20</x>
<y>190</y>
<width>151</width>
<height>34</height>
</rect>
</property>
<property name="text">
<string>Επιλογή Αρχείου PDF</string>
</property>
</widget>
<widget class="QLabel" name="label_4">
<property name="geometry">
<rect>
<x>180</x>
<y>190</y>
<width>561</width>
<height>31</height>
</rect>
</property>
<property name="whatsThis">
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Το αρχείο που έχουμε επιλέξει&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="text">
<string>Επιλέξτε το PDF αρχείο του προτύπου</string>
</property>
</widget>
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>