Skip to content

Commit

Permalink
Small fix to OMNotebook and changed the folder name OMS to OMShell.
Browse files Browse the repository at this point in the history
//Anders Fernström

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@2155 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
x05andfe committed Feb 21, 2006
1 parent 8bb0610 commit 10ce57f
Show file tree
Hide file tree
Showing 27 changed files with 3,075 additions and 0 deletions.
21 changes: 21 additions & 0 deletions OMShell/OMS.sln
@@ -0,0 +1,21 @@
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "QWinMosh", "QWinMosh.vcproj", "{B79AA7D4-B09D-4507-ABCE-D0619ADD8943}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{B79AA7D4-B09D-4507-ABCE-D0619ADD8943}.Debug.ActiveCfg = Debug|Win32
{B79AA7D4-B09D-4507-ABCE-D0619ADD8943}.Debug.Build.0 = Debug|Win32
{B79AA7D4-B09D-4507-ABCE-D0619ADD8943}.Release.ActiveCfg = Release|Win32
{B79AA7D4-B09D-4507-ABCE-D0619ADD8943}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal
105 changes: 105 additions & 0 deletions OMShell/OtherDlg.ui
@@ -0,0 +1,105 @@
<ui version="4.0" >
<author></author>
<comment></comment>
<exportmacro></exportmacro>
<class>Dialog</class>
<widget class="QDialog" name="Dialog" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>315</width>
<height>58</height>
</rect>
</property>
<property name="windowTitle" >
<string>Dialog</string>
</property>
<widget class="QWidget" name="verticalLayout" >
<property name="geometry" >
<rect>
<x>10</x>
<y>10</y>
<width>221</width>
<height>41</height>
</rect>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<widget class="QLabel" name="label" >
<property name="text" >
<string>TextLabel</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="lineEdit" />
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget" >
<property name="geometry" >
<rect>
<x>230</x>
<y>10</y>
<width>77</width>
<height>41</height>
</rect>
</property>
<layout class="QVBoxLayout" >
<property name="margin" >
<number>0</number>
</property>
<property name="spacing" >
<number>6</number>
</property>
<item>
<spacer>
<property name="orientation" >
<enum>Qt::Vertical</enum>
</property>
<property name="sizeHint" >
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="okButton" >
<property name="text" >
<string>OK</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<pixmapfunction></pixmapfunction>
<resources/>
<connections>
<connection>
<sender>okButton</sender>
<signal>clicked()</signal>
<receiver>Dialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel" >
<x>351</x>
<y>38</y>
</hint>
<hint type="destinationlabel" >
<x>233</x>
<y>29</y>
</hint>
</hints>
</connection>
</connections>
</ui>

0 comments on commit 10ce57f

Please sign in to comment.