RedPanda-CPP/tools/redpanda-git-askpass/dialog.ui

32 lines
677 B
Plaintext
Raw Permalink Normal View History

2022-02-26 18:50:07 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>417</width>
<height>110</height>
</rect>
</property>
<property name="windowTitle">
<string>Git Ask Pass</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="txtPrompt">
<property name="text">
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="txtInput"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>