Browse Source

Add new file needed for last commit

tags/v0.9.0
falkTX 13 years ago
parent
commit
7caf4bd822
1 changed files with 31 additions and 0 deletions
  1. +31
    -0
      src/ui/cadence_tb_alsa.ui

+ 31
- 0
src/ui/cadence_tb_alsa.ui View File

@@ -0,0 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Dialog</class>
<widget class="QDialog" name="Dialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>512</width>
<height>459</height>
</rect>
</property>
<property name="windowTitle">
<string>ALSA Audio Options</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>This is your current ~/.asoundrc file:</string>
</property>
</widget>
</item>
<item>
<widget class="QTextBrowser" name="textBrowser"/>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>

Loading…
Cancel
Save