Skip to content
Snippets Groups Projects
Commit c0b8cbf7 authored by Philipp Pister's avatar Philipp Pister
Browse files

Upload New File

parent 343934ec
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>900</width>
<height>922</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QLabel" name="label">
<property name="geometry">
<rect>
<x>10</x>
<y>0</y>
<width>600</width>
<height>810</height>
</rect>
</property>
<property name="styleSheet">
<string notr="true">
background-image: url(&quot;C:/Users/Phil/Desktop/Testbox/Navitest/karte.png&quot;);
background-repeat: no-repeat;
background-position: center;
background-size: 600px 810px;
background-color: transparent;
</string>
</property>
<property name="text">
<string/>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Information">
<property name="geometry">
<rect>
<x>500</x>
<y>540</y>
<width>80</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Information</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_Entfernung">
<property name="geometry">
<rect>
<x>500</x>
<y>500</y>
<width>80</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Entfernung</string>
</property>
</widget>
<widget class="QPushButton" name="pushButton_AlleOrte">
<property name="geometry">
<rect>
<x>500</x>
<y>580</y>
<width>80</width>
<height>21</height>
</rect>
</property>
<property name="text">
<string>Alle Orte</string>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>900</width>
<height>20</height>
</rect>
</property>
<widget class="QMenu" name="menuNavi">
<property name="title">
<string>Navi</string>
</property>
<addaction name="actionOrt_anlegen"/>
<addaction name="actionImport_Export"/>
</widget>
<addaction name="menuNavi"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<action name="actionOrt_anlegen">
<property name="text">
<string>Ort anlegen</string>
</property>
</action>
<action name="actionEntfernung_berechnen">
<property name="text">
<string>Entfernung berechnen</string>
</property>
</action>
<action name="actionKarte_anzeigen">
<property name="text">
<string>Karte anzeigen</string>
</property>
</action>
<action name="actionImport_Export">
<property name="text">
<string>Import/Export</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment