GeislingerProject/test2.ui.py
2024-10-25 09:39:21 +02:00

275 lines
7.1 KiB
Python

<?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>1374</width>
<height>725</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="enabled">
<bool>true</bool>
</property>
<widget class="QTableWidget" name="AuftragsdetailsTable">
<property name="geometry">
<rect>
<x>30</x>
<y>200</y>
<width>591</width>
<height>371</height>
</rect>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<row>
<property name="text">
<string>T1</string>
</property>
</row>
<column>
<property name="text">
<string>Pos.-Nr</string>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
</column>
<column>
<property name="text">
<string>Matnr mit hoechster Version</string>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
</column>
<column>
<property name="text">
<string>Bezeichnung + Werkstoff</string>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
</column>
<column>
<property name="text">
<string>Menge</string>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
</column>
<column>
<property name="text">
<string>Lgort</string>
</property>
<property name="font">
<font>
<pointsize>8</pointsize>
</font>
</property>
</column>
<item row="0" column="0">
<property name="text">
<string>I1</string>
</property>
</item>
</widget>
<widget class="QGroupBox" name="groupBox">
<property name="geometry">
<rect>
<x>9</x>
<y>9</y>
<width>611</width>
<height>151</height>
</rect>
</property>
<property name="title">
<string>Bauteile</string>
</property>
<widget class="QFrame" name="frame">
<property name="geometry">
<rect>
<x>170</x>
<y>30</y>
<width>221</width>
<height>71</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<widget class="QTextEdit" name="bauteiltypTextbox">
<property name="geometry">
<rect>
<x>31</x>
<y>34</y>
<width>269</width>
<height>76</height>
</rect>
</property>
<property name="html">
<string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
li.unchecked::marker { content: &quot;\2610&quot;; }
li.checked::marker { content: &quot;\2612&quot;; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Ubuntu'; font-size:11pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
</widget>
<widget class="QLabel" name="label_3">
<property name="geometry">
<rect>
<x>31</x>
<y>11</y>
<width>73</width>
<height>17</height>
</rect>
</property>
<property name="text">
<string>Bezeichnung</string>
</property>
</widget>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>420</x>
<y>40</y>
<width>171</width>
<height>71</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label_4">
<property name="text">
<string>Pos.-Nr:</string>
</property>
</widget>
</item>
<item>
<widget class="QTextEdit" name="textEdit_3"/>
</item>
</layout>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>20</x>
<y>40</y>
<width>161</width>
<height>81</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QPushButton" name="bauteilTypBtn">
<property name="text">
<string>Bauteiltype erkennen</string>
</property>
<property name="checkable">
<bool>false</bool>
</property>
<property name="autoDefault">
<bool>false</bool>
</property>
<property name="default">
<bool>false</bool>
</property>
<property name="flat">
<bool>false</bool>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="checkBox">
<property name="text">
<string>Bauteiltype locked</string>
</property>
<property name="checked">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>640</x>
<y>20</y>
<width>351</width>
<height>571</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="groupBox_2">
<property name="title">
<string>Auftrag</string>
</property>
<widget class="QWidget" name="">
<property name="geometry">
<rect>
<x>10</x>
<y>32</y>
<width>331</width>
<height>481</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Auftragsnummer:</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="btn1">
<property name="text">
<string>load Auftrag</string>
</property>
</widget>
</item>
<item>
<widget class="QGraphicsView" name="graphicsView"/>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>