| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120 |
- <?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>657</width>
- <height>455</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Layman - Delete layer from map</string>
- </property>
- <widget class="QPushButton" name="pushButton">
- <property name="geometry">
- <rect>
- <x>70</x>
- <y>250</y>
- <width>88</width>
- <height>27</height>
- </rect>
- </property>
- <property name="text">
- <string>Delete layer</string>
- </property>
- </widget>
- <widget class="QPushButton" name="pushButton_close">
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>250</y>
- <width>93</width>
- <height>28</height>
- </rect>
- </property>
- <property name="text">
- <string>Close</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>10</y>
- <width>141</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Loaded compositions:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>10</y>
- <width>141</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Layers in composition:</string>
- </property>
- </widget>
- <widget class="QListWidget" name="listWidget">
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>40</y>
- <width>261</width>
- <height>192</height>
- </rect>
- </property>
- </widget>
- <widget class="QListWidget" name="listWidget_listLayers2">
- <property name="geometry">
- <rect>
- <x>360</x>
- <y>40</y>
- <width>271</width>
- <height>192</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>320</y>
- <width>131</width>
- <height>121</height>
- </rect>
- </property>
- <property name="frameShape">
- <enum>QFrame::Box</enum>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_4">
- <property name="geometry">
- <rect>
- <x>370</x>
- <y>292</y>
- <width>141</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>Preview:</string>
- </property>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|