akmi-utilities/form.ui
Argiris Deligiannidis c309c2db56
Some checks failed
continuous-integration/drone Build is failing
v1.0
2025-01-08 00:57:05 +02:00

201 lines
4.9 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>706</width>
<height>534</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>Επιλογή δεδομένων Excel</string>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>140</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>230</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>Επιλέξτε το αρχείο δεδομένων σε μορφή Excel</string>
</property>
</widget>
<widget class="QPushButton" name="create_button">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>480</x>
<y>250</y>
<width>211</width>
<height>61</height>
</rect>
</property>
<property name="text">
<string>Δημιουργία πιστοποιητικών</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>Επιλογή προσχέδιου Word</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>Επιλέξτε το αρχείο του προτύπου (Word)</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="oauth2_token">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>20</x>
<y>320</y>
<width>341</width>
<height>41</height>
</rect>
</property>
</widget>
<widget class="QCheckBox" name="enable_email">
<property name="geometry">
<rect>
<x>20</x>
<y>260</y>
<width>131</width>
<height>20</height>
</rect>
</property>
<property name="text">
<string>Αποστολή email</string>
</property>
</widget>
<widget class="QLabel" name="label_5">
<property name="geometry">
<rect>
<x>120</x>
<y>290</y>
<width>131</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>Microsoft OAuth2 Token</string>
</property>
</widget>
<widget class="QPlainTextEdit" name="log_output">
<property name="enabled">
<bool>false</bool>
</property>
<property name="geometry">
<rect>
<x>10</x>
<y>390</y>
<width>681</width>
<height>131</height>
</rect>
</property>
</widget>
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>