Now with image!

This commit is contained in:
2024-04-30 16:56:02 +02:00
parent 8ed3d2d76c
commit 91f5fe96ef
3 changed files with 25 additions and 16 deletions

36
.idea/workspace.xml generated
View File

@@ -4,11 +4,9 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="3745efb7-4727-49d7-a776-8798725fc688" name="Changes" comment="Its running! Yeah!"> <list default="true" id="3745efb7-4727-49d7-a776-8798725fc688" name="Changes" comment="Still running… in multiple files, with global font_size…">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/rankiv.kv" beforeDir="false" afterPath="$PROJECT_DIR$/rankiv.kv" afterDir="false" /> <change beforePath="$PROJECT_DIR$/rankiv.kv" beforeDir="false" afterPath="$PROJECT_DIR$/rankiv.kv" afterDir="false" />
<change beforePath="$PROJECT_DIR$/rannum.py" beforeDir="false" afterPath="$PROJECT_DIR$/rannum.py" afterDir="false" />
</list> </list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -18,6 +16,9 @@
<component name="Git.Settings"> <component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component> </component>
<component name="ProblemsViewState">
<option name="selectedTabId" value="CurrentFile" />
</component>
<component name="ProjectColorInfo">{ <component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 8 &quot;associatedIndex&quot;: 8
}</component> }</component>
@@ -27,15 +28,15 @@
<option name="hideEmptyMiddlePackages" value="true" /> <option name="hideEmptyMiddlePackages" value="true" />
<option name="showLibraryContents" value="true" /> <option name="showLibraryContents" value="true" />
</component> </component>
<component name="PropertiesComponent"><![CDATA[{ <component name="PropertiesComponent">{
"keyToString": { &quot;keyToString&quot;: {
"Python.main.executor": "Run", &quot;Python.main.executor&quot;: &quot;Run&quot;,
"RunOnceActivity.OpenProjectViewOnStart": "true", &quot;RunOnceActivity.OpenProjectViewOnStart&quot;: &quot;true&quot;,
"RunOnceActivity.ShowReadmeOnStart": "true", &quot;RunOnceActivity.ShowReadmeOnStart&quot;: &quot;true&quot;,
"git-widget-placeholder": "master", &quot;git-widget-placeholder&quot;: &quot;master&quot;,
"settings.editor.selected.configurable": "preferences.lookFeel" &quot;settings.editor.selected.configurable&quot;: &quot;preferences.lookFeel&quot;
} }
}]]></component> }</component>
<component name="RunManager"> <component name="RunManager">
<configuration name="main" type="PythonConfigurationType" factoryName="Python" nameIsGenerated="true"> <configuration name="main" type="PythonConfigurationType" factoryName="Python" nameIsGenerated="true">
<module name="ran_kiv" /> <module name="ran_kiv" />
@@ -84,11 +85,20 @@
<option name="project" value="LOCAL" /> <option name="project" value="LOCAL" />
<updated>1714421527721</updated> <updated>1714421527721</updated>
</task> </task>
<option name="localTasksCounter" value="2" /> <task id="LOCAL-00002" summary="Still running… in multiple files, with global font_size…">
<option name="closed" value="true" />
<created>1714423769455</created>
<option name="number" value="00002" />
<option name="presentableId" value="LOCAL-00002" />
<option name="project" value="LOCAL" />
<updated>1714423769455</updated>
</task>
<option name="localTasksCounter" value="3" />
<servers /> <servers />
</component> </component>
<component name="VcsManagerConfiguration"> <component name="VcsManagerConfiguration">
<MESSAGE value="Its running! Yeah!" /> <MESSAGE value="Its running! Yeah!" />
<option name="LAST_COMMIT_MESSAGE" value="Its running! Yeah!" /> <MESSAGE value="Still running… in multiple files, with global font_size…" />
<option name="LAST_COMMIT_MESSAGE" value="Still running… in multiple files, with global font_size…" />
</component> </component>
</project> </project>

View File

@@ -1,9 +1,8 @@
<RanNum>: <RanNum>:
BoxLayout: BoxLayout:
orientation: 'vertical' orientation: 'vertical'
Label: Image:
text: 'Zufallszahl von 1 bis ?' source: 'zufall.png'
font_size: app.font_size
TextInput: TextInput:
id: upper_boundary_input id: upper_boundary_input
multiline: False multiline: False

BIN
zufall.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 304 KiB