Showing
2 changed files
with
0 additions
and
49 deletions
PaperGraph/MainWindow.ui
deleted
100644 → 0
1 | -<UI version="4.0" > | ||
2 | - <class>MainWindow</class> | ||
3 | - <widget class="QMainWindow" name="MainWindow" > | ||
4 | - <property name="objectName" > | ||
5 | - <string notr="true">MainWindow</string> | ||
6 | - </property> | ||
7 | - <property name="geometry" > | ||
8 | - <rect> | ||
9 | - <x>0</x> | ||
10 | - <y>0</y> | ||
11 | - <width>400</width> | ||
12 | - <height>300</height> | ||
13 | - </rect> | ||
14 | - </property> | ||
15 | - <property name="windowTitle" > | ||
16 | - <string>MainWindow</string> | ||
17 | - </property> | ||
18 | - <widget class="QMenuBar" name="menuBar" /> | ||
19 | - <widget class="QToolBar" name="mainToolBar" /> | ||
20 | - <widget class="QWidget" name="centralWidget" /> | ||
21 | - <widget class="QStatusBar" name="statusBar" /> | ||
22 | - </widget> | ||
23 | - <layoutDefault spacing="6" margin="11" /> | ||
24 | - <pixmapfunction></pixmapfunction> | ||
25 | - <resources/> | ||
26 | - <connections/> | ||
27 | -</UI> |
PaperGraph/PaperGraphWidget.ui
deleted
100644 → 0
1 | -<?xml version="1.0" encoding="UTF-8"?> | ||
2 | -<ui version="4.0"> | ||
3 | - <class>PaperGraphWidgetClass</class> | ||
4 | - <widget class="QWidget" name="PaperGraphWidgetClass"> | ||
5 | - <property name="geometry"> | ||
6 | - <rect> | ||
7 | - <x>0</x> | ||
8 | - <y>0</y> | ||
9 | - <width>600</width> | ||
10 | - <height>400</height> | ||
11 | - </rect> | ||
12 | - </property> | ||
13 | - <property name="windowTitle"> | ||
14 | - <string>PaperGraphWidget</string> | ||
15 | - </property> | ||
16 | - </widget> | ||
17 | - <layoutdefault spacing="6" margin="11"/> | ||
18 | - <resources> | ||
19 | - <include location="PaperGraphWidget.qrc"/> | ||
20 | - </resources> | ||
21 | - <connections/> | ||
22 | -</ui> |
-
Please register or login to post a comment