You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

387 lines
8.9 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>361</width>
<height>361</height>
</rect>
</property>
<property name="windowTitle">
<string>Filtre de Tchebyshev</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QTextEdit" name="resultatlk_textedit">
<property name="geometry">
<rect>
<x>180</x>
<y>179</y>
<width>160</width>
<height>51</height>
</rect>
</property>
</widget>
<widget class="QTextEdit" name="resultatck_textedit">
<property name="geometry">
<rect>
<x>180</x>
<y>240</y>
<width>160</width>
<height>51</height>
</rect>
</property>
</widget>
<widget class="QLineEdit" name="resultatrn_lineedit">
<property name="geometry">
<rect>
<x>180</x>
<y>300</y>
<width>160</width>
<height>20</height>
</rect>
</property>
</widget>
<widget class="QLabel" name="resultatrn_label">
<property name="geometry">
<rect>
<x>22</x>
<y>300</y>
<width>151</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Charge adaptée (Ω)</string>
</property>
</widget>
<widget class="QLabel" name="resultatck_label">
<property name="geometry">
<rect>
<x>22</x>
<y>257</y>
<width>151</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Capacité du circuit (F)</string>
</property>
</widget>
<widget class="QLabel" name="resultatlk_label">
<property name="geometry">
<rect>
<x>22</x>
<y>196</y>
<width>151</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Inductance du circuit (H)</string>
</property>
</widget>
<widget class="QLabel" name="ordre_label">
<property name="geometry">
<rect>
<x>22</x>
<y>124</y>
<width>141</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Ordre</string>
</property>
</widget>
<widget class="QLabel" name="impEntree_label">
<property name="geometry">
<rect>
<x>22</x>
<y>98</y>
<width>171</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Impédance d'entrée (Ω)</string>
</property>
</widget>
<widget class="QLineEdit" name="impEntree_lineedit">
<property name="geometry">
<rect>
<x>200</x>
<y>98</y>
<width>140</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>impEntree</string>
</property>
</widget>
<widget class="QLabel" name="titre_label">
<property name="geometry">
<rect>
<x>30</x>
<y>20</y>
<width>271</width>
<height>20</height>
</rect>
</property>
<property name="font">
<font>
<pointsize>11</pointsize>
<weight>75</weight>
<bold>true</bold>
<kerning>true</kerning>
</font>
</property>
<property name="text">
<string>Calculateur de filtre de Tchebyshev</string>
</property>
</widget>
<widget class="QLabel" name="freqCp_label">
<property name="geometry">
<rect>
<x>22</x>
<y>46</y>
<width>171</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Fréquence de coupure (Hz)</string>
</property>
</widget>
<widget class="QLineEdit" name="ordre_lineedit">
<property name="geometry">
<rect>
<x>200</x>
<y>124</y>
<width>140</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>ordre</string>
</property>
</widget>
<widget class="QLineEdit" name="freqCp_lineedit">
<property name="geometry">
<rect>
<x>200</x>
<y>46</y>
<width>80</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>freqCp</string>
</property>
</widget>
<widget class="QPushButton" name="effacer_pushbutton">
<property name="geometry">
<rect>
<x>22</x>
<y>150</y>
<width>145</width>
<height>23</height>
</rect>
</property>
<property name="statusTip">
<string>Tout effacer</string>
</property>
<property name="text">
<string>Effacer</string>
</property>
</widget>
<widget class="QLineEdit" name="amplitude_lineedit">
<property name="geometry">
<rect>
<x>200</x>
<y>72</y>
<width>140</width>
<height>20</height>
</rect>
</property>
<property name="toolTip">
<string>amplitude</string>
</property>
</widget>
<widget class="QPushButton" name="calculer_pushbutton">
<property name="geometry">
<rect>
<x>195</x>
<y>150</y>
<width>145</width>
<height>23</height>
</rect>
</property>
<property name="statusTip">
<string>Calculer le résultat</string>
</property>
<property name="text">
<string>Calculer</string>
</property>
</widget>
<widget class="QLabel" name="amplitude_label">
<property name="geometry">
<rect>
<x>22</x>
<y>72</y>
<width>171</width>
<height>16</height>
</rect>
</property>
<property name="text">
<string>Amplitude (dB)</string>
</property>
</widget>
<widget class="QComboBox" name="uniteFreq_combobox">
<property name="geometry">
<rect>
<x>290</x>
<y>46</y>
<width>50</width>
<height>20</height>
</rect>
</property>
<item>
<property name="text">
<string>kHz</string>
</property>
</item>
<item>
<property name="text">
<string>MHz</string>
</property>
</item>
<item>
<property name="text">
<string>GHz</string>
</property>
</item>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections>
<connection>
<sender>effacer_pushbutton</sender>
<signal>clicked()</signal>
<receiver>ordre_lineedit</receiver>
<slot>clear()</slot>
<hints>
<hint type="sourcelabel">
<x>192</x>
<y>186</y>
</hint>
<hint type="destinationlabel">
<x>244</x>
<y>158</y>
</hint>
</hints>
</connection>
<connection>
<sender>effacer_pushbutton</sender>
<signal>clicked()</signal>
<receiver>freqCp_lineedit</receiver>
<slot>clear()</slot>
<hints>
<hint type="sourcelabel">
<x>192</x>
<y>186</y>
</hint>
<hint type="destinationlabel">
<x>244</x>
<y>80</y>
</hint>
</hints>
</connection>
<connection>
<sender>effacer_pushbutton</sender>
<signal>clicked()</signal>
<receiver>amplitude_lineedit</receiver>
<slot>clear()</slot>
<hints>
<hint type="sourcelabel">
<x>192</x>
<y>186</y>
</hint>
<hint type="destinationlabel">
<x>244</x>
<y>106</y>
</hint>
</hints>
</connection>
<connection>
<sender>effacer_pushbutton</sender>
<signal>clicked()</signal>
<receiver>impEntree_lineedit</receiver>
<slot>clear()</slot>
<hints>
<hint type="sourcelabel">
<x>192</x>
<y>186</y>
</hint>
<hint type="destinationlabel">
<x>244</x>
<y>132</y>
</hint>
</hints>
</connection>
<connection>
<sender>effacer_pushbutton</sender>
<signal>clicked()</signal>
<receiver>resultatrn_lineedit</receiver>
<slot>clear()</slot>
<hints>
<hint type="sourcelabel">
<x>137</x>
<y>161</y>
</hint>
<hint type="destinationlabel">
<x>275</x>
<y>240</y>
</hint>
</hints>
</connection>
<connection>
<sender>effacer_pushbutton</sender>
<signal>clicked()</signal>
<receiver>resultatlk_textedit</receiver>
<slot>clear()</slot>
<hints>
<hint type="sourcelabel">
<x>91</x>
<y>161</y>
</hint>
<hint type="destinationlabel">
<x>229</x>
<y>204</y>
</hint>
</hints>
</connection>
<connection>
<sender>effacer_pushbutton</sender>
<signal>clicked()</signal>
<receiver>resultatck_textedit</receiver>
<slot>clear()</slot>
<hints>
<hint type="sourcelabel">
<x>91</x>
<y>161</y>
</hint>
<hint type="destinationlabel">
<x>229</x>
<y>265</y>
</hint>
</hints>
</connection>
</connections>
</ui>