| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>CartoDBDialogBase</class>
- <widget class="QDialog" name="CartoDBDialogBase">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>400</width>
- <height>300</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Layman</string>
- </property>
- <widget class="QListWidget" name="listWidget_listLayers">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>381</width>
- <height>191</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_importLayer">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>220</y>
- <width>88</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Import layer</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_close">
- <property name="geometry">
- <rect>
- <x>230</x>
- <y>220</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Close</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|