Datenablage für Tinnitus Therapie Projektarbeit von Julian Seyffer und Heiko Ommert SS2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

workspace.xml 10KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project version="4">
  3. <component name="ChangeListManager">
  4. <list default="true" id="5b3f2136-e422-4072-84be-e86e40fa2d55" name="Default Changelist" comment="">
  5. <change beforePath="$PROJECT_DIR$/.idea/TinnitusAnalyse.iml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/TinnitusAnalyse.iml" afterDir="false" />
  6. <change beforePath="$PROJECT_DIR$/.idea/dictionaries/Julian.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/dictionaries/Julian.xml" afterDir="false" />
  7. <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
  8. <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
  9. <change beforePath="$PROJECT_DIR$/TinnitusAnalyse_GUI.py" beforeDir="false" afterPath="$PROJECT_DIR$/TinnitusAnalyse_GUI.py" afterDir="false" />
  10. </list>
  11. <option name="EXCLUDED_CONVERTED_TO_IGNORED" value="true" />
  12. <option name="SHOW_DIALOG" value="false" />
  13. <option name="HIGHLIGHT_CONFLICTS" value="true" />
  14. <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
  15. <option name="LAST_RESOLUTION" value="IGNORE" />
  16. </component>
  17. <component name="FileEditorManager">
  18. <leaf>
  19. <file pinned="false" current-in-tab="true">
  20. <entry file="file://$PROJECT_DIR$/TinnitusAnalyse_GUI.py">
  21. <provider selected="true" editor-type-id="text-editor">
  22. <state relative-caret-position="270">
  23. <caret line="89" column="74" selection-start-line="89" selection-start-column="74" selection-end-line="89" selection-end-column="74" />
  24. <folding>
  25. <element signature="e#0#54#0" expanded="true" />
  26. </folding>
  27. </state>
  28. </provider>
  29. </entry>
  30. </file>
  31. <file pinned="false" current-in-tab="false">
  32. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python35/Lib/tkinter/ttk.py">
  33. <provider selected="true" editor-type-id="text-editor">
  34. <state relative-caret-position="281">
  35. <caret line="552" selection-start-line="552" selection-end-line="552" />
  36. </state>
  37. </provider>
  38. </entry>
  39. </file>
  40. </leaf>
  41. </component>
  42. <component name="FileTemplateManagerImpl">
  43. <option name="RECENT_TEMPLATES">
  44. <list>
  45. <option value="Python Script" />
  46. </list>
  47. </option>
  48. </component>
  49. <component name="FindInProjectRecents">
  50. <findStrings>
  51. <find>ttk</find>
  52. <find>mainFrame</find>
  53. <find>linkerFrame</find>
  54. </findStrings>
  55. <dirStrings>
  56. <dir>C:\Users\Julian\PycharmProjects\TinnitusAnalyse</dir>
  57. </dirStrings>
  58. </component>
  59. <component name="Git.Settings">
  60. <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$/.." />
  61. </component>
  62. <component name="IdeDocumentHistory">
  63. <option name="CHANGED_PATHS">
  64. <list>
  65. <option value="$PROJECT_DIR$/TinnitusAnalyse_GUI.py" />
  66. </list>
  67. </option>
  68. </component>
  69. <component name="ProjectFrameBounds" extendedState="6">
  70. <option name="x" value="321" />
  71. <option name="y" value="274" />
  72. <option name="width" value="1602" />
  73. <option name="height" value="1093" />
  74. </component>
  75. <component name="ProjectLevelVcsManager" settingsEditedManually="true" />
  76. <component name="ProjectView">
  77. <navigator proportions="" version="1">
  78. <foldersAlwaysOnTop value="true" />
  79. </navigator>
  80. <panes />
  81. </component>
  82. <component name="PropertiesComponent">
  83. <property name="SHARE_PROJECT_CONFIGURATION_FILES" value="true" />
  84. <property name="last_opened_file_path" value="$PROJECT_DIR$" />
  85. <property name="restartRequiresConfirmation" value="false" />
  86. <property name="settings.editor.selected.configurable" value="com.jetbrains.python.configuration.PyActiveSdkModuleConfigurable" />
  87. </component>
  88. <component name="RecentsManager">
  89. <key name="CopyFile.RECENT_KEYS">
  90. <recent name="C:\Users\Julian\PycharmProjects\TinnitusAnalyse" />
  91. </key>
  92. </component>
  93. <component name="RunDashboard">
  94. <option name="ruleStates">
  95. <list>
  96. <RuleState>
  97. <option name="name" value="ConfigurationTypeDashboardGroupingRule" />
  98. </RuleState>
  99. <RuleState>
  100. <option name="name" value="StatusDashboardGroupingRule" />
  101. </RuleState>
  102. </list>
  103. </option>
  104. </component>
  105. <component name="RunManager">
  106. <configuration name="TinnitusAnalyse_GUI" type="PythonConfigurationType" factoryName="Python" temporary="true">
  107. <module name="TinnitusAnalyse" />
  108. <option name="INTERPRETER_OPTIONS" value="" />
  109. <option name="PARENT_ENVS" value="true" />
  110. <envs>
  111. <env name="PYTHONUNBUFFERED" value="1" />
  112. </envs>
  113. <option name="SDK_HOME" value="" />
  114. <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
  115. <option name="IS_MODULE_SDK" value="true" />
  116. <option name="ADD_CONTENT_ROOTS" value="true" />
  117. <option name="ADD_SOURCE_ROOTS" value="true" />
  118. <option name="SCRIPT_NAME" value="$PROJECT_DIR$/TinnitusAnalyse_GUI.py" />
  119. <option name="PARAMETERS" value="" />
  120. <option name="SHOW_COMMAND_LINE" value="false" />
  121. <option name="EMULATE_TERMINAL" value="false" />
  122. <option name="MODULE_MODE" value="false" />
  123. <option name="REDIRECT_INPUT" value="false" />
  124. <option name="INPUT_FILE" value="" />
  125. <method v="2" />
  126. </configuration>
  127. <recent_temporary>
  128. <list>
  129. <item itemvalue="Python.TinnitusAnalyse_GUI" />
  130. </list>
  131. </recent_temporary>
  132. </component>
  133. <component name="SvnConfiguration">
  134. <configuration />
  135. </component>
  136. <component name="TaskManager">
  137. <task active="true" id="Default" summary="Default task">
  138. <changelist id="5b3f2136-e422-4072-84be-e86e40fa2d55" name="Default Changelist" comment="" />
  139. <created>1590753501275</created>
  140. <option name="number" value="Default" />
  141. <option name="presentableId" value="Default" />
  142. <updated>1590753501275</updated>
  143. </task>
  144. <servers />
  145. </component>
  146. <component name="ToolWindowManager">
  147. <frame x="-8" y="-8" width="2576" height="1416" extended-state="6" />
  148. <editor active="true" />
  149. <layout>
  150. <window_info content_ui="combo" id="Project" order="0" weight="0.18479118" />
  151. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  152. <window_info id="Favorites" order="2" side_tool="true" />
  153. <window_info anchor="bottom" id="Message" order="0" />
  154. <window_info anchor="bottom" id="Find" order="1" />
  155. <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.30553392" />
  156. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  157. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  158. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  159. <window_info anchor="bottom" id="TODO" order="6" />
  160. <window_info anchor="bottom" id="Version Control" order="7" />
  161. <window_info anchor="bottom" id="Terminal" order="8" />
  162. <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
  163. <window_info anchor="bottom" id="Python Console" order="10" />
  164. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  165. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  166. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  167. </layout>
  168. <layout-to-restore>
  169. <window_info content_ui="combo" id="Project" order="0" visible="true" weight="0.18479118" />
  170. <window_info id="Structure" order="1" side_tool="true" weight="0.25" />
  171. <window_info id="Favorites" order="2" side_tool="true" />
  172. <window_info anchor="bottom" id="Message" order="0" />
  173. <window_info anchor="bottom" id="Find" order="1" />
  174. <window_info active="true" anchor="bottom" id="Run" order="2" visible="true" weight="0.30553392" />
  175. <window_info anchor="bottom" id="Debug" order="3" weight="0.4" />
  176. <window_info anchor="bottom" id="Cvs" order="4" weight="0.25" />
  177. <window_info anchor="bottom" id="Inspection" order="5" weight="0.4" />
  178. <window_info anchor="bottom" id="TODO" order="6" />
  179. <window_info anchor="bottom" id="Version Control" order="7" />
  180. <window_info anchor="bottom" id="Terminal" order="8" />
  181. <window_info anchor="bottom" id="Event Log" order="9" side_tool="true" />
  182. <window_info anchor="bottom" id="Python Console" order="10" />
  183. <window_info anchor="right" id="Commander" internal_type="SLIDING" order="0" type="SLIDING" weight="0.4" />
  184. <window_info anchor="right" id="Ant Build" order="1" weight="0.25" />
  185. <window_info anchor="right" content_ui="combo" id="Hierarchy" order="2" weight="0.25" />
  186. </layout-to-restore>
  187. </component>
  188. <component name="editorHistoryManager">
  189. <entry file="file://$PROJECT_DIR$/.idea/TinnitusAnalyse.iml">
  190. <provider selected="true" editor-type-id="text-editor" />
  191. </entry>
  192. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python35/Lib/tkinter/__init__.py">
  193. <provider selected="true" editor-type-id="text-editor">
  194. <state relative-caret-position="809">
  195. <caret line="2522" column="16" selection-start-line="2522" selection-start-column="16" selection-end-line="2522" selection-end-column="16" />
  196. </state>
  197. </provider>
  198. </entry>
  199. <entry file="file://$USER_HOME$/AppData/Local/Programs/Python/Python35/Lib/tkinter/ttk.py">
  200. <provider selected="true" editor-type-id="text-editor">
  201. <state relative-caret-position="281">
  202. <caret line="552" selection-start-line="552" selection-end-line="552" />
  203. </state>
  204. </provider>
  205. </entry>
  206. <entry file="file://$PROJECT_DIR$/TinnitusAnalyse_GUI.py">
  207. <provider selected="true" editor-type-id="text-editor">
  208. <state relative-caret-position="270">
  209. <caret line="89" column="74" selection-start-line="89" selection-start-column="74" selection-end-line="89" selection-end-column="74" />
  210. <folding>
  211. <element signature="e#0#54#0" expanded="true" />
  212. </folding>
  213. </state>
  214. </provider>
  215. </entry>
  216. </component>
  217. </project>