SXXXXXXX_PyUCC/__UCC/Unified-Code-Counter-src/Unified-Code-Counter-master/gui/GAsciiDialog.ui
2025-11-25 14:18:55 +01:00

101 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GAsciiDialogClass</class>
<widget class="QDialog" name="GAsciiDialogClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>500</height>
</rect>
</property>
<property name="windowTitle">
<string>UCC Results</string>
</property>
<property name="windowIcon">
<iconset resource="gucc.qrc">
<normaloff>:/images/gucc.png</normaloff>:/images/gucc.png</iconset>
</property>
<property name="sizeGripEnabled">
<bool>true</bool>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QComboBox" name="cboResultsSelect"/>
</item>
<item>
<widget class="QTextEdit" name="txtResults">
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="readOnly">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<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>
<item>
<widget class="QPushButton" name="btnClose">
<property name="text">
<string>Close</string>
</property>
</widget>
</item>
<item>
<spacer name="horizontalSpacer_2">
<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>
</item>
</layout>
</widget>
<resources>
<include location="gucc.qrc"/>
</resources>
<connections>
<connection>
<sender>btnClose</sender>
<signal>clicked()</signal>
<receiver>GAsciiDialogClass</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>418</x>
<y>482</y>
</hint>
<hint type="destinationlabel">
<x>510</x>
<y>470</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>closeWindow()</slot>
</slots>
</ui>