<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>JSON_convertersClass</class> <widget class="QWidget" name="JSON_convertersClass"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>281</width> <height>72</height> </rect> </property> <property name="windowTitle"> <string>JSON_converters</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QPushButton" name="JSON_to_PDF_Button"> <property name="text"> <string>Пеобразовать JSON-файл в PDF-файл</string> </property> <property name="icon"> <iconset> <normalon>:/resources/resources/pdf.png</normalon> </iconset> </property> </widget> </item> <item> <widget class="QPushButton" name="JSON_to_XLSX_Button"> <property name="text"> <string>Пеобразовать JSON-файл в Excel-таблицу</string> </property> <property name="icon"> <iconset> <normalon>:/resources/resources/xlsx.png</normalon> </iconset> </property> </widget> </item> </layout> </widget> <layoutdefault spacing="6" margin="11"/> <resources> <include location="WB_QR_full_MSVCQtbased.qrc"/> </resources> <connections/> </ui>