Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PG2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Philipp Pister
PG2
Commits
c0b8cbf7
Commit
c0b8cbf7
authored
2 years ago
by
Philipp Pister
Browse files
Options
Downloads
Patches
Plain Diff
Upload New File
parent
343934ec
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Praktikum4/Navi GUI/mainwindow.ui
+121
-0
121 additions, 0 deletions
Praktikum4/Navi GUI/mainwindow.ui
with
121 additions
and
0 deletions
Praktikum4/Navi GUI/mainwindow.ui
0 → 100644
+
121
−
0
View file @
c0b8cbf7
<?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(
"
C:/Users/Phil/Desktop/Testbox/Navitest/karte.png
"
);
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>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment