mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-03-23 17:30:24 +00:00
23 lines
548 B
XML
23 lines
548 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>EditorDialog</class>
|
|
<widget class="QDialog" name="EditorDialog">
|
|
<property name="windowModality">
|
|
<enum>Qt::ApplicationModal</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>640</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>LinkChecker source view</string>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout"/>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|