added beat sensitive and aspect correction to the settings dialog

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@766 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2008-01-23 06:13:35 +00:00
parent 4000fd139e
commit b1041f91c8

View File

@ -5,8 +5,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>449</width>
<height>261</height>
<width>452</width>
<height>293</height>
</rect>
</property>
<property name="windowTitle" >
@ -296,7 +296,7 @@ p, li { white-space: pre-wrap; }
<rect>
<x>12</x>
<y>150</y>
<width>77</width>
<width>81</width>
<height>23</height>
</rect>
</property>
@ -313,10 +313,10 @@ p, li { white-space: pre-wrap; }
<widget class="QComboBox" name="textureSizeComboBox" >
<property name="geometry" >
<rect>
<x>95</x>
<x>101</x>
<y>150</y>
<width>77</width>
<height>23</height>
<width>71</width>
<height>24</height>
</rect>
</property>
<property name="sizePolicy" >
@ -383,10 +383,10 @@ p, li { white-space: pre-wrap; }
<widget class="QCheckBox" name="fullscreenOnStartupCheckBox" >
<property name="geometry" >
<rect>
<x>12</x>
<y>181</y>
<width>208</width>
<height>24</height>
<x>10</x>
<y>210</y>
<width>156</width>
<height>23</height>
</rect>
</property>
<property name="sizePolicy" >
@ -402,10 +402,10 @@ p, li { white-space: pre-wrap; }
<widget class="QCheckBox" name="menuOnStartupCheckBox" >
<property name="geometry" >
<rect>
<x>226</x>
<y>181</y>
<width>208</width>
<height>24</height>
<x>211</x>
<y>210</y>
<width>166</width>
<height>23</height>
</rect>
</property>
<property name="sizePolicy" >
@ -421,8 +421,8 @@ p, li { white-space: pre-wrap; }
<widget class="QLabel" name="label_9" >
<property name="geometry" >
<rect>
<x>12</x>
<y>213</y>
<x>10</x>
<y>242</y>
<width>206</width>
<height>38</height>
</rect>
@ -446,8 +446,8 @@ p, li { white-space: pre-wrap; }
<widget class="QDialogButtonBox" name="buttonBox" >
<property name="geometry" >
<rect>
<x>229</x>
<y>217</y>
<x>219</x>
<y>249</y>
<width>205</width>
<height>29</height>
</rect>
@ -494,6 +494,60 @@ p, li { white-space: pre-wrap; }
<string>by</string>
</property>
</widget>
<widget class="QCheckBox" name="useAspectCorrectionCheckBox" >
<property name="geometry" >
<rect>
<x>211</x>
<y>181</y>
<width>166</width>
<height>23</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Fixed" hsizetype="MinimumExpanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Use Aspect Correction</string>
</property>
</widget>
<widget class="QSpinBox" name="beatSensitivitySpinBox" >
<property name="geometry" >
<rect>
<x>113</x>
<y>181</y>
<width>54</width>
<height>24</height>
</rect>
</property>
<property name="toolTip" >
<string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
p, li { white-space: pre-wrap; }
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;">
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Sets how long a preset should be played in seconds before projectM automatically switches to another in the playlist&lt;/p>&lt;/body>&lt;/html></string>
</property>
</widget>
<widget class="QLabel" name="label_12" >
<property name="geometry" >
<rect>
<x>11</x>
<y>181</y>
<width>96</width>
<height>24</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy vsizetype="Preferred" hsizetype="MinimumExpanding" >
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text" >
<string>Beat Sensitivity</string>
</property>
</widget>
</widget>
<resources/>
<connections/>