You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
92 lines
1.8 KiB
92 lines
1.8 KiB
![]()
5 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>qmk_kbd_list</class>
|
||
|
<widget class="QWidget" name="qmk_kbd_list">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>391</width>
|
||
|
<height>339</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Form</string>
|
||
|
</property>
|
||
|
<widget class="QListWidget" name="revList">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>40</y>
|
||
|
<width>181</width>
|
||
|
<height>251</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="ok">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>300</y>
|
||
|
<width>181</width>
|
||
|
<height>26</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Ok</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QPushButton" name="cancel">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>200</x>
|
||
|
<y>300</y>
|
||
|
<width>181</width>
|
||
|
<height>26</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Cancel</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>10</y>
|
||
|
<width>91</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Revisions</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>200</x>
|
||
|
<y>10</y>
|
||
|
<width>111</width>
|
||
|
<height>21</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>Keymaps</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QListWidget" name="keymapList">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>200</x>
|
||
|
<y>40</y>
|
||
|
<width>181</width>
|
||
|
<height>251</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|