Skip to content

Commit

Permalink
remove CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
PTYin authored and PTYin committed May 20, 2019
1 parent 3af8d89 commit db61022
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 44 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.idea
cmake-build-debug
QtLaTeX.pro.user
CMakeLists.txt
42 changes: 0 additions & 42 deletions CMakeLists.txt

This file was deleted.

10 changes: 8 additions & 2 deletions src/editor.ui
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,21 @@
<x>0</x>
<y>0</y>
<width>800</width>
<height>25</height>
<height>26</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
<string>文件</string>
</property>
</widget>
<widget class="QMenu" name="menu">
<property name="title">
<string>编辑</string>
</property>
</widget>
<addaction name="menuFile"/>
<addaction name="menu"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
Expand Down

0 comments on commit db61022

Please sign in to comment.