2010-06-17 14:57:37 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>OPMapControlPanel</class>
|
|
|
|
<widget class="QWidget" name="OPMapControlPanel">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2010-06-20 16:27:18 +00:00
|
|
|
<width>606</width>
|
|
|
|
<height>83</height>
|
2010-06-17 14:57:37 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
2010-06-20 16:27:18 +00:00
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
2010-06-17 14:57:37 +00:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>0</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="maximumSize">
|
|
|
|
<size>
|
|
|
|
<width>16777215</width>
|
|
|
|
<height>16777215</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>7</pointsize>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>OPMap Control Panel</string>
|
|
|
|
</property>
|
2010-06-21 12:53:48 +00:00
|
|
|
<widget class="QWidget" name="layoutWidget">
|
2010-06-20 16:27:18 +00:00
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>20</x>
|
|
|
|
<y>40</y>
|
|
|
|
<width>579</width>
|
|
|
|
<height>25</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
|
|
|
<property name="leftMargin">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>5</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
|
|
|
<widget class="QLabel" name="label_13">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Minimum" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2010-06-20 08:51:18 +00:00
|
|
|
</property>
|
2010-06-20 16:27:18 +00:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
<weight>50</weight>
|
|
|
|
<italic>false</italic>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
2010-06-20 08:51:18 +00:00
|
|
|
</property>
|
2010-06-20 16:27:18 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: rgba(255, 255, 255, 0);
|
|
|
|
color: rgb(255, 255, 255, 200);</string>
|
2010-06-20 08:51:18 +00:00
|
|
|
</property>
|
2010-06-20 16:27:18 +00:00
|
|
|
<property name="text">
|
|
|
|
<string>Home Geo Fence Distance</string>
|
2010-06-20 08:51:18 +00:00
|
|
|
</property>
|
2010-06-20 16:27:18 +00:00
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QSpinBox" name="spinBoxGeoFenceDistance">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
<weight>75</weight>
|
|
|
|
<bold>true</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: rgba(255, 255, 255, 0);
|
|
|
|
color: rgb(255, 255, 255);</string>
|
|
|
|
</property>
|
|
|
|
<property name="frame">
|
2010-06-20 08:51:18 +00:00
|
|
|
<bool>false</bool>
|
2010-06-20 16:27:18 +00:00
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
<property name="buttonSymbols">
|
|
|
|
<enum>QAbstractSpinBox::NoButtons</enum>
|
|
|
|
</property>
|
|
|
|
<property name="minimum">
|
|
|
|
<number>10</number>
|
|
|
|
</property>
|
|
|
|
<property name="maximum">
|
|
|
|
<number>2000</number>
|
|
|
|
</property>
|
|
|
|
<property name="singleStep">
|
|
|
|
<number>50</number>
|
|
|
|
</property>
|
|
|
|
<property name="value">
|
|
|
|
<number>100</number>
|
|
|
|
</property>
|
2010-06-20 08:51:18 +00:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2010-06-20 16:27:18 +00:00
|
|
|
<widget class="QLabel" name="label_6">
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
2010-06-20 08:51:18 +00:00
|
|
|
</property>
|
2010-06-20 16:27:18 +00:00
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<pointsize>8</pointsize>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
2010-06-20 08:51:18 +00:00
|
|
|
</property>
|
2010-06-20 16:27:18 +00:00
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">background-color: rgba(255, 255, 255, 0);
|
|
|
|
color: rgb(255, 255, 255);</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Meters</string>
|
|
|
|
</property>
|
|
|
|
<property name="alignment">
|
|
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QPushButton" name="pushButtonGeoFenceM">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>OpenHandCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../coreplugin/core.qrc">
|
|
|
|
<normaloff>:/core/images/minus.png</normaloff>:/core/images/minus.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
2010-06-20 08:51:18 +00:00
|
|
|
<size>
|
2010-06-20 16:27:18 +00:00
|
|
|
<width>12</width>
|
|
|
|
<height>12</height>
|
2010-06-20 08:51:18 +00:00
|
|
|
</size>
|
|
|
|
</property>
|
2010-06-20 16:27:18 +00:00
|
|
|
<property name="autoRepeat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-06-20 08:51:18 +00:00
|
|
|
</item>
|
|
|
|
<item>
|
2010-06-20 16:27:18 +00:00
|
|
|
<widget class="QPushButton" name="pushButtonGeoFenceP">
|
|
|
|
<property name="font">
|
|
|
|
<font>
|
|
|
|
<weight>50</weight>
|
|
|
|
<bold>false</bold>
|
|
|
|
</font>
|
|
|
|
</property>
|
|
|
|
<property name="cursor">
|
|
|
|
<cursorShape>OpenHandCursor</cursorShape>
|
|
|
|
</property>
|
|
|
|
<property name="styleSheet">
|
|
|
|
<string notr="true">QPushButton {
|
|
|
|
border-color: rgba(0, 0, 0, 0);
|
2010-06-20 08:51:18 +00:00
|
|
|
}
|
2010-06-20 16:27:18 +00:00
|
|
|
QPushButton:hover {
|
|
|
|
background-color: qradialgradient(spread:pad, cx:0.5, cy:0.5, radius:0.1, fx:0.5, fy:0.5, stop:0 rgba(255, 0, 0, 255), stop:0.479904 rgba(255, 0, 0, 255), stop:0.522685 rgba(255, 255, 255, 255), stop:1 rgba(255, 255, 255, 0));
|
|
|
|
}
|
|
|
|
</string>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string/>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="../coreplugin/core.qrc">
|
|
|
|
<normaloff>:/core/images/plus.png</normaloff>:/core/images/plus.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>12</width>
|
|
|
|
<height>12</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="autoRepeat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="autoDefault">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="default">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="flat">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2010-06-17 14:57:37 +00:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-06-21 12:53:48 +00:00
|
|
|
<zorder>layoutWidget</zorder>
|
|
|
|
<zorder>label_6</zorder>
|
2010-06-17 14:57:37 +00:00
|
|
|
</widget>
|
2010-06-17 15:48:43 +00:00
|
|
|
<resources>
|
|
|
|
<include location="../coreplugin/core.qrc"/>
|
|
|
|
</resources>
|
2010-06-17 14:57:37 +00:00
|
|
|
<connections/>
|
|
|
|
</ui>
|