Commit d8fd7df3 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - Remove now unneeded files.

parent ff6613e3
......@@ -57,7 +57,6 @@ nodist_SOURCES_qt4 = \
ui/sprefs_interface.h \
ui/sprefs_subtitles.h \
ui/sprefs_video.h \
ui/sprefs_hotkeys.h \
ui/streampanel.h \
ui/sout.h
......@@ -157,7 +156,6 @@ EXTRA_DIST += \
ui/sprefs_audio.ui \
ui/sprefs_input.ui \
ui/sprefs_interface.ui \
ui/sprefs_hotkeys.ui \
ui/sprefs_subtitles.ui \
ui/sprefs_video.ui \
ui/streampanel.ui \
......
......@@ -32,7 +32,6 @@
#include "ui/sprefs_audio.h"
#include "ui/sprefs_video.h"
#include "ui/sprefs_subtitles.h"
#include "ui/sprefs_hotkeys.h"
#include "ui/sprefs_interface.h"
enum {
......
<ui version="4.0" >
<author>Jean-Baptiste Kempf</author>
<class>SPrefsHotkeys</class>
<widget class="QWidget" name="SPrefsHotkeys" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>421</width>
<height>438</height>
</rect>
</property>
<property name="windowTitle" >
<string>Form</string>
</property>
<layout class="QGridLayout" >
<property name="margin" >
<number>9</number>
</property>
<property name="spacing" >
<number>10</number>
</property>
<item row="2" column="1" >
<widget class="QLineEdit" name="shortcutValue" >
<property name="inputMask" >
<string/>
</property>
<property name="text" >
<string>Customize here</string>
</property>
<property name="echoMode" >
<enum>QLineEdit::Normal</enum>
</property>
<property name="readOnly" >
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0" >
<widget class="QPushButton" name="customizeShortcut" >
<property name="text" >
<string>Customize</string>
</property>
</widget>
</item>
<item row="1" column="0" colspan="2" >
<widget class="QTreeWidget" name="shortcutsTree" >
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>7</hsizetype>
<vsizetype>3</vsizetype>
<horstretch>4</horstretch>
<verstretch>4</verstretch>
</sizepolicy>
</property>
<property name="minimumSize" >
<size>
<width>350</width>
<height>350</height>
</size>
</property>
<property name="columnCount" >
<number>2</number>
</property>
<column>
<property name="text" >
<string>_("Action")</string>
</property>
</column>
<column>
<property name="text" >
<string>_("Shortcut")</string>
</property>
</column>
</widget>
</item>
<item row="0" column="0" >
<widget class="QLabel" name="label" >
<property name="text" >
<string>_("Search")</string>
</property>
</widget>
</item>
<item row="0" column="1" >
<widget class="QLineEdit" name="actionSearch" />
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment